diff options
author | Roman Yeryomin <roman@advem.lv> | 2018-01-17 00:07:58 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-02-15 10:46:39 +0100 |
commit | f4e5880d0f3496a3151fe24d87ca2d08d3403a83 (patch) | |
tree | b2a3f276e4786d7eed8d928cd8984975334556cf /target/linux/generic/backport-4.14/080-v4.15-0001-arch-define-weak-abort.patch | |
parent | a3b9cbafc33a94606368226020e7b69ff85f1115 (diff) | |
download | mtk-20170518-f4e5880d0f3496a3151fe24d87ca2d08d3403a83.zip mtk-20170518-f4e5880d0f3496a3151fe24d87ca2d08d3403a83.tar.gz mtk-20170518-f4e5880d0f3496a3151fe24d87ca2d08d3403a83.tar.bz2 |
ramips: preliminary support for 4.14
- removed upstreamed patches
- 0901-spansion_nand_id_fix.patch is disabled, not clear if it's needed
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Signed-off-by: John Crispin <john@phrozen.org>
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.patch | 7 |
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 2d247a3..1867234 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 - |