mbox series

[GIT,PULL] memblock: fix handling of NOMAP regions with kmemleak

Message ID YWp90alRlwExAmv2@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] memblock: fix handling of NOMAP regions with kmemleak | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock tags/fixes-2021-10-16

Message

Mike Rapoport Oct. 16, 2021, 7:22 a.m. UTC
Hi Linus,

The following changes since commit 64570fbc14f8d7cb3fe3995f20e26bc25ce4b2cc:

  Linux 5.15-rc5 (2021-10-10 17:01:59 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock tags/fixes-2021-10-16

for you to fetch changes up to 6e44bd6d34d659c44cd8e7fc925c8a97f49b3c33:

  memblock: exclude NOMAP regions from kmemleak (2021-10-13 08:36:59 +0300)

----------------------------------------------------------------
memblock: 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.

----------------------------------------------------------------
Mike Rapoport (1):
      memblock: exclude NOMAP regions from kmemleak

 mm/memblock.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Oct. 16, 2021, 6:31 p.m. UTC | #1
The pull request you sent on Sat, 16 Oct 2021 10:22:57 +0300:

> https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock tags/fixes-2021-10-16

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ccfb5ceb400720969d6118c740c2fc37bcf990b8

Thank you!