All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] update-linux-headers: Remove "asm-s390/unistd_32.h"
@ 2026-01-12 15:53 Cédric Le Goater
  2026-01-12 16:07 ` Thomas Huth
  2026-01-13  7:44 ` Cédric Le Goater
  0 siblings, 2 replies; 6+ messages in thread
From: Cédric Le Goater @ 2026-01-12 15:53 UTC (permalink / raw)
  To: qemu-devel
  Cc: Michael S. Tsirkin, Cornelia Huck, Paolo Bonzini, qemu-s390x,
	Cédric Le Goater, Shameer Kolothum, Thomas Huth

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 <skolothumtho@nvidia.com>
Cc: Thomas Huth <thuth@redhat.com>
Signed-off-by: Cédric Le Goater <clg@redhat.com>
---
 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 844d9cb9f5e430dcb4833e6225b57173f4befb8c..d09d8cf4c6f0f6a109e899f5c8671f64373d9c6a 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
-- 
2.52.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-01-13  7:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-12 15:53 [PATCH] update-linux-headers: Remove "asm-s390/unistd_32.h" Cédric Le Goater
2026-01-12 16:07 ` Thomas Huth
2026-01-12 16:38   ` Cédric Le Goater
2026-01-12 16:45     ` Cornelia Huck
2026-01-12 17:18     ` Thomas Huth
2026-01-13  7:44 ` Cédric Le Goater

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.