s390/kasan: fix insecure W+X mapping warning
authorAlexander Gordeev <agordeev@linux.ibm.com>
Fri, 26 May 2023 12:30:29 +0000 (14:30 +0200)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Tue, 20 Jun 2023 17:52:12 +0000 (19:52 +0200)
commit2ed8b509753a0454b52b2d72e982265472c8d861
tree97c2e60a9ef29b84f22cf366ed0687e4024286cc
parentf471c6585c7f2f168b8eb2d19e2d6e5f22a6645f
s390/kasan: fix insecure W+X mapping warning

Since commit 3b5c3f000c2e ("s390/kasan: move shadow mapping
to decompressor") the decompressor establishes mappings for
the shadow memory and sets initial protection attributes to
RWX. The decompressed kernel resets protection to RW+NX
later on.

In case a shadow memory range is not aligned on page boundary
(e.g. as result of mem= kernel command line parameter use),
the "Checked W+X mappings: FAILED, 1 W+X pages found" warning
hits.

Reported-by: Vasily Gorbik <gor@linux.ibm.com>
Fixes: 557b19709da9 ("s390/kasan: move shadow mapping to decompressor")
Reviewed-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/mm/vmem.c