openwrt/target
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
..
imagebuilder build: add buildbot specific config option for setting defaults 2017-02-15 11:37:13 +01:00
linux kernel: fix crashes on MIPS when loading kernel modules under memory pressure 2017-02-15 13:23:58 +01:00
sdk build: add buildbot specific config option for setting defaults 2017-02-15 11:37:13 +01:00
toolchain target/toolchain: Fix toolchain packaging without package build 2016-09-06 11:40:12 +02:00
Config.in kernel: add plan 9 fs package 2016-08-11 10:45:33 +02:00
Makefile sdk: depend on linux/install 2016-11-04 16:14:51 +01:00