From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 3A9302BFC60; Sat, 23 May 2026 11:45:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779536755; cv=none; b=AWuuv5nNjRsyhj3Y5fyC3Uk7Ym+Wf9C0mXQNjZxZAezW1FSc3q+SN9PcyMgtsT5JkbPiI+/9+/5xINZRVQJDqI1Z60v+7ORuyINcge1DgfIcrfo9Fv3gAvO0YuwXMQAgbb1elLri/s6KcFf3dQzif69CakGBa/CnYeOp+Ay+5sY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779536755; c=relaxed/simple; bh=WliqjKLzcPFHbt3N4h/epy4DJyAb7y9uDjrWxEiB/cY=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=o2shnCXetOwMHXbkvlKddiZ22EQex2uEZElTbCVhQDUrTMKprnmTEF67jzqlDImyu2Aq9MsS0fFPl6JFX7JkbD8T3hMKybCGdPx3T87LGBDoEfjPB1vYkUEXShbQMdeDB+NSxVUOB41lIo3JC7hTaqV7rb3YTk5Hh86YnSUdqm4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=DCpCPLfh; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="DCpCPLfh" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 51D5D1F000E9; Sat, 23 May 2026 11:45:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1779536753; bh=Y33rZ4rKYUgi2YCEuGA/UOHtu1UA1Di1ZJ2IqiZwNKU=; h=From:To:Cc:Subject:Date; b=DCpCPLfh3+iK4uehI8MuSxCZaJmXQapvKK2KaZWvf3Su3AHHeTr8NYwS7aEoww09J 2a05LCUCajw9ZdZ/5Y09khYMcm83N+jIsytSpWXRezqOOdVR9GbA6Pman9VNnoxF6I JfVVTWDdNwYPPlEn4QMcFuQ3g4GKYQ/P4VWIa2+c= 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.257 Date: Sat, 23 May 2026 13:45:54 +0200 Message-ID: <2026052355-hasty-small-7772@gregkh> X-Mailer: git-send-email 2.54.0 Precedence: bulk X-Mailing-List: stable@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.257 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/core/skbuff.c | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) Greg Kroah-Hartman (1): Linux 5.10.257 Hyunwoo Kim (1): net: skbuff: propagate shared-frag marker through frag-transfer helpers William Bowling (1): net: skbuff: preserve shared-frag marker during coalescing