VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Linus Torvalds <torvalds@linux-foundation.org> 2020-06-01 16:21:46 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2020-06-01 16:21:46 -0700 commit: 8b39a57e965403c12a27d0859901a8a7d1d7318f parent: 062ea674ae8ad93530dbf7176c59daef098863df
Commit Summary:
Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/compat_binfmt_elf.c b/fs/compat_binfmt_elf.c
index 13a087bc816b..e61f3fe8e32a 100644
--- a/fs/compat_binfmt_elf.c
+++ b/fs/compat_binfmt_elf.c
@@ -43,7 +43,7 @@
  */
 #define user_long_t		compat_long_t
 #define user_siginfo_t		compat_siginfo_t
-#define copy_siginfo_to_user	copy_siginfo_to_user32
+#define copy_siginfo_to_external	copy_siginfo_to_external32
 
 /*
  * The machine-dependent core note format types are defined in elfcore-compat.h,