]> git.ipfire.org Git - thirdparty/linux.git/commit
sparc64: vdso: Remove obsolete "fake section table" reservation
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Wed, 4 Mar 2026 07:49:02 +0000 (08:49 +0100)
committerThomas Gleixner <tglx@kernel.org>
Wed, 11 Mar 2026 09:18:31 +0000 (10:18 +0100)
commit9fc4fe6e142ae574a494ae4018b3992b7d5b7d58
tree89d4046b8fce929dc299206513e965ec36ea3abf
parentacc4f131d5d57c2aa89db914aeb6f7bb0ab4eb4a
sparc64: vdso: Remove obsolete "fake section table" reservation

When the vDSO logic was copied from x86 to SPARC some unused remnants of
the fake section handling were copied, too. In x86 the original fake
section handling had already been removed incompletely in commit
da861e18eccc ("x86, vdso: Get rid of the fake section mechanism").
On x86 the reservation was only cleaned up in commit 24b7c77bbb24
("x86/vdso: Remove obsolete "fake section table" reservation").

Remove the reservation for SPARC, too.

Fixes: 9a08862a5d2e ("vDSO for sparc")
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Tested-by: Andreas Larsson <andreas@gaisler.com>
Reviewed-by: Andreas Larsson <andreas@gaisler.com>
Acked-by: Andreas Larsson <andreas@gaisler.com>
Link: https://patch.msgid.link/20260304-vdso-sparc64-generic-2-v6-5-d8eb3b0e1410@linutronix.de
arch/sparc/vdso/vdso-layout.lds.S
arch/sparc/vdso/vdso2c.c