]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
vdso: Add generic architecture-specific data storage
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Tue, 4 Feb 2025 12:05:39 +0000 (13:05 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 21 Feb 2025 08:54:01 +0000 (09:54 +0100)
commit365841e1557ace6e8b4d5ba06a6cf53f699bc684
treee224d903a601777f65478c93712aaade86c362ee
parent51d6ca373f459fa6c91743e14ae69854d844aa38
vdso: Add generic architecture-specific data storage

Some architectures need to expose architecture-specific data to the vDSO.

Enable the generic vDSO storage mechanism to both store and map this
data. Some architectures require more than a single page, like LoongArch,
so prepare for that usecase, too.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250204-vdso-store-rng-v3-7-13a4669dfc8c@linutronix.de
arch/Kconfig
include/vdso/datapage.h
lib/vdso/datastore.c