debugged further into fadd_acl, this calls acl_set_fd libacl/acl_set_fd.c:47, and this calls:
fsetxattr (filedes=filedes@entry=3, name=name@entry=0xaaaaaaab6958 "system.posix_acl_access", value=value@entry=0xaaaaaaacbc00, size=<optimized out>, flags=flags@entry=0) ..which returns -1 and errno = 38 (ENOSYS 38 Function not implemented) this also occurs on a non-ZFS file system (e.g. ext4). -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1755499 Title: zfs returns enosys when calling fsetxattr Status in linux package in Ubuntu: In Progress Status in stress-ng package in Ubuntu: Invalid Status in linux source package in Bionic: In Progress Status in stress-ng source package in Bionic: Invalid Bug description: When xfstests are run on zfs, they expect acl calls (like fsetxattr) to either work or return ENOTSUP. zfs fails with ENOSYS, at least on arm64. The result on calling the immutable tests of xfstests are: acl: Function not implemented To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1755499/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp