From 6bf3a86ed632274b9f4078e7ef1aa14667405004 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 29 Sep 2018 18:04:39 +0200 Subject: uml: update to linux 4.14 Signed-off-by: Felix Fietkau --- ...ectly-check-for-PTRACE_GETRESET-SETREGSET.patch | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 target/linux/uml/patches-4.9/002-um-Correctly-check-for-PTRACE_GETRESET-SETREGSET.patch (limited to 'target/linux/uml/patches-4.9/002-um-Correctly-check-for-PTRACE_GETRESET-SETREGSET.patch') diff --git a/target/linux/uml/patches-4.9/002-um-Correctly-check-for-PTRACE_GETRESET-SETREGSET.patch b/target/linux/uml/patches-4.9/002-um-Correctly-check-for-PTRACE_GETRESET-SETREGSET.patch deleted file mode 100644 index 79beb823c2..0000000000 --- a/target/linux/uml/patches-4.9/002-um-Correctly-check-for-PTRACE_GETRESET-SETREGSET.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 61e8d462457f202bf0c6393133425ad387825e22 Mon Sep 17 00:00:00 2001 -From: Richard Weinberger -Date: Thu, 6 Jul 2017 09:35:27 +0200 -Subject: [PATCH] um: Correctly check for PTRACE_GETRESET/SETREGSET - -[ Upstream commit 61e8d462457f202bf0c6393133425ad387825e22 ] - -When checking for PTRACE_GETRESET/SETREGSET, make sure that -the correct header file is included. We need linux/ptrace.h -which contains all ptrace UAPI related defines. -Otherwise #if defined(PTRACE_GETRESET) is always false. - -Cc: Florian Fainelli -Signed-off-by: Richard Weinberger ---- - arch/x86/um/user-offsets.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/arch/x86/um/user-offsets.c -+++ b/arch/x86/um/user-offsets.c -@@ -5,7 +5,7 @@ - #include - #include - #define __FRAME_OFFSETS --#include -+#include - #include - - #ifdef __i386__ -- cgit v1.2.3