Hi Andrew,

On Mon, 27 Jul 2020 18:19:14 -0700 Andrew Morton <a...@linux-foundation.org> 
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 <a...@linux-foundation.org>
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 <alexander.h.du...@linux.intel.com>
Cc: Brian Geffon <bgef...@google.com>
Cc: Christian Brauner <christ...@brauner.io>
Cc: Christian Brauner <christian.brau...@ubuntu.com>
Cc: Daniel Colascione <dan...@google.com>
Cc: David Rientjes <rient...@google.com>
Cc: Jann Horn <ja...@google.com>
Cc: Jens Axboe <ax...@kernel.dk>
Cc: Joel Fernandes <j...@joelfernandes.org>
Cc: Johannes Weiner <han...@cmpxchg.org>
Cc: John Dias <joaod...@google.com>
Cc: Kirill Tkhai <ktk...@virtuozzo.com>
Cc: <linux-...@vger.kernel.org>
Cc: Michal Hocko <mho...@suse.com>
Cc: Minchan Kim <minc...@kernel.org>
Cc: Oleksandr Natalenko <oleksa...@redhat.com>
Cc: Sandeep Patil <sspa...@google.com>
Cc: SeongJae Park <sj38.p...@gmail.com>
Cc: SeongJae Park <sjp...@amazon.de>
Cc: Shakeel Butt <shake...@google.com>
Cc: Sonny Rao <sonny...@google.com>
Cc: Suren Baghdasaryan <sur...@google.com>
Cc: Tim Murray <timmur...@google.com>
Cc: Vlastimil Babka <vba...@suse.cz>
Signed-off-by: Andrew Morton <a...@linux-foundation.org>
Signed-off-by: Stephen Rothwell <s...@canb.auug.org.au>

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

Attachment: pgpGZLqXZWOv6.pgp
Description: OpenPGP digital signature

Reply via email to