Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:4.4 commit in: /
Date: Thu, 07 Oct 2021 10:38:00
Message-Id: 1633603057.306c1eb871bec43d64a373d15332875f6599aeaa.mpagano@gentoo
1 commit: 306c1eb871bec43d64a373d15332875f6599aeaa
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 7 10:37:37 2021 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 7 10:37:37 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=306c1eb8
7
8 Linux patch 4.4.287
9
10 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
11
12 0000_README | 4 ++++
13 1286_linux-4.4.287.patch | 25 +++++++++++++++++++++++++
14 2 files changed, 29 insertions(+)
15
16 diff --git a/0000_README b/0000_README
17 index 9700d52..7389c23 100644
18 --- a/0000_README
19 +++ b/0000_README
20 @@ -1187,6 +1187,10 @@ Patch: 1285_linux-4.4.286.patch
21 From: http://www.kernel.org
22 Desc: Linux 4.4.286
23
24 +Patch: 1286_linux-4.4.287.patch
25 +From: http://www.kernel.org
26 +Desc: Linux 4.4.287
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/1286_linux-4.4.287.patch b/1286_linux-4.4.287.patch
33 new file mode 100644
34 index 0000000..9abc40c
35 --- /dev/null
36 +++ b/1286_linux-4.4.287.patch
37 @@ -0,0 +1,25 @@
38 +diff --git a/Makefile b/Makefile
39 +index 34ad8ef93d409..fc14cb0bf5e0d 100644
40 +--- a/Makefile
41 ++++ b/Makefile
42 +@@ -1,6 +1,6 @@
43 + VERSION = 4
44 + PATCHLEVEL = 4
45 +-SUBLEVEL = 286
46 ++SUBLEVEL = 287
47 + EXTRAVERSION =
48 + NAME = Blurry Fish Butt
49 +
50 +diff --git a/arch/arm64/kernel/process.c b/arch/arm64/kernel/process.c
51 +index 6cd79888944e6..10d6627673cbf 100644
52 +--- a/arch/arm64/kernel/process.c
53 ++++ b/arch/arm64/kernel/process.c
54 +@@ -55,7 +55,7 @@
55 +
56 + #ifdef CONFIG_CC_STACKPROTECTOR
57 + #include <linux/stackprotector.h>
58 +-unsigned long __stack_chk_guard __ro_after_init;
59 ++unsigned long __stack_chk_guard __read_mostly;
60 + EXPORT_SYMBOL(__stack_chk_guard);
61 + #endif
62 +