]> www.infradead.org Git - users/hch/misc.git/commit
mseal sysmap: generic vdso vvar mapping
authorHeiko Carstens <hca@linux.ibm.com>
Tue, 11 Mar 2025 12:33:25 +0000 (13:33 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 1 Apr 2025 22:17:15 +0000 (15:17 -0700)
commit1d6fad7b844cffc85024a362fdcc3bef696dfe2e
tree1fc572283c54b0ffc9f1a7aea5eae229780ef474
parent7b0141daf34c5d9b3c665e609d293e37cc692734
mseal sysmap: generic vdso vvar mapping

With the introduction of the generic vdso data storage the VM_SEALED_SYSMAP
vm flag must be moved from the architecture specific
_install_special_mapping() call [1] [2] which maps the vvar mapping to
generic code.

[1] https://lkml.kernel.org/r/20250305021711.3867874-4-jeffxu@google.com
[2] https://lkml.kernel.org/r/20250305021711.3867874-5-jeffxu@google.com

Link: https://lkml.kernel.org/r/20250311123326.2686682-2-hca@linux.ibm.com
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Reviewed-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Cc: Alexander Gordeev <agordeev@linux.ibm.com>
Cc: Christian Borntraeger <borntraeger@linux.ibm.com>
Cc: Jeff Xu <jeffxu@chromium.org>
Cc: Liam Howlett <liam.howlett@oracle.com>
Cc: Sven Schnelle <svens@linux.ibm.com>
Cc: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Cc: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/vdso/datastore.c