From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F080158094 for ; Mon, 29 Aug 2022 10:46:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A0EEE0896; Mon, 29 Aug 2022 10:46:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74C6FE0896 for ; Mon, 29 Aug 2022 10:46:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5C54340C69 for ; Mon, 29 Aug 2022 10:46:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40738568 for ; Mon, 29 Aug 2022 10:46:02 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1661769943.6732004d4061d4e84ac779b81796ab9ed3d9da34.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:5.10 commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 0000_README 1138_linux-5.10.139.patch X-VCS-Directories: / X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 6732004d4061d4e84ac779b81796ab9ed3d9da34 X-VCS-Branch: 5.10 Date: Mon, 29 Aug 2022 10:46:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b498f490-0cd3-4543-b626-8089a4854a61 X-Archives-Hash: 6f8ea17da78c55e5fc07caa04c37dc39 commit: 6732004d4061d4e84ac779b81796ab9ed3d9da34 Author: Mike Pagano gentoo org> AuthorDate: Mon Aug 29 10:45:43 2022 +0000 Commit: Mike Pagano gentoo org> CommitDate: Mon Aug 29 10:45:43 2022 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=6732004d Linux patch 5.10.139 Signed-off-by: Mike Pagano gentoo.org> 0000_README | 4 ++++ 1138_linux-5.10.139.patch | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/0000_README b/0000_README index 8ea943aa..2f48b8ae 100644 --- a/0000_README +++ b/0000_README @@ -595,6 +595,10 @@ Patch: 1137_linux-5.10.138.patch From: http://www.kernel.org Desc: Linux 5.10.138 +Patch: 1138_linux-5.10.139.patch +From: http://www.kernel.org +Desc: Linux 5.10.139 + Patch: 1500_XATTR_USER_PREFIX.patch From: https://bugs.gentoo.org/show_bug.cgi?id=470644 Desc: Support for namespace user.pax.* on tmpfs. diff --git a/1138_linux-5.10.139.patch b/1138_linux-5.10.139.patch new file mode 100644 index 00000000..8d1e360f --- /dev/null +++ b/1138_linux-5.10.139.patch @@ -0,0 +1,16 @@ +diff --git a/Makefile b/Makefile +index 234c8032c2b4a..48140575f960b 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,7 +1,7 @@ + # SPDX-License-Identifier: GPL-2.0 + VERSION = 5 + PATCHLEVEL = 10 +-SUBLEVEL = 138 ++SUBLEVEL = 139 + EXTRAVERSION = + NAME = Dare mighty things + +diff --git a/scripts/dummy-tools/dummy-plugin-dir/include/plugin-version.h b/scripts/dummy-tools/dummy-plugin-dir/include/plugin-version.h +new file mode 100644 +index 0000000000000..e69de29bb2d1d