From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id D18891F451; Tue, 9 Jan 2024 06:10:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1704780628; bh=jiuJa9bCUVwXbgnbUtDfhnqsB7nv9GQkN/Iv+K/yDYI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=czC+WcRK/AEMVHdI58aSYiUrUn3EqH55KujgXTvtBdFMAYG3bPAYF4YY6PzCKIpP9 Ij3GbeEEA61UlYWp0peB2JjRysoiEvcNcfFs101beEW+gb+l+qoBxTWpTY1FLLfPQN vJv2YqkQSlHOyz5Ikw6Zger4McKklcq8eSF41g6M= Date: Tue, 9 Jan 2024 06:10:28 +0000 From: Eric Wong To: Askar Safin Cc: meta@public-inbox.org Subject: Re: [BUG] Subject is wrong Message-ID: <20240109061028.M784186@dcvr> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-Id: Askar Safin wrote: > Hi. I found bug in public-inbox. > Consider this link: > https://lore.kernel.org/linux-mm/202401080923.A8F568C2FA@keescook/ > In the bottom you will see this: > *=*=*=*=*=*=*=*= > Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top > 2023-12-27 0:31 [PATCH] exec: remove useless comment Askar Safin > 2024-01-08 17:24 ` Kees Cook [this message] > 2024-01-09 3:04 ` [PATCH RESEND] " Askar Safin That's intentional, '"' (\x22) is used as the "ditto mark" meaning that part of the subject is the same as above: https://en.wikipedia.org/wiki/Ditto_mark It cuts down on visual noise IMHO.