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

Thomas Weißschuh posted 4 patches 2 weeks ago
There is a newer version of this series
scripts/Makefile.vdsoinst | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
[PATCH 0/4] kbuild: vdso_install: drop build ID architecture allow-list
Posted by Thomas Weißschuh 2 weeks 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>
---
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 0/4] kbuild: vdso_install: drop build ID architecture allow-list
Posted by Nicolas Schier 3 days, 9 hours ago
On Fri, 20 Mar 2026 17:36:52 +0100, Thomas Weißschuh wrote:
> This list is incomplete. Instead of maintaining it manually,
> detect a vDSO with build ID automatically and handle it.

Applied to kbuild/linux.git (kbuild-next-unstable), thanks!

[1/4] kbuild: vdso_install: split out the readelf invocation
      https://git.kernel.org/kbuild/c/9780cef0
[2/4] kbuild: vdso_install: hide readelf warnings
      https://git.kernel.org/kbuild/c/6ba86c59
[3/4] kbuild: vdso_install: gracefully handle images without build ID
      https://git.kernel.org/kbuild/c/5cd6177e
[4/4] kbuild: vdso_install: drop build ID architecture allow-list
      https://git.kernel.org/kbuild/c/80b1f3e6

Please look out for regression or issue reports or other follow up
comments, as they may result in the patch/series getting dropped,
reverted or modified (e.g. trailers). Patches applied to the
kbuild-next-unstable branch are accepted pending wider testing in
linux-next and any post-commit review; they will generally be moved
to the kbuild-next branch in about a week if no issues are found.

Best regards,
-- 
Nicolas

Re: [PATCH 0/4] kbuild: vdso_install: drop build ID architecture allow-list
Posted by Nicolas Schier 3 days, 8 hours ago
On Tue, Mar 31, 2026 at 06:09:39PM +0200, Nicolas Schier wrote:
> On Fri, 20 Mar 2026 17:36:52 +0100, Thomas Weißschuh wrote:
> > This list is incomplete. Instead of maintaining it manually,
> > detect a vDSO with build ID automatically and handle it.
> 
> Applied to kbuild/linux.git (kbuild-next-unstable), thanks!
> 
> [1/4] kbuild: vdso_install: split out the readelf invocation
>       https://git.kernel.org/kbuild/c/9780cef0
> [2/4] kbuild: vdso_install: hide readelf warnings
>       https://git.kernel.org/kbuild/c/6ba86c59
> [3/4] kbuild: vdso_install: gracefully handle images without build ID
>       https://git.kernel.org/kbuild/c/5cd6177e
> [4/4] kbuild: vdso_install: drop build ID architecture allow-list
>       https://git.kernel.org/kbuild/c/80b1f3e6
> 
> Please look out for regression or issue reports or other follow up
> comments, as they may result in the patch/series getting dropped,
> reverted or modified (e.g. trailers). Patches applied to the
> kbuild-next-unstable branch are accepted pending wider testing in
> linux-next and any post-commit review; they will generally be moved
> to the kbuild-next branch in about a week if no issues are found.
> 
> Best regards,
> -- 
> Nicolas
> 

I didn't want to merge that already; please ignore.  Sorry for the
noise.

-- 
Nicolas