aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/backport-4.14/080-v4.15-0001-arch-define-weak-abort.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/generic/backport-4.14/080-v4.15-0001-arch-define-weak-abort.patch')
-rw-r--r--target/linux/generic/backport-4.14/080-v4.15-0001-arch-define-weak-abort.patch7
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/generic/backport-4.14/080-v4.15-0001-arch-define-weak-abort.patch b/target/linux/generic/backport-4.14/080-v4.15-0001-arch-define-weak-abort.patch
index 2d247a39e4..1867234540 100644
--- a/target/linux/generic/backport-4.14/080-v4.15-0001-arch-define-weak-abort.patch
+++ b/target/linux/generic/backport-4.14/080-v4.15-0001-arch-define-weak-abort.patch
@@ -30,11 +30,9 @@ Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/exit.c | 8 ++++++++
1 file changed, 8 insertions(+)
-diff --git a/kernel/exit.c b/kernel/exit.c
-index 6b4298a41167..df0c91d5606c 100644
--- a/kernel/exit.c
+++ b/kernel/exit.c
-@@ -1755,3 +1755,11 @@ COMPAT_SYSCALL_DEFINE5(waitid,
+@@ -1755,3 +1755,11 @@ Efault:
return -EFAULT;
}
#endif
@@ -46,6 +44,3 @@ index 6b4298a41167..df0c91d5606c 100644
+ /* if that doesn't kill us, halt */
+ panic("Oops failed to kill thread");
+}
---
-2.11.0
-