aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.4/305-mips_module_reloc.patch
Commit message (Collapse)AuthorAgeFilesLines
* kernel: fix crashes on MIPS when loading kernel modules under memory pressureFelix Fietkau2017-02-151-1/+4
| | | | | | | | | | | 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>
* kernel: add linux 4.4 supportJonas Gorski2015-12-021-0/+352
Based on 4.4-rc3. Runtime tested on MIPS. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 47701