diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-11 10:57:49 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-15 18:25:54 +0100 |
commit | 1708644f1915eb7587a904d81da0ef0b559d1567 (patch) | |
tree | 15fd746c87d428ef513ee95fc69ded44fbf7e2ea /target/linux/generic/patches-4.4/300-mips_expose_boot_raw.patch | |
parent | b02636fcb4b16d437442f817a60a30e9b7ce4ed2 (diff) | |
download | upstream-1708644f1915eb7587a904d81da0ef0b559d1567.tar.gz upstream-1708644f1915eb7587a904d81da0ef0b559d1567.tar.bz2 upstream-1708644f1915eb7587a904d81da0ef0b559d1567.zip |
kernel: backport MIPS changes introducing a separate IRQ stack
Prevents crashes when IRQs arrive when the current kernel stack context
already contains deeply nested function calls, e.g. when stacking lots
of network devices on top of each other
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/generic/patches-4.4/300-mips_expose_boot_raw.patch')
-rw-r--r-- | target/linux/generic/patches-4.4/300-mips_expose_boot_raw.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-4.4/300-mips_expose_boot_raw.patch b/target/linux/generic/patches-4.4/300-mips_expose_boot_raw.patch index 76c70782a9..0980c26d50 100644 --- a/target/linux/generic/patches-4.4/300-mips_expose_boot_raw.patch +++ b/target/linux/generic/patches-4.4/300-mips_expose_boot_raw.patch @@ -8,7 +8,7 @@ Acked-by: Rob Landley <rob@landley.net> --- --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig -@@ -1032,9 +1032,6 @@ config FW_ARC +@@ -1033,9 +1033,6 @@ config FW_ARC config ARCH_MAY_HAVE_PC_FDC bool @@ -18,7 +18,7 @@ Acked-by: Rob Landley <rob@landley.net> config CEVT_BCM1480 bool -@@ -2792,6 +2789,18 @@ choice +@@ -2793,6 +2790,18 @@ choice bool "Bootloader kernel arguments if available" endchoice |