2021-07-01 10:48:30 |
Po-Hsu Lin |
bug |
|
|
added bug |
2021-07-01 10:48:37 |
Po-Hsu Lin |
ubuntu-kernel-tests: assignee |
|
Po-Hsu Lin (cypressyew) |
|
2021-07-01 10:48:39 |
Po-Hsu Lin |
ubuntu-kernel-tests: status |
New |
In Progress |
|
2021-07-01 10:50:49 |
Po-Hsu Lin |
bug task added |
|
linux (Ubuntu) |
|
2021-07-01 10:50:56 |
Po-Hsu Lin |
nominated for series |
|
Ubuntu Focal |
|
2021-07-01 10:50:56 |
Po-Hsu Lin |
bug task added |
|
linux (Ubuntu Focal) |
|
2021-07-01 10:51:16 |
Po-Hsu Lin |
description |
[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 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"
Now with commit 27d53323664c54 landed and l2tp.sh test re-enable in out 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"
[Test]
Run the net test suite in kselftest with patched source tree:
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. |
[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 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"
Now with commit 27d53323664c54 landed and l2tp.sh test re-enable in out 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
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. |
|
2021-07-01 10:53:47 |
Po-Hsu Lin |
description |
[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 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"
Now with commit 27d53323664c54 landed and l2tp.sh test re-enable in out 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
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. |
[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 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"
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.
[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
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. |
|
2021-07-01 11:27:26 |
Po-Hsu Lin |
nominated for series |
|
Ubuntu Impish |
|
2021-07-01 11:27:26 |
Po-Hsu Lin |
bug task added |
|
linux (Ubuntu Impish) |
|
2021-07-01 11:27:26 |
Po-Hsu Lin |
nominated for series |
|
Ubuntu Groovy |
|
2021-07-01 11:27:26 |
Po-Hsu Lin |
bug task added |
|
linux (Ubuntu Groovy) |
|
2021-07-01 11:27:26 |
Po-Hsu Lin |
nominated for series |
|
Ubuntu Hirsute |
|
2021-07-01 11:27:26 |
Po-Hsu Lin |
bug task added |
|
linux (Ubuntu Hirsute) |
|
2021-07-01 11:27:38 |
Po-Hsu Lin |
description |
[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 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"
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.
[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
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. |
[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
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
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. |
|
2021-07-01 11:27:44 |
Po-Hsu Lin |
bug task added |
|
linux-oem-5.10 (Ubuntu) |
|
2021-07-01 11:27:52 |
Po-Hsu Lin |
bug task added |
|
linux-oem-5.13 (Ubuntu) |
|
2021-07-01 11:28:03 |
Po-Hsu Lin |
linux (Ubuntu Focal): status |
New |
In Progress |
|
2021-07-01 11:28:03 |
Po-Hsu Lin |
linux (Ubuntu Focal): assignee |
|
Po-Hsu Lin (cypressyew) |
|
2021-07-01 11:28:15 |
Po-Hsu Lin |
linux (Ubuntu Groovy): status |
New |
In Progress |
|
2021-07-01 11:28:15 |
Po-Hsu Lin |
linux (Ubuntu Groovy): assignee |
|
Po-Hsu Lin (cypressyew) |
|
2021-07-01 11:28:19 |
Po-Hsu Lin |
linux (Ubuntu Hirsute): status |
New |
In Progress |
|
2021-07-01 11:28:19 |
Po-Hsu Lin |
linux (Ubuntu Hirsute): assignee |
|
Po-Hsu Lin (cypressyew) |
|
2021-07-01 11:28:24 |
Po-Hsu Lin |
linux (Ubuntu Impish): status |
New |
In Progress |
|
2021-07-01 11:28:24 |
Po-Hsu Lin |
linux (Ubuntu Impish): assignee |
|
Po-Hsu Lin (cypressyew) |
|
2021-07-01 11:28:41 |
Po-Hsu Lin |
linux-oem-5.10 (Ubuntu Focal): status |
New |
In Progress |
|
2021-07-01 11:28:41 |
Po-Hsu Lin |
linux-oem-5.10 (Ubuntu Focal): assignee |
|
Po-Hsu Lin (cypressyew) |
|
2021-07-01 11:28:45 |
Po-Hsu Lin |
linux-oem-5.13 (Ubuntu Focal): status |
New |
In Progress |
|
2021-07-01 11:28:45 |
Po-Hsu Lin |
linux-oem-5.13 (Ubuntu Focal): assignee |
|
Po-Hsu Lin (cypressyew) |
|
2021-07-01 11:29:09 |
Po-Hsu Lin |
linux-oem-5.10 (Ubuntu Groovy): status |
New |
Invalid |
|
2021-07-01 11:29:12 |
Po-Hsu Lin |
linux-oem-5.10 (Ubuntu Hirsute): status |
New |
Invalid |
|
2021-07-01 11:29:15 |
Po-Hsu Lin |
linux-oem-5.10 (Ubuntu Impish): status |
New |
Invalid |
|
2021-07-01 11:29:20 |
Po-Hsu Lin |
linux-oem-5.13 (Ubuntu Groovy): status |
New |
Invalid |
|
2021-07-01 11:29:23 |
Po-Hsu Lin |
linux-oem-5.13 (Ubuntu Hirsute): status |
New |
Invalid |
|
2021-07-01 11:29:27 |
Po-Hsu Lin |
linux-oem-5.13 (Ubuntu Impish): status |
New |
Invalid |
|
2021-07-01 11:33:38 |
Po-Hsu Lin |
description |
[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
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
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. |
[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-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
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. |
|
2021-07-07 06:37:11 |
AceLan Kao |
linux-oem-5.10 (Ubuntu Focal): status |
In Progress |
Fix Committed |
|
2021-07-14 11:31:03 |
AceLan Kao |
linux-oem-5.13 (Ubuntu Focal): status |
In Progress |
Fix Committed |
|
2021-07-15 16:34:33 |
Kleber Sacilotto de Souza |
linux (Ubuntu Focal): status |
In Progress |
Fix Committed |
|
2021-07-15 16:34:36 |
Kleber Sacilotto de Souza |
linux (Ubuntu Groovy): status |
In Progress |
Fix Committed |
|
2021-07-15 16:34:39 |
Kleber Sacilotto de Souza |
linux (Ubuntu Hirsute): status |
In Progress |
Fix Committed |
|
2021-07-20 16:26:50 |
Launchpad Janitor |
linux-oem-5.10 (Ubuntu Focal): status |
Fix Committed |
Fix Released |
|
2021-07-20 16:26:50 |
Launchpad Janitor |
cve linked |
|
2021-33909 |
|
2021-07-21 14:58:07 |
Ubuntu Kernel Bot |
tags |
|
verification-needed-hirsute |
|
2021-07-21 15:00:28 |
Ubuntu Kernel Bot |
tags |
verification-needed-hirsute |
verification-needed-focal verification-needed-hirsute |
|
2021-08-04 02:29:23 |
Po-Hsu Lin |
tags |
verification-needed-focal verification-needed-hirsute |
verification-done-hirsute verification-needed-focal |
|
2021-08-04 02:45:16 |
Po-Hsu Lin |
tags |
verification-done-hirsute verification-needed-focal |
verification-done-focal verification-done-hirsute |
|
2021-08-12 20:35:44 |
Launchpad Janitor |
linux (Ubuntu Focal): status |
Fix Committed |
Fix Released |
|
2021-08-16 16:20:07 |
Launchpad Janitor |
linux (Ubuntu Hirsute): status |
Fix Committed |
Fix Released |
|
2021-08-16 20:29:05 |
Launchpad Janitor |
linux-oem-5.13 (Ubuntu Focal): status |
Fix Committed |
Fix Released |
|
2021-10-21 03:28:17 |
Po-Hsu Lin |
description |
[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-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
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. |
[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-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 l2tp.sh test"
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
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. |
|
2021-10-21 08:23:33 |
Stefan Bader |
linux (Ubuntu Impish): status |
In Progress |
Fix Committed |
|
2021-11-09 12:37:32 |
Ubuntu Kernel Bot |
tags |
verification-done-focal verification-done-hirsute |
verification-done-focal verification-done-hirsute verification-needed-impish |
|
2021-11-19 10:43:16 |
Po-Hsu Lin |
tags |
verification-done-focal verification-done-hirsute verification-needed-impish |
verification-done-focal verification-done-hirsute verification-done-impish |
|
2021-11-29 14:59:48 |
Launchpad Janitor |
linux (Ubuntu Impish): status |
Fix Committed |
Fix Released |
|
2021-11-29 14:59:48 |
Launchpad Janitor |
cve linked |
|
2021-3744 |
|
2021-11-29 14:59:48 |
Launchpad Janitor |
cve linked |
|
2021-3764 |
|
2022-01-11 09:38:20 |
Po-Hsu Lin |
ubuntu-kernel-tests: status |
In Progress |
Fix Released |
|
2022-01-11 09:38:31 |
Po-Hsu Lin |
linux (Ubuntu): status |
In Progress |
Fix Released |
|
2022-04-06 10:23:32 |
Po-Hsu Lin |
linux (Ubuntu Groovy): status |
Fix Committed |
Invalid |
|