Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:5.15 commit in: /
Date: Thu, 08 Sep 2022 11:04:35
Message-Id: 1662635059.4326da66a74be1881ae9c24254c4065383e309f0.mpagano@gentoo
1 commit: 4326da66a74be1881ae9c24254c4065383e309f0
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 8 11:04:19 2022 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 8 11:04:19 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=4326da66
7
8 Linux patch 5.15.67
9
10 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
11
12 0000_README | 4 ++++
13 1066_linux-5.15.67.patch | 16 ++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/0000_README b/0000_README
17 index 25df4d69..647f7781 100644
18 --- a/0000_README
19 +++ b/0000_README
20 @@ -307,6 +307,10 @@ Patch: 1065_linux-5.15.66.patch
21 From: http://www.kernel.org
22 Desc: Linux 5.15.66
23
24 +Patch: 1066_linux-5.15.67.patch
25 +From: http://www.kernel.org
26 +Desc: Linux 5.15.67
27 +
28 Patch: 1500_XATTR_USER_PREFIX.patch
29 From: https://bugs.gentoo.org/show_bug.cgi?id=470644
30 Desc: Support for namespace user.pax.* on tmpfs.
31
32 diff --git a/1066_linux-5.15.67.patch b/1066_linux-5.15.67.patch
33 new file mode 100644
34 index 00000000..0b520124
35 --- /dev/null
36 +++ b/1066_linux-5.15.67.patch
37 @@ -0,0 +1,16 @@
38 +diff --git a/Makefile b/Makefile
39 +index 4e747c99e7e07..eca45b7be9c1e 100644
40 +--- a/Makefile
41 ++++ b/Makefile
42 +@@ -1,7 +1,7 @@
43 + # SPDX-License-Identifier: GPL-2.0
44 + VERSION = 5
45 + PATCHLEVEL = 15
46 +-SUBLEVEL = 66
47 ++SUBLEVEL = 67
48 + EXTRAVERSION =
49 + NAME = Trick or Treat
50 +
51 +diff --git a/scripts/pahole-flags.sh b/scripts/pahole-flags.sh
52 +old mode 100644
53 +new mode 100755