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 ED5BB15802F for ; Thu, 30 Mar 2023 13:41:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DA34E0976; Thu, 30 Mar 2023 13:41: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 DFA46E0976 for ; Thu, 30 Mar 2023 13:41:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AB199340DFC for ; Thu, 30 Mar 2023 13:41:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18D6B8EB for ; Thu, 30 Mar 2023 13:41:14 +0000 (UTC) From: "Alice Ferrazzi" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alice Ferrazzi" Message-ID: <1680183649.2acba9d2391365e32d67a37b52a57cba5474e387.alicef@gentoo> Subject: [gentoo-commits] proj/linux-patches:5.4 commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 0000_README 1238_linux-5.4.239.patch X-VCS-Directories: / X-VCS-Committer: alicef X-VCS-Committer-Name: Alice Ferrazzi X-VCS-Revision: 2acba9d2391365e32d67a37b52a57cba5474e387 X-VCS-Branch: 5.4 Date: Thu, 30 Mar 2023 13:41:14 +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: 9569838c-7436-4e3c-b797-c9a9bd424376 X-Archives-Hash: 45f66b4e7c3d7d7d64cda129e0efad20 commit: 2acba9d2391365e32d67a37b52a57cba5474e387 Author: Alice Ferrazzi gentoo org> AuthorDate: Thu Mar 30 13:40:49 2023 +0000 Commit: Alice Ferrazzi gentoo org> CommitDate: Thu Mar 30 13:40:49 2023 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=2acba9d2 Linux patch 5.4.239 Signed-off-by: Alice Ferrazzi gentoo.org> 0000_README | 4 ++++ 1238_linux-5.4.239.patch | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/0000_README b/0000_README index e2285791..feede7bc 100644 --- a/0000_README +++ b/0000_README @@ -995,6 +995,10 @@ Patch: 1237_linux-5.4.238.patch From: https://www.kernel.org Desc: Linux 5.4.238 +Patch: 1238_linux-5.4.239.patch +From: https://www.kernel.org +Desc: Linux 5.4.239 + 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/1238_linux-5.4.239.patch b/1238_linux-5.4.239.patch new file mode 100644 index 00000000..6e0075b1 --- /dev/null +++ b/1238_linux-5.4.239.patch @@ -0,0 +1,16 @@ +diff --git a/Makefile b/Makefile +index 436450833e1c2..f966eeb6b9bca 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,7 +1,7 @@ + # SPDX-License-Identifier: GPL-2.0 + VERSION = 5 + PATCHLEVEL = 4 +-SUBLEVEL = 238 ++SUBLEVEL = 239 + EXTRAVERSION = + NAME = Kleptomaniac Octopus + +diff --git a/tools/testing/selftests/net/fib_tests.sh b/tools/testing/selftests/net/fib_tests.sh +old mode 100644 +new mode 100755