openwrt/target/linux/generic
Felix Fietkau 853bad5af2 kernel: fix crashes on MIPS when loading kernel modules under memory pressure
When memory is tight, modules may need to be loaded into vmalloc()
space. The code then has to generate jump trampolines which enable
relocations between vmalloc space and physical address space.

The code had a bug that was freeing these trampolines even when the
module was successfully loaded.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2017-02-15 13:23:58 +01:00
..
base-files
files kernel: ar8327/ar8337: disable ARL access code to avoid lockups (FS#384) 2017-02-01 15:40:19 +01:00
image treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
patches-3.18 kernel: fix crashes on MIPS when loading kernel modules under memory pressure 2017-02-15 13:23:58 +01:00
patches-4.4 kernel: fix crashes on MIPS when loading kernel modules under memory pressure 2017-02-15 13:23:58 +01:00
config-3.18 kernel: add missing config symbol 2017-01-10 12:37:13 +01:00
config-4.4 kernel: add missing config symbols 2017-01-10 22:02:40 +01:00
PATCHES