]> 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)
commit8f59d91d91c432922d5b57e9e9dbe346c7b61448
tree62ee8eb625f50cc259e078b8796618e2e8fe839b
parentca5f4c3dbb14ddb956c7c5790c41ad59988ea3bf
parentd5cec0baf82d6fc84f01a55d3591d702ecd0df91
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()