summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2024-04-26 10:50:25 -0700
committerAndrew Morton <akpm@linux-foundation.org>2024-04-26 10:50:25 -0700
commitf906feab07e8925509f0af38de72d5e5fc9ea2d9 (patch)
tree2f60237c618b28222a788c3c73e532139ca255b1
parent91d5f085f8c6e7b91951418269b6052802d471bf (diff)
download25-new-f906feab07e8925509f0af38de72d5e5fc9ea2d9.tar.gz
foo
-rw-r--r--txt/binfmt_elf_fdpic-fix-proc-pid-auxv.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/txt/binfmt_elf_fdpic-fix-proc-pid-auxv.txt b/txt/binfmt_elf_fdpic-fix-proc-pid-auxv.txt
index 222e3ea14..06ffce33e 100644
--- a/txt/binfmt_elf_fdpic-fix-proc-pid-auxv.txt
+++ b/txt/binfmt_elf_fdpic-fix-proc-pid-auxv.txt
@@ -10,6 +10,7 @@ Synchronize FDPIC ELF aux vector setup with ELF. Replace entry-by-entry
aux vector copying to userspace with initialization of mm->saved_auxv
first and then copying it to userspace as a whole.
+[akpm@linux-foundation.org: coding-style cleanups]
Link: https://lkml.kernel.org/r/20240322195418.2160164-1-jcmvbkbc@gmail.com
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Cc: Al Viro <viro@ZenIV.linux.org.uk>