]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'akpm' (patches from Andrew)
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 19 Dec 2019 16:13:04 +0000 (08:13 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 19 Dec 2019 16:13:04 +0000 (08:13 -0800)
commit94a924f8804ddf951f2da488d9ab36290291218e
tree62ee8eb625f50cc259e078b8796618e2e8fe839b
parent904631e3b76a536cf32e433f381509680330c757
parentc3a0a84f3bf58ac458f1557235bbf694140ac82b
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()