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 402F2158094 for ; Mon, 29 Aug 2022 10:45:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84C32E0896; Mon, 29 Aug 2022 10:45:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66EA9E0896 for ; Mon, 29 Aug 2022 10:45:18 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62A68340C44 for ; Mon, 29 Aug 2022 10:45:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2065568 for ; Mon, 29 Aug 2022 10:45:15 +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: <1661769900.ac98914d7ed7e6160bfce0df920d93cd885ee657.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:5.19 commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 0000_README 1004_linux-5.19.5.patch X-VCS-Directories: / X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: ac98914d7ed7e6160bfce0df920d93cd885ee657 X-VCS-Branch: 5.19 Date: Mon, 29 Aug 2022 10:45:15 +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: 44b291a7-713a-472c-aa1d-7b708d413cba X-Archives-Hash: 694ec6897e83a36d02aa2866614a1cbd commit: ac98914d7ed7e6160bfce0df920d93cd885ee657 Author: Mike Pagano gentoo org> AuthorDate: Mon Aug 29 10:45:00 2022 +0000 Commit: Mike Pagano gentoo org> CommitDate: Mon Aug 29 10:45:00 2022 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=ac98914d Linux 5.19.5 Signed-off-by: Mike Pagano gentoo.org> 0000_README | 4 ++++ 1004_linux-5.19.5.patch | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/0000_README b/0000_README index 920f6ada..54d13e58 100644 --- a/0000_README +++ b/0000_README @@ -59,6 +59,10 @@ Patch: 1003_linux-5.19.4.patch From: http://www.kernel.org Desc: Linux 5.19.4 +Patch: 1004_linux-5.19.5.patch +From: http://www.kernel.org +Desc: Linux 5.19.5 + 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/1004_linux-5.19.5.patch b/1004_linux-5.19.5.patch new file mode 100644 index 00000000..5dfcf134 --- /dev/null +++ b/1004_linux-5.19.5.patch @@ -0,0 +1,16 @@ +diff --git a/Makefile b/Makefile +index 65dc4f93ffdbf..1c4f1ecb93488 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,7 +1,7 @@ + # SPDX-License-Identifier: GPL-2.0 + VERSION = 5 + PATCHLEVEL = 19 +-SUBLEVEL = 4 ++SUBLEVEL = 5 + EXTRAVERSION = + NAME = Superb Owl + +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