From 9cac3393458f618ae8634774362977638f00a91e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Date: Mon, 12 Jan 2026 16:53:41 +0100 Subject: [PATCH] update-linux-headers: Remove "asm-s390/unistd_32.h" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "asm/unistd_32.h" file was generated for the 31-bit compatibility mode on the s390 architecture and support was removed in v6.19-rc1, commit 4ac286c4a8d9 ("s390/syscalls: Switch to generic system call table generation") unistd_32.h is no longer generated when running make header_install. Remove it. Reported-by: Shameer Kolothum Cc: Thomas Huth Reviewed-by: Thomas Huth Reviewed-by: Cornelia Huck Link: https://lore.kernel.org/qemu-devel/20260112155341.1209988-1-clg@redhat.com Signed-off-by: Cédric Le Goater --- scripts/update-linux-headers.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh index 844d9cb9f5..d09d8cf4c6 100755 --- a/scripts/update-linux-headers.sh +++ b/scripts/update-linux-headers.sh @@ -154,7 +154,6 @@ EOF mkdir -p "$output/include/standard-headers/asm-$arch" if [ $arch = s390 ]; then cp_portable "$hdrdir/include/asm/virtio-ccw.h" "$output/include/standard-headers/asm-s390/" - cp "$hdrdir/include/asm/unistd_32.h" "$output/linux-headers/asm-s390/" cp "$hdrdir/include/asm/unistd_64.h" "$output/linux-headers/asm-s390/" fi if [ $arch = arm64 ]; then