It's a test case issue, with local patch in autotest-client-test
removed, commit 209f911730 ("UBUNTU: SAUCE: ubuntu_ltp_syscalls: remove
local patch for utimensat_tests")

The content in that local patch:
Since 4.4.0-48.69, Ubuntu Xenial kernel already contains the vfs patch:
    vfs: move permission checking into notify_change() for utimes(NULL)

-if tst_kvcmp -ge "4.4.27" -a -lt "4.5.0"; then
+if tst_kvcmp -ge "4.4.0" -a -lt "4.5.0"; then
       imaccess=EPERM
-elif tst_kvcmp -lt "4.4.27"; then
+elif tst_kvcmp -lt "4.4.0"; then
       imaccess=EACCES
 else
       imaccess=EPERM

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1891856

Title:
  utimensat01 from ubuntu_ltp_syscalls failed on X

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1891856/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to