[PATCH 0/7] Update ioctl entries for Linux 6.18 and 6.19
Gleb Fotengauer-Malinovskiy
glebfm at altlinux.org
Thu Jan 29 13:20:00 UTC 2026
Note that ioctls EXT4_IOC_GET_TUNE_SB_PARAM and
EXT4_IOC_SET_TUNE_SB_PARAM were added in commit v6.18-rc1~117^2~3
("ext4: implemet new ioctls to set and get superblock parameters")
changed their size (affects only 32-bit architectures due to padding) in
commit v6.19-rc6~3^2~2 ("ext4: fix ext4_tune_sb_params padding").
Gleb Fotengauer-Malinovskiy (7):
maint: update for linux v6.18
Update ioctl entries from linux v6.18
Update ioctl_tee test for linux v6.18 ioctl entries
Update ioctl_ptp test for linux v6.18 ioctl entries
maint: update for linux v6.19-rc7
Update ioctl entries from linux v6.19
ptp: add support for PTP_SYS_OFFSET_{PRECISE,EXTENDED}_CYCLES commands
maint/ioctls_sym.sh | 14 +++++
src/linux/32/ioctls_inc_align16.h | 94 +++++++++++++++++++++++++++++--
src/linux/32/ioctls_inc_align32.h | 94 +++++++++++++++++++++++++++++--
src/linux/32/ioctls_inc_align64.h | 94 +++++++++++++++++++++++++++++--
src/linux/64/ioctls_inc.h | 94 +++++++++++++++++++++++++++++--
src/linux/powerpc/ioctls_arch0.h | 1 +
src/linux/x32/ioctls_inc0.h | 94 +++++++++++++++++++++++++++++--
src/ptp.c | 8 ++-
tests/ioctl_ptp.c | 8 ++-
tests/ioctl_tee.c | 4 +-
10 files changed, 473 insertions(+), 32 deletions(-)
--
glebfm
More information about the Strace-devel
mailing list