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 9A5501E1C02; Mon, 9 Mar 2026 10:34:11 +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=1773052451; cv=none; b=I1VZJjVS96w4bmiuNp1gl9JbqeuIfIHie731jL0KiKncCs73X/RqAP/2xCTpP9SH5W4EYQ3poX72C3a1NkO1M69o7afakhpOoeGPrraqiPRIZFKFYhX+Yg8ORwhfltu7AwjI1kAwrGqVZPJaatYjddhHRTx7ae+fdX99zSBng3E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773052451; c=relaxed/simple; bh=TNlUigElmImpUSq5TN7YcHXgKOKuN7SKd3UBymVVzOs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=nSIWwoVnT3Uxd4gP4ddsiSqZ3881v8Sqo7/fJo95KEqrZyn1dCcc72fwdHdZn76AWiKB3GBHzL87DNOkPVjzGtfNlU6ZYmBfKNdpmSENI/DmwOTGsOlVnoO0LdckZ+KxYXNDcf5VFPTpj82Dc2PV4Iesigfyi4FSTofb6lPXHcM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=RkLMQ2DX; 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="RkLMQ2DX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EB3C3C4CEF7; Mon, 9 Mar 2026 10:34:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1773052451; bh=TNlUigElmImpUSq5TN7YcHXgKOKuN7SKd3UBymVVzOs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RkLMQ2DXMC8QGFNcLsrBEA4W+O+mQpceVrIpl1v2+ddg27eJBei7AV5Mua4krWgMR 5sW1JVeEj/rIqpVavK2pKHqhTLEbOswhbren+KptKlcWxq2Z5ttWnX456gyBn0OjcR UHxm4U0REqnSmFU23IhRDUBZb29y7jLgunJx1gbA= Date: Mon, 9 Mar 2026 11:34:08 +0100 From: Greg Kroah-Hartman To: Breno Leitao Cc: stable@kernel.org, Sasha Levin , Corey Minyard , openipmi-developer@lists.sourceforge.net, linux-kernel@vger.kernel.org, Vlad Poenaru , kernel-team@meta.com, stable@vger.kernel.org Subject: Re: [PATCH stable] ipmi: Fix use-after-free and list corruption on sender error Message-ID: <2026030953-imaging-resize-ce85@gregkh> References: <20260309-ipmi_stable-v1-1-be09c9686671@debian.org> 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: <20260309-ipmi_stable-v1-1-be09c9686671@debian.org> On Mon, Mar 09, 2026 at 03:16:13AM -0700, Breno Leitao wrote: > From: Corey Minyard > > [ Upstream commit f9323a44994c2ccd5e0d582bac6f2b2a662e5603 ] This is not a valid git id in Linus's tree :(