https://github.com/torvalds/linux
Revision ccfb5ceb400720969d6118c740c2fc37bcf990b8 authored by Linus Torvalds on 16 October 2021, 17:57:13 UTC, committed by Linus Torvalds on 16 October 2021, 17:57:13 UTC
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
2 parent s 368a978 + 6e44bd6
History
Tip revision: ccfb5ceb400720969d6118c740c2fc37bcf990b8 authored by Linus Torvalds on 16 October 2021, 17:57:13 UTC
Merge tag 'fixes-2021-10-16' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock
Tip revision: ccfb5ce

back to top