Merge branch 'akpm' (patches from Andrew)
Merge fixes from Andrew Morton: "6 fixes" * emailed patches from Andrew Morton <akpm@linux-foundation.org>: lib/Kconfig.debug: fix some messed up configurations mm: vmscan: protect shrinker idr replace with CONFIG_MEMCG kasan: don't assume percpu shadow allocations will succeed kasan: use apply_to_existing_page_range() for releasing vmalloc shadow mm/memory.c: add apply_to_existing_page_range() helper kasan: fix crashes on access to memory mapped by vm_map_ram()
No related branches found
No related tags found
Showing
- include/linux/kasan.h 9 additions, 6 deletionsinclude/linux/kasan.h
- include/linux/mm.h 3 additions, 0 deletionsinclude/linux/mm.h
- lib/Kconfig.debug 51 additions, 49 deletionslib/Kconfig.debug
- mm/kasan/common.c 24 additions, 12 deletionsmm/kasan/common.c
- mm/memory.c 94 additions, 42 deletionsmm/memory.c
- mm/vmalloc.c 76 additions, 53 deletionsmm/vmalloc.c
- mm/vmscan.c 1 addition, 1 deletionmm/vmscan.c
Loading
Please register or sign in to comment