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 6353F3B6C06 for ; Fri, 15 May 2026 14:56: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=1778856961; cv=none; b=JPt8fgWzDuchylhesqgGa1gRXR/52WONWiwEEIw3Igl8xWrM4dHfRWHfd9ZldwCocIQa7wvMPNsLM00NjcWhxsl7KfKjHfOfH3FVl2goI9pQD9uwzuvB2aEjm0LnwUFTUO5eIIXEcLsXEEMrVc0CqSdbcHofkyL+SCB4+IpOHn0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778856961; c=relaxed/simple; bh=Y6pDNQAhyp9Ndo03kz7FU5Y8oHHsz0N4c4/rdHRFt/g=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=oafatFGJYQdIa+F4iNiknc+BWsrWQdPL78Dx0HBHxOkLrZ7leG+8YfYZXF7tNS9/oGvBbK2ym+g4oyOygUg70SkFpRDHT7tZS7MFVp0lAv2yAysMcb5arYTNZmap0oK29vv26ci4JVtwRs604HeVqpgaf7nK0300NCUULZ8ok3w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=zboMgFpb; 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="zboMgFpb" Received: by smtp.kernel.org (Postfix) with ESMTPSA id ADF51C2BCB0; Fri, 15 May 2026 14:56:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1778856961; bh=Y6pDNQAhyp9Ndo03kz7FU5Y8oHHsz0N4c4/rdHRFt/g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=zboMgFpb4bBEIziMjd8JDhd4YbHPhVEEgDnNNsZhxSNUTEDyZRLjPRjFwPxFT470z wdmM/T8bJ/OBDcjAV7+Zu2E+DqoFAXX3Foaj7DaZAEFADVktD2Ee+GN99d8eXr51wY Fbn95PC8rhHlsoU2VfYruRl5XLgHy/sL5wJULwEs= Date: Fri, 15 May 2026 16:56:05 +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.6.y] bonding: fix use-after-free due to enslave fail after slave array update Message-ID: <2026051556-transport-unplanted-581d@gregkh> References: <20260426201144.465734-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: <20260426201144.465734-1-yunseong.kim@est.tech> On Sun, Apr 26, 2026 at 10:11:44PM +0200, Yunseong Kim wrote: > From: Greg Kroah-Hartman No, I did NOT write this commit :(