patching file MAINTAINERS Hunk #1 FAILED at 7718. Hunk #2 FAILED at 7725. 2 out of 2 hunks FAILED -- saving rejects to file MAINTAINERS.rej can't find file to patch at input line 141 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h |index 252243c7783d..a30083ec4bd5 100644 |--- a/include/linux/syscalls.h |+++ b/include/linux/syscalls.h -------------------------- No file to patch. Skipping patch. 2 out of 2 hunks ignored can't find file to patch at input line 165 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/include/uapi/asm-generic/unistd.h b/include/uapi/asm-generic/unistd.h |index 1c5fb86d455a..ebafbb27cc41 100644 |--- a/include/uapi/asm-generic/unistd.h |+++ b/include/uapi/asm-generic/unistd.h -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 182 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/include/uapi/linux/futex.h b/include/uapi/linux/futex.h |index 235e5b2facaa..71a5df8d2689 100644 |--- a/include/uapi/linux/futex.h |+++ b/include/uapi/linux/futex.h -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 218 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/init/Kconfig b/init/Kconfig |index 11f8a845f259..a5c9300f9000 100644 |--- a/init/Kconfig |+++ b/init/Kconfig -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 236 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/kernel/Makefile b/kernel/Makefile |index 4df609be42d0..1eaf2af50283 100644 |--- a/kernel/Makefile |+++ b/kernel/Makefile -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 248 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/kernel/futex.c b/kernel/futex.c |index 32c91f9d7385..858465f97d9b 100644 |--- a/kernel/futex.c |+++ b/kernel/futex.c -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored patching file kernel/futex.h patching file kernel/futex2.c can't find file to patch at input line 607 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/kernel/sys_ni.c b/kernel/sys_ni.c |index f43d89d92860..3d0b94f6b88d 100644 |--- a/kernel/sys_ni.c |+++ b/kernel/sys_ni.c -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored Reject file MAINTAINERS.rej: --- MAINTAINERS +++ MAINTAINERS @@ -7718,6 +7718,7 @@ M: Ingo Molnar R: Peter Zijlstra R: Darren Hart R: Davidlohr Bueso +R: André Almeida L: linux-kernel@vger.kernel.org S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core @@ -7725,7 +7726,7 @@ F: Documentation/locking/*futex* F: include/asm-generic/futex.h F: include/linux/futex.h F: include/uapi/linux/futex.h -F: kernel/futex.c +F: kernel/futex* F: tools/perf/bench/futex* F: tools/testing/selftests/futex/