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 0384833DEF9; Fri, 8 May 2026 07:24:28 +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=1778225069; cv=none; b=MzfjLMbzg6TflJ7iDl0UL3SvJemg/7RrTHHc6SkECd2b5976vLLuN2Cc1Ehw3aS/M1Nzsao1IoMoNEvth+6qzKgzjwYOTlfSeCUAZ+6O+i7cE8wPtsiwhMfOoJfk+HUw+/7XuZmnEAI0oi+XO2RIRV0kruUBKp68UNNYHehuz+E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778225069; c=relaxed/simple; bh=/khDBepNx1c364rbi8pgtX7+uG0Lc9RvMwMkEXrW1PY=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=E+XTMfEKAylPZXiYs+qmWMbuVMCvjTFIMyG0ua2KHVs+3IH3S5YuXPM9SyshKPRa1wNx4scXE58MpzvlTXKfwh1u////aHIlgEdvByvLQa9f8UOI/6PKpQEnbOwEOGM1ID5nhIeO57+DTo6LY2DjqBjhNTLb2HbZseFqPa6J1v0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=u/deom38; 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="u/deom38" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 33ED1C2BCB0; Fri, 8 May 2026 07:24:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1778225068; bh=/khDBepNx1c364rbi8pgtX7+uG0Lc9RvMwMkEXrW1PY=; h=From:To:Cc:Subject:Date:From; b=u/deom38LzcdFbjLBVQk/SSJHGeNGg0yWmwPLpTPOQM9x5hH9WLSVnWqkj73cEhV5 YDQjEP22blg2Zzb7/0XaoLw08Whw/eU2iEGvu24aTMHgrZVUa6PYloDP2f18mDVmF7 nDpi0tiD2dndYC15ZLQytYLcFOoQLU9RFkRC4D8k= 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 6.6.138 Date: Fri, 8 May 2026 09:24:24 +0200 Message-ID: <2026050825-heaving-spender-13a8@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 6.6.138 kernel. All users of the 6.6 kernel series must upgrade. The updated 6.6.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.6.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 6.6.138 Kuan-Ting Chen (1): xfrm: esp: avoid in-place decrypt on shared skb frags