]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'fixes-2021-10-16' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 16 Oct 2021 17:57:13 +0000 (10:57 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 16 Oct 2021 17:57:13 +0000 (10:57 -0700)
commita97c15a2ed6d5789b20ba717fcfb86e9838d1567
tree8197d7af2f061b4ef3386948cb4566b8f4959306
parent3d2c248662f8a15b61f4ef2ebcbb64b4a3e767d9
parent848ec0738305f632eae14c111c2da6cec73de792
Merge tag 'fixes-2021-10-16' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock

Pull memblock fix from Mike Rapoport:
 "Fix handling of NOMAP regions with kmemleak.

  NOMAP regions don't have linear map entries so an attempt to scan
  these areas in kmemleak would fault.

  Prevent such faults by excluding NOMAP regions from kmemleak"

* tag 'fixes-2021-10-16' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock:
  memblock: exclude NOMAP regions from kmemleak