Re: [PATCH] riscv: vdso: Only try to install vDSO when present
From: Paul Walmsley
Date: Wed Jul 29 2026 - 20:01:59 EST
On Thu, 9 Jul 2026, Thomas Weißschuh wrote:
> vdso.so.dbg is only built with CONFIG_MMU.
>
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Closes: https://lore.kernel.org/oe-kbuild-all/202607090258.iSAUYlO1-lkp@xxxxxxxxx/
> 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@xxxxxxxxxxxxx>
Thanks, queued for v7.2-rc.
- Paul