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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9DF7E158086 for ; Thu, 7 Oct 2021 10:38:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D32BDE0866; Thu, 7 Oct 2021 10:37:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB275E0866 for ; Thu, 7 Oct 2021 10:37:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9F94342DAC for ; Thu, 7 Oct 2021 10:37:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 650F1114 for ; Thu, 7 Oct 2021 10:37:57 +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: <1633603057.306c1eb871bec43d64a373d15332875f6599aeaa.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:4.4 commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 0000_README 1286_linux-4.4.287.patch X-VCS-Directories: / X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 306c1eb871bec43d64a373d15332875f6599aeaa X-VCS-Branch: 4.4 Date: Thu, 7 Oct 2021 10:37:57 +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: 1d4151b4-e2ed-40c2-9501-47792cd2bac6 X-Archives-Hash: 0f459096c2763f6d5457442d75592d9c commit: 306c1eb871bec43d64a373d15332875f6599aeaa Author: Mike Pagano gentoo org> AuthorDate: Thu Oct 7 10:37:37 2021 +0000 Commit: Mike Pagano gentoo org> CommitDate: Thu Oct 7 10:37:37 2021 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=306c1eb8 Linux patch 4.4.287 Signed-off-by: Mike Pagano gentoo.org> 0000_README | 4 ++++ 1286_linux-4.4.287.patch | 25 +++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/0000_README b/0000_README index 9700d52..7389c23 100644 --- a/0000_README +++ b/0000_README @@ -1187,6 +1187,10 @@ Patch: 1285_linux-4.4.286.patch From: http://www.kernel.org Desc: Linux 4.4.286 +Patch: 1286_linux-4.4.287.patch +From: http://www.kernel.org +Desc: Linux 4.4.287 + 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/1286_linux-4.4.287.patch b/1286_linux-4.4.287.patch new file mode 100644 index 0000000..9abc40c --- /dev/null +++ b/1286_linux-4.4.287.patch @@ -0,0 +1,25 @@ +diff --git a/Makefile b/Makefile +index 34ad8ef93d409..fc14cb0bf5e0d 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,6 +1,6 @@ + VERSION = 4 + PATCHLEVEL = 4 +-SUBLEVEL = 286 ++SUBLEVEL = 287 + EXTRAVERSION = + NAME = Blurry Fish Butt + +diff --git a/arch/arm64/kernel/process.c b/arch/arm64/kernel/process.c +index 6cd79888944e6..10d6627673cbf 100644 +--- a/arch/arm64/kernel/process.c ++++ b/arch/arm64/kernel/process.c +@@ -55,7 +55,7 @@ + + #ifdef CONFIG_CC_STACKPROTECTOR + #include +-unsigned long __stack_chk_guard __ro_after_init; ++unsigned long __stack_chk_guard __read_mostly; + EXPORT_SYMBOL(__stack_chk_guard); + #endif +