mbox series

[0/6] Updates for Linux 6.11

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

Message

Adhemerval Zanella Netto Oct. 8, 2024, 1:23 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 (6):
  Use Linux 6.11 in build-many-glibcs.py
  Update syscall lists for Linux 6.11
  Update PIDFD_* constants for Linux 6.11
  Update kernel version to 6.11 in header constant tests
  linux: Update stat-generic.h with linux 6.11
  linux: Add MAP_DROPPABLE from Linux 6.11

 io/bits/statx-generic.h                           |  2 ++
 manual/llio.texi                                  |  9 +++++++++
 scripts/build-many-glibcs.py                      |  2 +-
 sysdeps/unix/sysv/linux/bits/mman-linux.h         |  1 +
 sysdeps/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        |  1 +
 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 +-
 sysdeps/unix/sysv/linux/x86_64/64/arch-syscall.h  |  1 +
 sysdeps/unix/sysv/linux/x86_64/x32/arch-syscall.h |  1 +
 14 files changed, 37 insertions(+), 5 deletions(-)

Comments

Joseph Myers Oct. 8, 2024, 5:03 p.m. UTC | #1
On Tue, 8 Oct 2024, Adhemerval Zanella wrote:

> 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.

What about the RWF_ATOMIC and IPPROTO_SMC constants also added in Linux 
6.11?
Adhemerval Zanella Netto Oct. 8, 2024, 5:22 p.m. UTC | #2
On 08/10/24 14:03, Joseph Myers wrote:
> On Tue, 8 Oct 2024, Adhemerval Zanella wrote:
> 
>> 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.
> 
> What about the RWF_ATOMIC and IPPROTO_SMC constants also added in Linux 
> 6.11?

I will check this out, thanks.