OSDN Git Service

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)
commit7e0165b2f1a912a06e381e91f0f4e495f4ac3736
tree62ee8eb625f50cc259e078b8796618e2e8fe839b
parent5f096c0ecd53263a94124bdfa516a29f154e44ed
parent045f6d7942be248fbda6e85b2393f2735695ed39
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()