]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
MIPS: VDSO: Only map the data pages when the vDSO is used
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Thu, 21 May 2026 06:53:18 +0000 (08:53 +0200)
committerThomas Gleixner <tglx@kernel.org>
Thu, 4 Jun 2026 16:22:45 +0000 (18:22 +0200)
commit8ea920c48d82a0ef031bedfb649d4d8c77ef3d1c
treecb7d395540251aaa7da16b2a0fca694770083c6f
parent60ad2f1158577b4923987f0a410456cfccd0fd23
MIPS: VDSO: Only map the data pages when the vDSO is used

A future change will make it possible to disable the time-related vDSO.
In that case there is no point in calling into the datastore.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Link: https://patch.msgid.link/20260521-vdso-mips-kconfig-v1-4-2f79dcd6c78f@linutronix.de
arch/mips/Kconfig
arch/mips/kernel/vdso.c