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 15A34438FF3; Tue, 5 May 2026 12:35:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777984537; cv=none; b=CIsO5n8sJ6LlNis9sFpEhkcLJYa0d4WFpBs1pkXXDACaXR8p2p13yIPalKWkCh15vDEn9xTBmprVzPeUPqB/tRfz9Ac8/JdXHHMaYNcUvt0MXS5zidCoRrO77M6fAqifOnYZg4cjKoZ9JIlXZTQjYfttTIZNJy5gF22ahRo7OLg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777984537; c=relaxed/simple; bh=e0zSPkYDRDbdxTlWqJrToeMt/VilyRq2zQd9CNuk2A8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=jiMFISnazbXuyA8zYGRNY9j3/n9EvOQIUukv0ZOd390oYoieKvQgqLzUxyePPOpLml8eufKuIXsO3kWIpzgKxMEmEHJgAbe+L4NMSBQ1L9h0lksoAhs7KEaug9LNm42kEGX1Lx4yKhJfWbFaO//DgL8p+Jqk/pJtpeB/K1rR/Vc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=FOmUElxC; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="FOmUElxC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 35F49C2BCB4; Tue, 5 May 2026 12:35:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1777984536; bh=e0zSPkYDRDbdxTlWqJrToeMt/VilyRq2zQd9CNuk2A8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FOmUElxCpSH5OGcfIZRZ0D5KlkuM67xDfxlPq4DBgHqxeI2yxSALAFbPdfSxdgLUP LvqcV36vC7JvxFf2H7xiAs1xKZ+ek2pbJUG3hw2oaSVX0/PZZVnhd32l6hA+nFMfCr bcTUJ+fEkgvNOL4aOUdH1tBpotrHRLqzpw+YG4k0= Date: Tue, 5 May 2026 14:35:34 +0200 From: Greg KH To: Yunseong Kim Cc: "stable@vger.kernel.org" , "sashal@kernel.org" , Nikolay Aleksandrov , Chen Zhen , Jussi Maki , Daniel Borkmann , Paolo Abeni , Malin Jonsson , David =?iso-8859-1?Q?Nystr=F6m?= , Roland =?iso-8859-1?Q?Kov=E1cs?= , "ysk@kzalloc.com" , "42.4.sejin@gmail.com" <42.4.sejin@gmail.com>, "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 6.12.y] bonding: fix use-after-free due to enslave fail after slave array update Message-ID: <2026050517-parking-pyromania-70a1@gregkh> References: <20260426201205.465809-1-yunseong.kim@est.tech> <2026050435-glider-undrafted-71d7@gregkh> <59f615b6-eea4-4186-8e63-d60a57ed7822@est.tech> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <59f615b6-eea4-4186-8e63-d60a57ed7822@est.tech> On Tue, May 05, 2026 at 12:30:48PM +0000, Yunseong Kim wrote: > Hi Greg, > > On 5/4/26 14:05, Greg KH wrote: > > On Sun, Apr 26, 2026 at 10:12:05PM +0200, Yunseong Kim wrote: > >> From: Greg Kroah-Hartman > > > > I did NOT write this commit. > > > >> [ Upstream commit e9acda5 ] > > > > Please use the full commit id. And get the authorship right :) > > > > thanks, > > > > greg k-h > > > Thank you for the code review. I’ll fix it and send a v2. > > Additionally, last week I submitted a few patches to the checkpatch.pl > script—currently, all backport tags(following stable kernel rules > Option 3) using pattern are triggering false positives: > > https://lore.kernel.org/lkml/20260505112320.362715-2-yunseong.kim@est.tech/ Checkpatch should not be needed to be run on stable kernel backports, so I don't really think that is necessary. thanks, greg k-h