projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
368a978
6e44bd6
)
Merge tag 'fixes-2021-10-16' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt...
author
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 16 Oct 2021 17:57:13 +0000
(10:57 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 16 Oct 2021 17:57:13 +0000
(10:57 -0700)
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
Trivial merge