mbox series

[v2,0/8] Updates for Linux 6.11

Message ID 20241008184634.245607-1-adhemerval.zanella@linaro.org
Headers show
Series Updates for Linux 6.11 | expand

Message

Adhemerval Zanella Netto Oct. 8, 2024, 6:45 p.m. UTC
Use Linux 6.11 on build-many-glibcs.py, update the syscall lists,
the kernel versions on tests, and the new constants on various
headers.

Adhemerval Zanella (8):
  Use Linux 6.11 in build-many-glibcs.py
  Update syscall lists for Linux 6.11
  Update PIDFD_* constants for Linux 6.11
  linux: Add MAP_DROPPABLE from Linux 6.11
  Update kernel version to 6.11 in header constant tests
  linux: Update stat-generic.h with linux 6.11
  misc: Add support for Linux uio.h RWF_ATOMIC flag
  Add IPPROTO_SMC from Linux 6.11 to netinet/in.h

 inet/netinet/in.h                             |  2 ++
 io/bits/statx-generic.h                       |  2 ++
 manual/llio.texi                              | 22 +++++++++++++++++++
 misc/tst-preadvwritev2-common.c               |  5 ++++-
 scripts/build-many-glibcs.py                  |  2 +-
 sysdeps/unix/sysv/linux/bits/mman-linux.h     |  1 +
 sysdeps/unix/sysv/linux/bits/uio-ext.h        |  2 ++
 .../unix/sysv/linux/loongarch/arch-syscall.h  |  2 ++
 sysdeps/unix/sysv/linux/nios2/arch-syscall.h  |  1 +
 sysdeps/unix/sysv/linux/sys/pidfd.h           | 14 ++++++++++++
 sysdeps/unix/sysv/linux/syscall-names.list    |  5 +++--
 sysdeps/unix/sysv/linux/tst-mman-consts.py    |  2 +-
 sysdeps/unix/sysv/linux/tst-mount-consts.py   |  2 +-
 sysdeps/unix/sysv/linux/tst-pidfd-consts.py   |  2 +-
 sysdeps/unix/sysv/linux/tst-sched-consts.py   |  2 +-
 .../unix/sysv/linux/x86_64/64/arch-syscall.h  |  1 +
 .../unix/sysv/linux/x86_64/x32/arch-syscall.h |  1 +
 17 files changed, 60 insertions(+), 8 deletions(-)