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 F16DA3CCFDC for ; Mon, 4 May 2026 12:06:01 +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=1777896362; cv=none; b=KjUiqQjLJG74VPI6YNgO83VsMUrvUTwcaKMf1vS/YSEIIZwLYsQFezuuQl/AWPRiQz99np7IBfmkuIJvtHOZPrDwNCBKjezlOV5GZXgGfzg/5I+BUGJDTWi8SW+vNNbk+gxOK9jeO+aCJ05wMRQMFz4rEGZfA28vdFUQgo15BYI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777896362; c=relaxed/simple; bh=v5fSA41ImL+JfTJAFSIPXFHR3gXWBwiQaGvK/94/XJc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=EjqFg/fQN0i5kqMeoJ1eipdRkcOLHXZf7Ls8FYGuSfSySK+f2zR9Z+6qy53jtpprwJutVe0pwEfX9330c7ThWJekkAmm+MBaBbvW5p+4DwZUW6I9KWUXRFSAO8jSUtEDXDTTPGRoZORK9FZ98hvhn2QVD57HtcnTGlO4vt+Hchg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=ZUXMedxH; 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="ZUXMedxH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 46E91C2BCB8; Mon, 4 May 2026 12:06:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1777896361; bh=v5fSA41ImL+JfTJAFSIPXFHR3gXWBwiQaGvK/94/XJc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZUXMedxH/+tS8V0BLpTxTXi8OFBzQURfFvnUrYOodvJjiB+SK4n8s1/voa6DgEgvP tGlpuQkvybR++FMOchw6str/3cRvKl5Ny3/zvXYDL/PfMxtsrwothHMAkJHwKiloui APw+ZcqBqxgYmO1NY9NTTFzkHyi9UvRHJLtGIT6g= Date: Mon, 4 May 2026 14:05:59 +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 Subject: Re: [PATCH 6.12.y] bonding: fix use-after-free due to enslave fail after slave array update Message-ID: <2026050435-glider-undrafted-71d7@gregkh> References: <20260426201205.465809-1-yunseong.kim@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=us-ascii Content-Disposition: inline In-Reply-To: <20260426201205.465809-1-yunseong.kim@est.tech> 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