Hi Andrew, On Mon, 27 Jul 2020 18:19:14 -0700 Andrew Morton <[email protected]> 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 <[email protected]> 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 <[email protected]> Cc: Brian Geffon <[email protected]> Cc: Christian Brauner <[email protected]> Cc: Christian Brauner <[email protected]> Cc: Daniel Colascione <[email protected]> Cc: David Rientjes <[email protected]> Cc: Jann Horn <[email protected]> Cc: Jens Axboe <[email protected]> Cc: Joel Fernandes <[email protected]> Cc: Johannes Weiner <[email protected]> Cc: John Dias <[email protected]> Cc: Kirill Tkhai <[email protected]> Cc: <[email protected]> Cc: Michal Hocko <[email protected]> Cc: Minchan Kim <[email protected]> Cc: Oleksandr Natalenko <[email protected]> Cc: Sandeep Patil <[email protected]> Cc: SeongJae Park <[email protected]> Cc: SeongJae Park <[email protected]> Cc: Shakeel Butt <[email protected]> Cc: Sonny Rao <[email protected]> Cc: Suren Baghdasaryan <[email protected]> Cc: Tim Murray <[email protected]> Cc: Vlastimil Babka <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Stephen Rothwell <[email protected]> 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
pgpGZLqXZWOv6.pgp
Description: OpenPGP digital signature

