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 C793E374185; Fri, 8 May 2026 08:43:00 +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=1778229780; cv=none; b=k4a7IXNstyUlC50f+AX9NhDW0AxSOmvgeXcxCCaNV+fovTDSsowcFQH52LSbz2Rm3H5J9flQWGjpMUNaTIS7Zz8qoi4gk/H9a8tDZwctf8Zs6dV5VVOeu6iCS8kgtkfRLPAvUcnZTslWquOQSmrCc4m4hi3ta8aC5AGca1HODIA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778229780; c=relaxed/simple; bh=4Q703J0t1zhUS2ZbiQdLXuuK5zZdkCEIXPZQsA41fGY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=CegusWniLYfz+SmHjTPMmTRU47R2NnYUCcm5Ge9DWusfiDtva80+4Y7rKRvjFqFg5BYPRuOr6woCtIYQjtRYreNfIKzw12Plk4lyV1cTkSgkfYiqDAvIEgnfhHg0W+VRHheDRrLn7lC66H5EoroIsHmUEhyD2DpY7hLID48hgXg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=UACTJc3i; 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="UACTJc3i" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 042EBC2BCB0; Fri, 8 May 2026 08:42:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1778229780; bh=4Q703J0t1zhUS2ZbiQdLXuuK5zZdkCEIXPZQsA41fGY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UACTJc3i9+S5VW0xpHJC3uXzdPkGfYfdZYcTozB+9qzMp9UDyjl1BZUrv+6y6ObkN 6iRlQ2s+07AQzbqyBecgSCmAdikcHHb/CB1K6e4WtjzqLmI8EXih/fLsducWZYNSI4 wjD6r9kLFwChpJ0/Wfhokc/UOtE7s6Iy8DK5d6Ow= Date: Fri, 8 May 2026 10:42:57 +0200 From: Greg Kroah-Hartman To: Peter Jung Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, torvalds@linux-foundation.org, stable@vger.kernel.org, lwn@lwn.net, jslaby@suse.cz Subject: Re: Linux 7.0.5 Message-ID: <2026050832-unstuffed-grant-4d32@gregkh> References: <2026050851-iron-hurdle-6421@gregkh> 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 Fri, May 08, 2026 at 10:15:15AM +0200, Peter Jung wrote: > On 5/8/26 09:24, Greg Kroah-Hartman wrote: > > I'm announcing the release of the 7.0.5 kernel. > > > > All users of the 7.0 kernel series must upgrade. > > > > The updated 7.0.y git tree can be found at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-7.0.y > > and can be browsed at the normal kernel.org git web browser: > > https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary > > > > thanks, > > > > greg k-h > > > > ------------ > > > > Makefile | 2 +- > > net/ipv4/esp4.c | 3 ++- > > net/ipv4/ip_output.c | 2 ++ > > net/ipv6/esp6.c | 3 ++- > > net/ipv6/ip6_output.c | 2 ++ > > 5 files changed, 9 insertions(+), 3 deletions(-) > > > > Greg Kroah-Hartman (1): > > Linux 7.0.5 > > > > Kuan-Ting Chen (1): > > xfrm: esp: avoid in-place decrypt on shared skb frags > > > > Hi Gregh, > > Thank you for pushing so fat out a release. > In the Alma Linux post its mentioned a second, not merged commit is also > needed: https://almalinux.org/blog/2026-05-07-dirty-frag/ > > https://lore.kernel.org/all/afKV2zGR6rrelPC7@v4bel/ > > Is this one not included yet, because it was not merged into mainline yet? That is correct, it is not merged anywhere yet as a v2 was just posted, as you can see from that thread. thanks, greg k-h