** Also affects: linux (Ubuntu Impish)
Importance: Undecided
Status: New
** Also affects: linux (Ubuntu Groovy)
Importance: Undecided
Status: New
** Also affects: linux (Ubuntu Hirsute)
Importance: Undecided
Status: New
** Description changed:
[Impact]
- We have this test disabled intentionally in the past because of the lack of
commit 27d53323664c54 "l2tp: remove skb_dst_set() from l2tp_xmit_skb()" in our
kernels.
+ We have this test disabled intentionally in the past because of the
+ lack of commit 27d53323664c54 "l2tp: remove skb_dst_set() from
+ l2tp_xmit_skb()" in our kernels.
- The way we disable it is to override the executable state with our
- autotest-client-test suite [1], but this makes the test suite complain
- about script is not executable. Henceforth we further disable it by
- removing it from the Makefile in "UBUNTU: SAUCE: selftests/net --
- disable timeout"
+ The way we disable it is to override the executable bit with our
+ autotest-client-test suite [1], but this makes the test suite
+ complain about script is not executable. Henceforth we further
+ disable it by removing it from the Makefile in the patch "UBUNTU:
+ SAUCE: selftests/net -- disable timeout"
- Now with commit 27d53323664c54 landed and l2tp.sh test re-enable in our
- test suite [2], we still need to revert that SAUCE patch to get it
- tested.
+ Now with commit 27d53323664c54 landed and l2tp.sh test re-enabled in
+ our test suite [2], we still need to revert that SAUCE patch to get
+ it tested.
[1]
https://kernel.ubuntu.com/git/ubuntu/autotest-client-tests.git/commit/?id=05d7eebf32c6872ebce6c9e5275b1ff9d91ecd16
[2]
https://kernel.ubuntu.com/git/ubuntu/autotest-client-tests.git/commit/?id=7dea7776ce431e5a1c550dc73b1d9ac0ba49698d
[Fix]
Revert "UBUNTU: SAUCE: selftests/net -- disable timeout"
This test only exists in our tree since Focal.
[Test]
Run the net test suite in kselftest with patched source tree:
- sudo make -C linux/tools/testing/selftests TARGETS=net run_tests
+ sudo make -C linux/tools/testing/selftests TARGETS=net run_tests
The l2tp.sh test will be executed.
[Where problems could occur]
- This is only for testing tools, however if commit 27d53323664c54 "l2tp:
remove skb_dst_set() from l2tp_xmit_skb()" didn't land properly we might crash
our testing node like in bug 1854968. Also, we might see new failures for this
test in the test report.
+ This is only for testing tools, however if commit 27d53323664c54 "l2tp:
+ remove skb_dst_set() from l2tp_xmit_skb()" didn't land properly we
+ might crash our testing node like in bug 1854968. Also, we might see
+ new failures caused by this test in the test report.
** Also affects: linux-oem-5.10 (Ubuntu)
Importance: Undecided
Status: New
** Also affects: linux-oem-5.13 (Ubuntu)
Importance: Undecided
Status: New
** Changed in: linux (Ubuntu Focal)
Status: New => In Progress
** Changed in: linux (Ubuntu Focal)
Assignee: (unassigned) => Po-Hsu Lin (cypressyew)
** Changed in: linux (Ubuntu Groovy)
Status: New => In Progress
** Changed in: linux (Ubuntu Groovy)
Assignee: (unassigned) => Po-Hsu Lin (cypressyew)
** Changed in: linux (Ubuntu Hirsute)
Status: New => In Progress
** Changed in: linux (Ubuntu Hirsute)
Assignee: (unassigned) => Po-Hsu Lin (cypressyew)
** Changed in: linux (Ubuntu Impish)
Status: New => In Progress
** Changed in: linux (Ubuntu Impish)
Assignee: (unassigned) => Po-Hsu Lin (cypressyew)
** Changed in: linux-oem-5.10 (Ubuntu Focal)
Status: New => In Progress
** Changed in: linux-oem-5.10 (Ubuntu Focal)
Assignee: (unassigned) => Po-Hsu Lin (cypressyew)
** Changed in: linux-oem-5.13 (Ubuntu Focal)
Status: New => In Progress
** Changed in: linux-oem-5.13 (Ubuntu Focal)
Assignee: (unassigned) => Po-Hsu Lin (cypressyew)
** Changed in: linux-oem-5.10 (Ubuntu Groovy)
Status: New => Invalid
** Changed in: linux-oem-5.10 (Ubuntu Hirsute)
Status: New => Invalid
** Changed in: linux-oem-5.10 (Ubuntu Impish)
Status: New => Invalid
** Changed in: linux-oem-5.13 (Ubuntu Groovy)
Status: New => Invalid
** Changed in: linux-oem-5.13 (Ubuntu Hirsute)
Status: New => Invalid
** Changed in: linux-oem-5.13 (Ubuntu Impish)
Status: New => Invalid
** Description changed:
[Impact]
We have this test disabled intentionally in the past because of the
lack of commit 27d53323664c54 "l2tp: remove skb_dst_set() from
l2tp_xmit_skb()" in our kernels.
The way we disable it is to override the executable bit with our
- autotest-client-test suite [1], but this makes the test suite
+ autotest-client-tests suite [1], but this makes the test suite
complain about script is not executable. Henceforth we further
disable it by removing it from the Makefile in the patch "UBUNTU:
SAUCE: selftests/net -- disable timeout"
Now with commit 27d53323664c54 landed and l2tp.sh test re-enabled in
our test suite [2], we still need to revert that SAUCE patch to get
it tested.
[1]
https://kernel.ubuntu.com/git/ubuntu/autotest-client-tests.git/commit/?id=05d7eebf32c6872ebce6c9e5275b1ff9d91ecd16
[2]
https://kernel.ubuntu.com/git/ubuntu/autotest-client-tests.git/commit/?id=7dea7776ce431e5a1c550dc73b1d9ac0ba49698d
[Fix]
Revert "UBUNTU: SAUCE: selftests/net -- disable timeout"
This test only exists in our tree since Focal.
[Test]
Run the net test suite in kselftest with patched source tree:
- sudo make -C linux/tools/testing/selftests TARGETS=net run_tests
+ sudo make -C linux/tools/testing/selftests TARGETS=net run_tests
The l2tp.sh test will be executed.
[Where problems could occur]
This is only for testing tools, however if commit 27d53323664c54 "l2tp:
remove skb_dst_set() from l2tp_xmit_skb()" didn't land properly we
might crash our testing node like in bug 1854968. Also, we might see
new failures caused by this test in the test report.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1934293
Title:
Add l2tp.sh in net from ubuntu_kernel_selftests back
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1934293/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs