This is a note to let you know that I've just added the patch titled parisc: sys_parisc: parisc_personality() is called from asm code to the 6.1-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: parisc-sys_parisc-parisc_personality-is-called-from-asm-code.patch and it can be found in the queue-6.1 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From b5d89408b9fb21258f7c371d6d48a674f60f7181 Mon Sep 17 00:00:00 2001 From: Helge Deller <deller@xxxxxx> Date: Fri, 30 Jun 2023 12:36:09 +0200 Subject: parisc: sys_parisc: parisc_personality() is called from asm code From: Helge Deller <deller@xxxxxx> commit b5d89408b9fb21258f7c371d6d48a674f60f7181 upstream. Signed-off-by: Helge Deller <deller@xxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- arch/parisc/kernel/sys_parisc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/arch/parisc/kernel/sys_parisc.c +++ b/arch/parisc/kernel/sys_parisc.c @@ -24,6 +24,7 @@ #include <linux/personality.h> #include <linux/random.h> #include <linux/compat.h> +#include <linux/elf-randomize.h> /* * Construct an artificial page offset for the mapping based on the physical @@ -339,7 +340,7 @@ asmlinkage long parisc_fallocate(int fd, ((u64)lenhi << 32) | lenlo); } -long parisc_personality(unsigned long personality) +asmlinkage long parisc_personality(unsigned long personality) { long err; Patches currently in stable-queue which might be from deller@xxxxxx are queue-6.1/io_uring-parisc-adjust-pgoff-in-io_uring-mmap-for-parisc.patch queue-6.1/parisc-cleanup-mmap-implementation-regarding-color-alignment.patch queue-6.1/lockdep-fix-static-memory-detection-even-more.patch queue-6.1/parisc-sys_parisc-parisc_personality-is-called-from-asm-code.patch