[Bug 1891856] Re: utimensat01 from ubuntu_ltp_syscalls failed on X

2020-08-19 Thread Po-Hsu Lin
Patch applied, tested on Xenial and it works.
https://github.com/linux-test-project/ltp/commit/e2e60a39b7a7df44177de87f566e725a9245483f
https://github.com/linux-test-project/ltp/commit/fbcf244a18f152f2b39770fd3d9f74d786e22a92

** Changed in: ubuntu-kernel-tests
   Status: In Progress => Fix Released

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

[Bug 1891856] Re: utimensat01 from ubuntu_ltp_syscalls failed on X

2020-08-17 Thread Po-Hsu Lin
Patch sent to LTP upstream
http://lists.linux.it/pipermail/ltp/2020-August/018537.html

** Changed in: ubuntu-kernel-tests
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: ubuntu-kernel-tests
   Status: New => In Progress

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

[Bug 1891856] Re: utimensat01 from ubuntu_ltp_syscalls failed on X

2020-08-17 Thread Po-Hsu Lin
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