* [PATCH] riscv: vdso: Only try to install vDSO when present
@ 2026-07-09 6:49 Thomas Weißschuh
2026-07-29 23:56 ` Paul Walmsley
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Weißschuh @ 2026-07-09 6:49 UTC (permalink / raw)
To: Paul Walmsley, Palmer Dabbelt, Albert Ou, Alexandre Ghiti,
David Abdurachmanov
Cc: Palmer Dabbelt, linux-riscv, linux-kernel, kernel test robot,
Thomas Weißschuh
vdso.so.dbg is only built with CONFIG_MMU.
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202607090258.iSAUYlO1-lkp@intel.com/
Fixes: f157d411a9eb ("riscv: add missing vdso_install target")
Fixes: 3edf39916977 ("vDSO, kbuild: Provide vDSO debug variants at runtime")
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
---
arch/riscv/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/riscv/Makefile b/arch/riscv/Makefile
index ce0cc737f870..1363e5bef35c 100644
--- a/arch/riscv/Makefile
+++ b/arch/riscv/Makefile
@@ -168,7 +168,7 @@ vdso_prepare: prepare0
endif
endif
-vdso-install-y += arch/riscv/kernel/vdso/vdso.so.dbg
+vdso-install-$(CONFIG_MMU) += arch/riscv/kernel/vdso/vdso.so.dbg
vdso-install-$(CONFIG_RISCV_USER_CFI) += arch/riscv/kernel/vdso_cfi/vdso-cfi.so.dbg
vdso-install-$(CONFIG_COMPAT) += arch/riscv/kernel/compat_vdso/compat_vdso.so.dbg
---
base-commit: dc59e4fea9d83f03bad6bddf3fa2e52491777482
change-id: 20260709-riscv-install-vdso-4d060ed55a3d
Best regards,
--
Thomas Weißschuh <thomas.weissschuh@linutronix.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] riscv: vdso: Only try to install vDSO when present
2026-07-09 6:49 [PATCH] riscv: vdso: Only try to install vDSO when present Thomas Weißschuh
@ 2026-07-29 23:56 ` Paul Walmsley
0 siblings, 0 replies; 2+ messages in thread
From: Paul Walmsley @ 2026-07-29 23:56 UTC (permalink / raw)
To: Thomas Weißschuh
Cc: Paul Walmsley, Palmer Dabbelt, Albert Ou, Alexandre Ghiti,
David Abdurachmanov, Palmer Dabbelt, linux-riscv, linux-kernel,
kernel test robot
[-- Attachment #1: Type: text/plain, Size: 478 bytes --]
On Thu, 9 Jul 2026, Thomas Weißschuh wrote:
> vdso.so.dbg is only built with CONFIG_MMU.
>
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202607090258.iSAUYlO1-lkp@intel.com/
> Fixes: f157d411a9eb ("riscv: add missing vdso_install target")
> Fixes: 3edf39916977 ("vDSO, kbuild: Provide vDSO debug variants at runtime")
> Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Thanks, queued for v7.2-rc.
- Paul
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-29 23:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-09 6:49 [PATCH] riscv: vdso: Only try to install vDSO when present Thomas Weißschuh
2026-07-29 23:56 ` Paul Walmsley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®