All of lore.kernel.org
 help / color / mirror / Atom feed
* Linux 4.4.287
@ 2021-10-07  7:21 Greg Kroah-Hartman
  2021-10-07  7:21 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Kroah-Hartman @ 2021-10-07  7:21 UTC (permalink / raw)
  To: linux-kernel, akpm, torvalds, stable
  Cc: lwn, jslaby, hegtvedt, Greg Kroah-Hartman

I'm announcing the release of the 4.4.287 kernel.

You only need this release if you are building for ARM64 and had build failures
with 4.4.286.  Thanks to Hans-Christian Egtvedt for the bug report.

The updated 4.4.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.4.y
and can be browsed at the normal kernel.org git web browser:
	https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

------------

 Makefile                    |    2 +-
 arch/arm64/kernel/process.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Greg Kroah-Hartman (2):
      Revert "arm64: Mark __stack_chk_guard as __ro_after_init"
      Linux 4.4.287


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Linux 4.4.287
  2021-10-07  7:21 Linux 4.4.287 Greg Kroah-Hartman
@ 2021-10-07  7:21 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2021-10-07  7:21 UTC (permalink / raw)
  To: linux-kernel, akpm, torvalds, stable; +Cc: lwn, jslaby, Greg Kroah-Hartman

diff --git a/Makefile b/Makefile
index 34ad8ef93d40..fc14cb0bf5e0 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 6cd79888944e..10d6627673cb 100644
--- a/arch/arm64/kernel/process.c
+++ b/arch/arm64/kernel/process.c
@@ -55,7 +55,7 @@
 
 #ifdef CONFIG_CC_STACKPROTECTOR
 #include <linux/stackprotector.h>
-unsigned long __stack_chk_guard __ro_after_init;
+unsigned long __stack_chk_guard __read_mostly;
 EXPORT_SYMBOL(__stack_chk_guard);
 #endif
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-07  7:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-07  7:21 Linux 4.4.287 Greg Kroah-Hartman
2021-10-07  7:21 ` Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.