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 5026A30FC23; Fri, 8 May 2026 10:50:31 +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=1778237431; cv=none; b=sT1DPvnAxALAfUwBsWf3qomvNl4s6PACoMI5YBcygglJ4kPxomgAuBb41iFdXnub4egDX7JzuR/y7WMpkK9osp5Ta9dF8PFkF0SAl1D3aBob3PSoFZdjBxi2cjUmo1CpPYVXYW5bkOGZEIKUAs8WUKw969un8vfnoEjJMuvmpvw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778237431; c=relaxed/simple; bh=LvLWHdzxe+o1476+dEL3AEQULJLxhUU7eOuxk/BGPEg=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=n8j33suvzas8tHkmrWTG6ZAZEK2j19zuyT67FiadrnhUcmVvGVJp8ADchhFAeBiPCQPmEK1YTqu1ZMZhyQ3MwcPfDOl8TrE+VLiAy8d7f2d8QwiPJmlg9f4g9zaoZir5dp7eCK04LEQQqAmO+s2iaajjnADQuCwXGZTqqK8kO/0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=h8j6cjtf; 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="h8j6cjtf" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8B268C2BCB0; Fri, 8 May 2026 10:50:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1778237430; bh=LvLWHdzxe+o1476+dEL3AEQULJLxhUU7eOuxk/BGPEg=; h=From:To:Cc:Subject:Date:From; b=h8j6cjtf7C5uuVtsRFXXAEgdaYyhq33lMjoiSjMyxkX4QK56rqU4oDG2Z6CZwSD2S 7L/am/uMaQZYkfa7J3NHO0ITnoSN2xrISRjnaOkbXh0RJLoOKWoZE8pNYQx9vtZBGU 2ZHUfPeWRhGC7tbrs4Eub0lIF2KHoD6bASmpX+jk= 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 5.10.255 Date: Fri, 8 May 2026 12:50:26 +0200 Message-ID: <2026050827-wobbly-amply-778f@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 5.10.255 kernel. All users of the 5.10 kernel series must upgrade. The updated 5.10.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.10.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 ++- 4 files changed, 7 insertions(+), 3 deletions(-) Greg Kroah-Hartman (1): Linux 5.10.255 Kuan-Ting Chen (1): xfrm: esp: avoid in-place decrypt on shared skb frags