Hi Andrew, On Mon, 27 Jul 2020 18:19:14 -0700 Andrew Morton wrote: > > * mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-fix-2.patch These syscall patches have been a pain, sorry. I have corrected the above to this: From: Andrew Morton Date: Tue, 28 Jul 2020 11:29:27 +1000 Subject: mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-fix-2 fix include/uapi/asm-generic/unistd.h whoops Cc: Alexander Duyck Cc: Brian Geffon Cc: Christian Brauner Cc: Christian Brauner Cc: Daniel Colascione Cc: David Rientjes Cc: Jann Horn Cc: Jens Axboe Cc: Joel Fernandes Cc: Johannes Weiner Cc: John Dias Cc: Kirill Tkhai Cc: Cc: Michal Hocko Cc: Minchan Kim Cc: Oleksandr Natalenko Cc: Sandeep Patil Cc: SeongJae Park Cc: SeongJae Park Cc: Shakeel Butt Cc: Sonny Rao Cc: Suren Baghdasaryan Cc: Tim Murray Cc: Vlastimil Babka Signed-off-by: Andrew Morton Signed-off-by: Stephen Rothwell diff --git a/include/uapi/asm-generic/unistd.h b/include/uapi/asm-generic/unistd.h index 4d8044ca1bd5..c0b5f8b609eb 100644 --- a/include/uapi/asm-generic/unistd.h +++ b/include/uapi/asm-generic/unistd.h @@ -861,13 +861,13 @@ __SYSCALL(__NR_pidfd_getfd, sys_pidfd_getfd) __SYSCALL(__NR_faccessat2, sys_faccessat2) #define __NR_watch_mount 440 __SYSCALL(__NR_watch_mount, sys_watch_mount) -#define __NR_fsinfo 442 +#define __NR_fsinfo 441 __SYSCALL(__NR_fsinfo, sys_fsinfo) -#define __NR_fsinfo 443 +#define __NR_process_madvise 442 __SC_COMP(__NR_process_madvise, sys_process_madvise, compat_sys_process_madvise) #undef __NR_syscalls -#define __NR_syscalls 444 +#define __NR_syscalls 443 /* * 32 bit systems traditionally used different -- Cheers, Stephen Rothwell