https://github.com/torvalds/linux
Revision be74273aee2c94e8322404d0b6e84e4f30d911ed authored by Matthew Wilcox (Oracle) on 08 June 2020, 13:04:08 UTC, committed by Rich Felker on 15 August 2020, 02:05:03 UTC
The pgd kmem_cache allocation both specified __GFP_ZERO and had a
constructor which makes no sense.  Remove __GFP_ZERO and zero the user
parts of the pgd explicitly.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Rich Felker <dalias@libc.org>
1 parent bcf8768
History
Tip revision: be74273aee2c94e8322404d0b6e84e4f30d911ed authored by Matthew Wilcox (Oracle) on 08 June 2020, 13:04:08 UTC
sh: Fix unneeded constructor in page table allocation
Tip revision: be74273
File Mode Size
Documentation
LICENSES
arch
block
certs
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format -rw-r--r-- 15.8 KB
.cocciconfig -rw-r--r-- 59 bytes
.get_maintainer.ignore -rw-r--r-- 71 bytes
.gitattributes -rw-r--r-- 62 bytes
.gitignore -rw-r--r-- 1.8 KB
.mailmap -rw-r--r-- 15.9 KB
COPYING -rw-r--r-- 496 bytes
CREDITS -rw-r--r-- 97.4 KB
Kbuild -rw-r--r-- 1.3 KB
Kconfig -rw-r--r-- 555 bytes
MAINTAINERS -rw-r--r-- 548.3 KB
Makefile -rw-r--r-- 60.5 KB
README -rw-r--r-- 727 bytes

README

back to top