[PATCH v2 0/4] kbuild: vdso_install: drop build ID architecture allow-list

Thomas Weißschuh posted 4 patches 13 hours ago
scripts/Makefile.vdsoinst | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
[PATCH v2 0/4] kbuild: vdso_install: drop build ID architecture allow-list
Posted by Thomas Weißschuh 13 hours ago
This list is incomplete. Instead of maintaining it manually,
detect a vDSO with build ID automatically and handle it.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Changes in v2:
- Pick up review tags.
- Fix typos in commit messages.
- Link to v1: https://patch.msgid.link/20260320-kbuild-vdso-install-v1-0-e2e8a0970889@weissschuh.net

---
Thomas Weißschuh (4):
      kbuild: vdso_install: split out the readelf invocation
      kbuild: vdso_install: hide readelf warnings
      kbuild: vdso_install: gracefully handle images without build ID
      kbuild: vdso_install: drop build ID architecture allow-list

 scripts/Makefile.vdsoinst | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
base-commit: 5acf9666477e24e026c54ded89e69cff6596ced8
change-id: 20260318-kbuild-vdso-install-44a55817ef7f

Best regards,
--  
Thomas Weißschuh <linux@weissschuh.net>

Re: [PATCH v2 0/4] kbuild: vdso_install: drop build ID architecture allow-list
Posted by Nathan Chancellor 9 hours ago
On Tue, 31 Mar 2026 19:50:18 +0200, Thomas Weißschuh <linux@weissschuh.net> wrote:
> This list is incomplete. Instead of maintaining it manually,
> detect a vDSO with build ID automatically and handle it.

Looks good to me.

Reviewed-by: Nathan Chancellor <nathan@kernel.org>

-- 
Nathan Chancellor <nathan@kernel.org>