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 65AB13A963D for ; Tue, 24 Feb 2026 16:37:13 +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=1771951033; cv=none; b=a8659zM+FJZEtnrAWmEQbP9TZioX7as2Ax76ye8YQ7PKhoRM4GN5PimvT64cG3EbCqDFGraaKqLOMM0ImPUY8+8MVLZ69cwPTTd2YcEhxm/VYcj4L/Q4hc4TUV69xSMTfLcbDQK+ZF0Wp2oVcg6fOxV/YNKyYelCKBHyIuxAdHM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771951033; c=relaxed/simple; bh=ojn0K5o62MY/bnJI5RmPX/5Bh3K2gTILuWl4M16jIxc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=L5O80VcPffIu69jPoLqp5E6X7xpe0ll9mibPgtXkw6gaxQXShEVbDsTUfGVJW51Czr8iNZv1La7gVf4ili36Oy9wiwKZFYSZHCX7Hw5bVM5P8T8FlFktH6uNaLLxDup4ZrQcDvJS0vCgQ6BPOShGLUOoHahqNeMMQ4UwtvUq0DY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=IH7lkZ5T; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="IH7lkZ5T" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 52FDEC116D0; Tue, 24 Feb 2026 16:37:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771951033; bh=ojn0K5o62MY/bnJI5RmPX/5Bh3K2gTILuWl4M16jIxc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IH7lkZ5T/91jwfqG2w8Wu1UdgYJcPAo4Vr4e2qubdXgUnOV8ljmyu6yYzXt6VNmvS LEf+z/UkmXKHn2M9ayTHigXCplrHF624ZoDBh7+Ay6fvpG5RXTVLpGZcSVvyiz2Ons cK4lc9CXU0RUwzDPKdAH8q+WPvdqNqpR+LeamTZxSayTuqzMP5DnmX9Zl79ns/UK6J WvTFH/F91b5JBtAp5rfci1Irgdr/660sFhYWuMtbx/XwcnTOaP1/tZ/TecqLibNCNn JINeKworKvOVNuJtBOA4KKMm60Npq3ux4LdjQJ8JmIksoy/Dvjh4OKC1W20kRMEvcE EcTaznNqIjeaQ== Date: Tue, 24 Feb 2026 16:37:10 +0000 From: Simon Horman To: Sabrina Dubroca Cc: netdev@vger.kernel.org, Steffen Klassert , Herbert Xu Subject: Re: [PATCH ipsec 0/4] xfrm: misc bugfixes Message-ID: References: Precedence: bulk X-Mailing-List: netdev@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 Tue, Feb 24, 2026 at 12:05:10AM +0100, Sabrina Dubroca wrote: > These patches fix a few small bugs in IPsec. > > Sabrina Dubroca (4): > xfrm: add missing extack for XFRMA_SA_PCPU in add_acquire and allocspi > xfrm: fix the condition on x->pcpu_num in xfrm_sa_len > xfrm: call xdo_dev_state_delete during state update > esp: fix skb leak with espintcp and async crypto > > net/ipv4/esp4.c | 9 ++++++--- > net/ipv6/esp6.c | 9 ++++++--- > net/xfrm/xfrm_state.c | 1 + > net/xfrm/xfrm_user.c | 7 +++++-- > 4 files changed, 18 insertions(+), 8 deletions(-) For the series: Reviewed-by: Simon Horman