From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BC8BD5FEE2 for ; Thu, 30 Nov 2023 21:23:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="JNlN2TQP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E14A5C433C8; Thu, 30 Nov 2023 21:23:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1701379397; bh=eZvOT2U8JeYoJ0h08rTQV0LgqA7BNZ4KlL5EpylMHHM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=JNlN2TQPG9RiO60vK8+1ySM3fce9LjxFcARdpingtCQySOvluHDlTO1IAUsK7txIa /UamldGD3G7tp7uMGppB+qsyuAEmqcULe3AgZteGEKZ4/nWO1OdggCdIz1Bsn8EokD qNclgU8HjaGi6UsRc53eaNI2XUiKBYfj/KMonhqM= Date: Thu, 30 Nov 2023 13:23:15 -0800 From: Andrew Morton To: "Gustavo A. R. Silva" Cc: Andy Shevchenko , Wenyu Huang , pmladek@suse.com, rostedt@goodmis.org, linux@rasmusvillemoes.dk, senozhatsky@chromium.org, linux-next@vger.kernel.org, gustavoars@kernel.org Subject: Re: [PATCH next] Fix the build failed caused by -Wstringop-overflow Message-Id: <20231130132315.6725198ba178b071eb7729c5@linux-foundation.org> In-Reply-To: References: <20231130105741.2849670-1-huangwenyu5@huawei.com> <730544ae-1e7f-4622-b986-839f81e60384@embeddedor.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-next@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 30 Nov 2023 12:04:28 -0600 "Gustavo A. R. Silva" wrote: > > On top of that, Fixes tag is not enough to get it to stable. See the rules > > on how to submit a material to stable kernels, it's in the documentation. > > We are talking about different things. I'm talking about commit IDs staying > unchanged (stable commit IDs). That's different to stable kernels. :) That's why we use the 04448A0E ("wobble the fronnozzle") format. Searching for the title is the fallback option. And I agree with what appears to be everyone else. Always include the Fixes: if possible. So that people don't accidentally cherrypick a known-to-be-broken patch.