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 95267611E for ; Thu, 23 Apr 2026 04:57:02 +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=1776920222; cv=none; b=jBnfwdP0+Oz9yQ/YgoYR4iC5tAtOzk/dQi3kofuMFU8iLLhoHg//JoJJ+jPWCozJqMsU4imUMH+3EPPIdfKuAPJyk0L11ukwhVU3i9/pocoWJI8c84r/OdTYUQ34A0gBJMWeK2r6jXr09X2rZRD80dbHejBL4ob1xb02kYCulYA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776920222; c=relaxed/simple; bh=BC9GTBdNO0Lq8OWjR7BelcdwpVcqM4n+6HABP1TV9jU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=NcrOA/kcctbo4OKp362dQoX0Vj9n5UrEX8w4e/Chi+8wuvR53KE9Rq7Qx0qHavn7Oj7YUO2JZkyTVIBkJ3R7FawMDVmBMK77hbxN5qtnMRu1QmpJgWjZx4GXHuhKvM542Y6q1YLhqUikuChBe92HG4Z1CTHWtNuGX57p3ht1aEY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=BcSlBE3e; 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="BcSlBE3e" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E8E46C2BCB2; Thu, 23 Apr 2026 04:57:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1776920222; bh=BC9GTBdNO0Lq8OWjR7BelcdwpVcqM4n+6HABP1TV9jU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BcSlBE3ejMRolK1b2I31m6rHoqU7gvooilnUcbgvwPEhS9XNKHlmeUm0JNStpdLTd HHGr/3i7pZ6evursT7Z5m9HMnKqG33YxyJw7UdMYclMk5h3VRw3U9Fn6dJ7x90Zukl 9gWYR3rNoRlcWGdmD83CYUZoZ2mHM0DaF0awc2FI= Date: Thu, 23 Apr 2026 06:56:59 +0200 From: Greg Kroah-Hartman To: Wolfgang Walter Cc: stable@vger.kernel.org, Sasha Levin Subject: Re: Fwd: [PATCH] crypto: authencesn - Fix src offset when decrypting in-place Message-ID: <2026042353-bonded-easel-15c0@gregkh> References: <2026041152-boaster-patrol-1918@gregkh> <0462b2759106bbb145297a49369820c4@stwm.de> 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: <0462b2759106bbb145297a49369820c4@stwm.de> On Wed, Apr 22, 2026 at 11:30:11AM +0200, Wolfgang Walter wrote: > Hello, > > the fix from Herbert Xu has landed in Torvald's tree as: > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=1f48ad3b19a9dfc947868edda0bb8e48e5b5a8fa > > > Would it be possible to include it in the next stable releases? I using it > already for v6.18.22 and v6.18.23 and it fixes ipsec with esn. Now queued up, thanks. greg k-h