]> git.baikalelectronics.ru Git - kernel.git/commit
vmalloc: fix the owner argument for the new __vmalloc_node_range callers
authorChristoph Hellwig <hch@lst.de>
Fri, 3 Jul 2020 22:15:27 +0000 (15:15 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Jul 2020 23:15:25 +0000 (16:15 -0700)
commiteb1f589c6748794be78eb53cff8cf3e24b5cdbe7
tree4368bbdd327a95e3e851a697a7885841b36ca39e
parent83f2461d3515f3780bf7a5d20cda1e70d5e3e4ef
vmalloc: fix the owner argument for the new __vmalloc_node_range callers

Fix the recently added new __vmalloc_node_range callers to pass the
correct values as the owner for display in /proc/vmallocinfo.

Fixes: ff5ba770a34e ("x86/hyperv: allocate the hypercall page with only read and execute bits")
Fixes: b83bc225ad23 ("arm64: use PAGE_KERNEL_ROX directly in alloc_insn_page")
Fixes: 2c161df57646 ("mm: remove vmalloc_exec")
Reported-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/20200627075649.2455097-1-hch@lst.de
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/arm64/kernel/probes/kprobes.c
arch/x86/hyperv/hv_init.c
kernel/module.c