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 B29193A4F30 for ; Wed, 29 Apr 2026 07:22:07 +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=1777447327; cv=none; b=KgGswvC8YZI6LsxVoqxZt2m8NzaZ4N/3ZiFBxCqSqagG+PoYb4MJO9fGpuJZLtUks2E9WcOCI9NY6NbimWKP0ewZE7iGxMt8xHzmiNLSxsk2faqGAJdqspxEjcrbVgJeRicHy+JTcv8LMGF0A78BV5K4RL/miPAqlQ2rBBeNzS0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777447327; c=relaxed/simple; bh=ifl0xJJ5Z/xO45BrwPuLAAKwRJMLPaZ7JYcaklPZ58o=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=RluF9aqebv7S5Q/Hu6Jx2/3VVuKbxrPo9n21St74gRoEsxVAF0gHzSfcxFT5JqegL+CgsQIoXGLnnkPS4G7uc3ZNP8L6fP8il4BYqlzuF0fu8H4SFVkiRXvBKpgIVjMCmiJagYFoKtrGB+I2I4PWFeTDkHZIvHdcGT1QlM4XxHw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=1jODN6K8; 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="1jODN6K8" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B2458C19425; Wed, 29 Apr 2026 07:22:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1777447326; bh=ifl0xJJ5Z/xO45BrwPuLAAKwRJMLPaZ7JYcaklPZ58o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1jODN6K8O2PLav1aIJ45jnP5wBiegIu/DzcMfG+QfYbu8xJtyEYypapAje5OAn2OK Zie+qCFmB3etlcuVCEHPbsB3RQTZCmmWbRL9PTYWSh0uIyjyf5j1Bu26mTh8SCDgSJ ey8B8KFBm67HWPE/1tBs1UkQ3deD6dcfFbaBclqc= Date: Wed, 29 Apr 2026 01:21:21 -0600 From: Greg Kroah-Hartman To: Steffen Klassert Cc: Michal Kosiorek , Herbert Xu , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Abeni , Simon Horman , linux-kernel@vger.kernel.org Subject: Re: [PATCH] xfrm: protect __xfrm_state_delete against double-unhash of byseq/byspi Message-ID: <2026042908-proven-come-2e7c@gregkh> References: Precedence: bulk X-Mailing-List: linux-kernel@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: On Wed, Apr 29, 2026 at 09:08:51AM +0200, Steffen Klassert wrote: > On Tue, Apr 28, 2026 at 09:53:45AM +0200, Michal Kosiorek wrote: > ... > > > > Reported-by: Michal Kosiorek > > Tested-by: Michal Kosiorek > > Signed-off-by: Michal Kosiorek > > Please add a 'Fixes:' tag so the patch can be backported > to the stable trees. This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.