[PATCH 2/2] Update ioctl entries from linux v4.18

Dmitry V. Levin ldv at altlinux.org
Fri Aug 10 17:44:46 UTC 2018


On Fri, Aug 10, 2018 at 07:07:34PM +0300, Gleb Fotengauer-Malinovskiy wrote:
> * linux/32/ioctls_inc_align16.h: Update from linux v4.18-rc8
> using ioctls_gen.sh.
> * linux/32/ioctls_inc_align32.h: Likewise.
> * linux/32/ioctls_inc_align64.h: Likewise.
> * linux/64/ioctls_inc.h: Likewise.
> * linux/x32/ioctls_inc0.h: Likewise.
> * linux/s390x/ioctls_arch0.h: Likewise.
> * NEWS: Mention this.

Thanks, but this update has broken btrfs* tests with the following diagnostics:

-ioctl(-1, BTRFS_IOC_GET_FSLABEL, NULL) = -1 EBADF (Bad file descriptor)
+ioctl(-1, BTRFS_IOC_GET_FSLABEL or FS_IOC_GETFSLABEL, NULL) = -1 EBADF (Bad file descriptor)
-ioctl(-1, BTRFS_IOC_SET_FSLABEL, NULL) = -1 EBADF (Bad file descriptor)
+ioctl(-1, BTRFS_IOC_SET_FSLABEL or FS_IOC_SETFSLABEL, NULL) = -1 EBADF (Bad file descriptor)
-ioctl(-1, BTRFS_IOC_SET_FSLABEL, "btrfs-label") = -1 EBADF (Bad file descriptor)
+ioctl(-1, BTRFS_IOC_SET_FSLABEL or FS_IOC_SETFSLABEL, "btrfs-label") = -1 EBADF (Bad file descriptor)


-- 
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20180810/80030c64/attachment.bin>


More information about the Strace-devel mailing list