+0
−8
Loading
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 da861e18 ("x86, vdso: Get rid of the fake section mechanism"). On x86 the reservation was only cleaned up in commit 24b7c77b ("x86/vdso: Remove obsolete "fake section table" reservation"). Remove the reservation for SPARC, too. Fixes: 9a08862a ("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