]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
4.4-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 13 Jan 2018 10:21:42 +0000 (11:21 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 13 Jan 2018 10:21:42 +0000 (11:21 +0100)
added patches:
revert-userfaultfd-selftest-vm-allow-to-build-in-vm.patch

queue-4.4/revert-userfaultfd-selftest-vm-allow-to-build-in-vm.patch [new file with mode: 0644]
queue-4.4/series

diff --git a/queue-4.4/revert-userfaultfd-selftest-vm-allow-to-build-in-vm.patch b/queue-4.4/revert-userfaultfd-selftest-vm-allow-to-build-in-vm.patch
new file mode 100644 (file)
index 0000000..ad45feb
--- /dev/null
@@ -0,0 +1,41 @@
+From b224975a2c971c773f1211483a1392262fe8fb15 Mon Sep 17 00:00:00 2001
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Date: Sat, 13 Jan 2018 11:19:07 +0100
+Subject: Revert "userfaultfd: selftest: vm: allow to build in vm/ directory"
+
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
+This reverts commit b5213e1e9f25ccde958aa6364815ee87fef91100 which was
+commit 46aa6a302b53f543f8e8b8e1714dc5e449ad36a6 upstream.
+
+This is being reverted because the affected commit this was trying to
+fix, a8ba798bc8ec ("selftests: enable O and KBUILD_OUTPUT"), was never
+backported to the 4.4-stable tree.
+
+Reported-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
+Cc: Andrea Arcangeli <aarcange@redhat.com>
+Cc: Mike Rapoport <rppt@linux.vnet.ibm.com>
+Cc: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
+Cc: Mike Kravetz <mike.kravetz@oracle.com>
+Cc: Pavel Emelyanov <xemul@parallels.com>
+Cc: Hillf Danton <hillf.zj@alibaba-inc.com>
+Cc: Andrew Morton <akpm@linux-foundation.org>
+Cc: Linus Torvalds <torvalds@linux-foundation.org>
+Cc: Sasha Levin <alexander.levin@verizon.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ tools/testing/selftests/vm/Makefile |    4 ----
+ 1 file changed, 4 deletions(-)
+
+--- a/tools/testing/selftests/vm/Makefile
++++ b/tools/testing/selftests/vm/Makefile
+@@ -1,9 +1,5 @@
+ # Makefile for vm selftests
+-ifndef OUTPUT
+-  OUTPUT := $(shell pwd)
+-endif
+-
+ CFLAGS = -Wall -I ../../../../usr/include $(EXTRA_CFLAGS)
+ BINARIES = compaction_test
+ BINARIES += hugepage-mmap
index 7324608636a6f8717b2b431ec05ea8ac325dc3d4..a5da4881c4962ad74043be6373cad05089154ab7 100644 (file)
@@ -43,3 +43,4 @@ x86-mm-pat-dev-mem-remove-superfluous-error-message.patch
 hwrng-core-sleep-interruptible-in-read.patch
 sysrq-fix-warning-in-sysrq-generated-crash.patch
 xhci-fix-ring-leak-in-failure-path-of-xhci_alloc_virt_device.patch
+revert-userfaultfd-selftest-vm-allow-to-build-in-vm.patch