https://lists.ubuntu.com/archives/kernel-team/2020-April/108791.html

** Description changed:

+ == SRU Justification ==
+ add_key05 test in LTP syscalls test is a regression test for the following
+ commits:
+  * a08bf91ce28e ("KEYS: allow reaching the keys quotas exactly")
+  * 2e356101e72a ("KEYS: reaching the keys quotas correctly")
+ 
+ This test case will fail with the following sub-test, which is for testiing
+ maximum length passed to the add_key syscall:
+  add_key05.c:133: FAIL: add_key(test_max) failed unexpectedly: EDQUOT (122)
+ 
+ == Fix ==
+  * 2e356101e72a ("KEYS: reaching the keys quotas correctly")
+ 
+ This patch can be cherry-picked into X/B/D/E/F.
+ 
+ == Test ==
+ Test kernels could be found here:
+ https://people.canonical.com/~phlin/kernel/lp-1869644-add_key05/
+ 
+ The test will pass with the patched kernel:
+   add_key05.c:128: PASS: add_key(test_max) succeeded as expected
+ 
+ == Regression Potential ==
+ Low, small correction for length limit and with positive test results.
+ 
+ 
+ == Original Bug Report ==
  Issue found on Trusty 4.4.0-1065.69-aws
  
  It's a new test case added in https://github.com/linux-test-
  project/ltp/commit/2eb90d8deceb2d0d129669087b3371cf8c8eeb21#diff-
  c5ca99a047735d43c1e7c9229b51cf15
  
-  startup='Fri Mar 27 07:54:17 2020'
-  tst_buffers.c:55: INFO: Test is using guarded buffers
-  tst_test.c:1229: INFO: Timeout per run is 0h 05m 00s
-  add_key05.c:89: INFO: test max bytes under unprivileged user
-  add_key05.c:114: PASS: add_key(test_inv) failed as expected: EDQUOT (122)
-  add_key05.c:133: FAIL: add_key(test_max) failed unexpectedly: EDQUOT (122)
-  userdel: ltp_add_key05 mail spool (/var/mail/ltp_add_key05) not found
-  userdel: ltp_add_key05 home directory (/home/ltp_add_key05) not found
-  add_key05.c:150: INFO: test max keys under unprivileged user
-  add_key05.c:168: PASS: add_key(test_invalid_key) failed as expected: EDQUOT 
(122)
-  add_key05.c:175: PASS: allow reaching the max key(200) exactly
-  userdel: ltp_add_key05 mail spool (/var/mail/ltp_add_key05) not found
-  userdel: ltp_add_key05 home directory (/home/ltp_add_key05) not found
+  startup='Fri Mar 27 07:54:17 2020'
+  tst_buffers.c:55: INFO: Test is using guarded buffers
+  tst_test.c:1229: INFO: Timeout per run is 0h 05m 00s
+  add_key05.c:89: INFO: test max bytes under unprivileged user
+  add_key05.c:114: PASS: add_key(test_inv) failed as expected: EDQUOT (122)
+  add_key05.c:133: FAIL: add_key(test_max) failed unexpectedly: EDQUOT (122)
+  userdel: ltp_add_key05 mail spool (/var/mail/ltp_add_key05) not found
+  userdel: ltp_add_key05 home directory (/home/ltp_add_key05) not found
+  add_key05.c:150: INFO: test max keys under unprivileged user
+  add_key05.c:168: PASS: add_key(test_invalid_key) failed as expected: EDQUOT 
(122)
+  add_key05.c:175: PASS: allow reaching the max key(200) exactly
+  userdel: ltp_add_key05 mail spool (/var/mail/ltp_add_key05) not found
+  userdel: ltp_add_key05 home directory (/home/ltp_add_key05) not found
  
-  HINT: You _MAY_ be missing kernel fixes, see:
+  HINT: You _MAY_ be missing kernel fixes, see:
  
-  
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a08bf91ce28
-  
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=2e356101e72
+  
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a08bf91ce28
+  
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=2e356101e72
  
-  Summary:
-  passed 3
-  failed 1
-  skipped 0
-  warnings 0
-  tag=add_key05 stime=1585295657 dur=0 exit=exited stat=1 core=no cu=0 cs=1
+  Summary:
+  passed 3
+  failed 1
+  skipped 0
+  warnings 0
+  tag=add_key05 stime=1585295657 dur=0 exit=exited stat=1 core=no cu=0 cs=1

** Description changed:

  == SRU Justification ==
  add_key05 test in LTP syscalls test is a regression test for the following
  commits:
-  * a08bf91ce28e ("KEYS: allow reaching the keys quotas exactly")
-  * 2e356101e72a ("KEYS: reaching the keys quotas correctly")
+  * a08bf91ce28e ("KEYS: allow reaching the keys quotas exactly")
+  * 2e356101e72a ("KEYS: reaching the keys quotas correctly")
  
- This test case will fail with the following sub-test, which is for testiing
+ This test case will fail with the following sub-test, which is for testing
  maximum length passed to the add_key syscall:
-  add_key05.c:133: FAIL: add_key(test_max) failed unexpectedly: EDQUOT (122)
+  add_key05.c:133: FAIL: add_key(test_max) failed unexpectedly: EDQUOT (122)
  
  == Fix ==
-  * 2e356101e72a ("KEYS: reaching the keys quotas correctly")
+  * 2e356101e72a ("KEYS: reaching the keys quotas correctly")
  
  This patch can be cherry-picked into X/B/D/E/F.
  
  == Test ==
  Test kernels could be found here:
  https://people.canonical.com/~phlin/kernel/lp-1869644-add_key05/
  
  The test will pass with the patched kernel:
-   add_key05.c:128: PASS: add_key(test_max) succeeded as expected
+   add_key05.c:128: PASS: add_key(test_max) succeeded as expected
  
  == Regression Potential ==
  Low, small correction for length limit and with positive test results.
- 
  
  == Original Bug Report ==
  Issue found on Trusty 4.4.0-1065.69-aws
  
  It's a new test case added in https://github.com/linux-test-
  project/ltp/commit/2eb90d8deceb2d0d129669087b3371cf8c8eeb21#diff-
  c5ca99a047735d43c1e7c9229b51cf15
  
   startup='Fri Mar 27 07:54:17 2020'
   tst_buffers.c:55: INFO: Test is using guarded buffers
   tst_test.c:1229: INFO: Timeout per run is 0h 05m 00s
   add_key05.c:89: INFO: test max bytes under unprivileged user
   add_key05.c:114: PASS: add_key(test_inv) failed as expected: EDQUOT (122)
   add_key05.c:133: FAIL: add_key(test_max) failed unexpectedly: EDQUOT (122)
   userdel: ltp_add_key05 mail spool (/var/mail/ltp_add_key05) not found
   userdel: ltp_add_key05 home directory (/home/ltp_add_key05) not found
   add_key05.c:150: INFO: test max keys under unprivileged user
   add_key05.c:168: PASS: add_key(test_invalid_key) failed as expected: EDQUOT 
(122)
   add_key05.c:175: PASS: allow reaching the max key(200) exactly
   userdel: ltp_add_key05 mail spool (/var/mail/ltp_add_key05) not found
   userdel: ltp_add_key05 home directory (/home/ltp_add_key05) not found
  
   HINT: You _MAY_ be missing kernel fixes, see:
  
   
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a08bf91ce28
   
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=2e356101e72
  
   Summary:
   passed 3
   failed 1
   skipped 0
   warnings 0
   tag=add_key05 stime=1585295657 dur=0 exit=exited stat=1 core=no cu=0 cs=1

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

Title:
  add_key05 from ubuntu_ltp_syscalls failed

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to