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 BEC1337880B; Fri, 8 May 2026 07:25:05 +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=1778225105; cv=none; b=XwcnKJnTHCQY7cFOO09jf4Fqat0uMIMn7yBcdKyW2BlMqQATKiY3DTPcnqO//O4KWseLYFVT9Yh8v8FpJC1RZimHLipryRowNXRiXvFCqi1dTUsf6VUz+Xyd4WhxEBKJvF3Xy7mqE4IdrkFbQTTffBT/tEMjH/U70/Zr6L5Wvuo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778225105; c=relaxed/simple; bh=ZpmRdcF4Qg88t+qPEsKp+GMTHXioyNDoYwzjPOZB8bA=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Qk5bk0wb/xY26VTJeLfQ51FZRtML4SoUrUkWTOxsSKyYhcdfsyoy4rKmC+nmywupNDu8cbqmJbeYNYWd9NUMKVZMywxeqrQO2ohjeeTE4HzVTuOORj5EHxHn9tcH4RO8RkVZ8d60NN6c6Wdh5OQM15gQnPSzMPfAwtyUfm8l5Oc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=M7MftL8D; 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="M7MftL8D" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5C3DCC2BCB0; Fri, 8 May 2026 07:25:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1778225104; bh=ZpmRdcF4Qg88t+qPEsKp+GMTHXioyNDoYwzjPOZB8bA=; h=From:To:Cc:Subject:Date:From; b=M7MftL8D+oVbMa14LQlkpgLaHeK+yUknFFnzIdq6pEg90HxXx14Qt/D40MLgdclUB zq/fageyFm0U9igt3f+aTLCFwPWL3L+ojVCIwsH2kNFEw5+aj2Lk+tGi3If/cbtfCz 3zUEMEPj4gdWsaH0DdufZzG6hu2+FgEk32Eo6wSs= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, torvalds@linux-foundation.org, stable@vger.kernel.org Cc: lwn@lwn.net, jslaby@suse.cz, Greg Kroah-Hartman Subject: Linux 7.0.5 Date: Fri, 8 May 2026 09:24:50 +0200 Message-ID: <2026050851-iron-hurdle-6421@gregkh> X-Mailer: git-send-email 2.54.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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