2021-07-06 09:30:45 |
Po-Hsu Lin |
bug |
|
|
added bug |
2021-07-06 09:30:55 |
Po-Hsu Lin |
ubuntu-kernel-tests: assignee |
|
Po-Hsu Lin (cypressyew) |
|
2021-07-06 09:30:58 |
Po-Hsu Lin |
ubuntu-kernel-tests: status |
New |
In Progress |
|
2021-07-07 03:45:34 |
Po-Hsu Lin |
description |
[Impact]
Found this issue while debugging missing tests with bug 1934282.
On Bionic there are 3 scripts that are not in the Makefile of the kselftests/net:
$ for file in $(ls *.sh); do grep -q $file Makefile || echo $file; done
fib-onlink-tests.sh
in_netns.sh
msg_zerocopy.sh
[Fix]
* 830669e691464c selftests/net: enable msg_zerocopy test
* a52b839752aab7 selftests: Add fib-onlink-tests.sh to TEST_PROGS
* 5ff9c1a3dd92d2 selftests: net: add in_netns.sh to TEST_PROGS
* 9faedd643fd9f3 selftests: net: add in_netns.sh TEST_GEN_PROGS_EXTENDED
For the in_netns.sh it's not causing any issue to us when being called by run_afpackettests, but I think it's no harm to fix it to reduce confusions.
[Test]
Run the "net" test suite in the kselftest directory from a patched source tree. fib-onlink-tests.sh and msg_zerocopy.sh tests will be executed.
[Where problems could occur]
This change will bring in more test for our SRU, we might see new failures because of these test in the future. |
[Impact]
Found this issue while debugging missing tests with bug 1934282.
On Bionic there are 3 scripts that are not in the Makefile of the kselftests/net:
$ for file in $(ls *.sh); do grep -q $file Makefile || echo $file; done
fib-onlink-tests.sh
in_netns.sh
msg_zerocopy.sh
[Fix]
* a52b839752aab7 selftests: Add fib-onlink-tests.sh to TEST_PROGS
* 830669e691464c selftests/net: enable msg_zerocopy test
* 5ff9c1a3dd92d2 selftests: net: add in_netns.sh to TEST_PROGS
* 9faedd643fd9f3 selftests: net: add in_netns.sh TEST_GEN_PROGS_EXTENDED
For the in_netns.sh it's not causing any issue to us when being called by run_afpackettests, but I think it's no harm to fix it to reduce confusions.
[Test]
Run the "net" test suite in the kselftest directory from a patched source tree. fib-onlink-tests.sh and msg_zerocopy.sh tests will be executed.
[Where problems could occur]
This change will bring in more test for our SRU, we might see new failures because of these test in the future. |
|
2021-07-07 06:40:29 |
Po-Hsu Lin |
description |
[Impact]
Found this issue while debugging missing tests with bug 1934282.
On Bionic there are 3 scripts that are not in the Makefile of the kselftests/net:
$ for file in $(ls *.sh); do grep -q $file Makefile || echo $file; done
fib-onlink-tests.sh
in_netns.sh
msg_zerocopy.sh
[Fix]
* a52b839752aab7 selftests: Add fib-onlink-tests.sh to TEST_PROGS
* 830669e691464c selftests/net: enable msg_zerocopy test
* 5ff9c1a3dd92d2 selftests: net: add in_netns.sh to TEST_PROGS
* 9faedd643fd9f3 selftests: net: add in_netns.sh TEST_GEN_PROGS_EXTENDED
For the in_netns.sh it's not causing any issue to us when being called by run_afpackettests, but I think it's no harm to fix it to reduce confusions.
[Test]
Run the "net" test suite in the kselftest directory from a patched source tree. fib-onlink-tests.sh and msg_zerocopy.sh tests will be executed.
[Where problems could occur]
This change will bring in more test for our SRU, we might see new failures because of these test in the future. |
[Impact]
Found this issue while debugging missing tests with bug 1934282.
On Bionic there are 3 scripts that are not in the Makefile of the kselftests/net:
$ for file in $(ls *.sh); do grep -q $file Makefile || echo $file; done
fib-onlink-tests.sh
in_netns.sh
msg_zerocopy.sh
[Fix]
* 830669e691464c selftests/net: enable msg_zerocopy test
* 9faedd643fd9f3 selftests: net: add in_netns.sh TEST_GEN_PROGS_EXTENDED
* a52b839752aab7 selftests: Add fib-onlink-tests.sh to TEST_PROGS
They all need to be backported.
For the in_netns.sh it's not causing any issue to us when being called by run_afpackettests, but I think it's no harm to fix it to reduce confusions. Commit 9faedd643fd9f3 will replace the change in 5ff9c1a3dd92d2 selftests: net: add in_netns.sh to TEST_PROGS, and since we need to backport it there is no need to work on 5ff9c1a3dd92d2
[Test]
Run the "net" test suite in the kselftest directory from a patched source tree. fib-onlink-tests.sh and msg_zerocopy.sh tests will be executed.
[Where problems could occur]
This change will bring in more test for our SRU, we might see new failures because of these test in the future. |
|
2021-07-07 07:07:12 |
Po-Hsu Lin |
description |
[Impact]
Found this issue while debugging missing tests with bug 1934282.
On Bionic there are 3 scripts that are not in the Makefile of the kselftests/net:
$ for file in $(ls *.sh); do grep -q $file Makefile || echo $file; done
fib-onlink-tests.sh
in_netns.sh
msg_zerocopy.sh
[Fix]
* 830669e691464c selftests/net: enable msg_zerocopy test
* 9faedd643fd9f3 selftests: net: add in_netns.sh TEST_GEN_PROGS_EXTENDED
* a52b839752aab7 selftests: Add fib-onlink-tests.sh to TEST_PROGS
They all need to be backported.
For the in_netns.sh it's not causing any issue to us when being called by run_afpackettests, but I think it's no harm to fix it to reduce confusions. Commit 9faedd643fd9f3 will replace the change in 5ff9c1a3dd92d2 selftests: net: add in_netns.sh to TEST_PROGS, and since we need to backport it there is no need to work on 5ff9c1a3dd92d2
[Test]
Run the "net" test suite in the kselftest directory from a patched source tree. fib-onlink-tests.sh and msg_zerocopy.sh tests will be executed.
[Where problems could occur]
This change will bring in more test for our SRU, we might see new failures because of these test in the future. |
[Impact]
Found this issue while debugging missing tests with bug 1934282.
On Bionic there are 3 scripts that are not in the Makefile of the kselftests/net:
$ for file in $(ls *.sh); do grep -q $file Makefile || echo $file; done
fib-onlink-tests.sh
in_netns.sh
msg_zerocopy.sh
[Fix]
* 830669e691464c selftests/net: enable msg_zerocopy test
* 1751eb42ddb56b selftests: net: use TEST_PROGS_EXTENDED
* a52b839752aab7 selftests: Add fib-onlink-tests.sh to TEST_PROGS
They all need to be backported to Bionic.
For the in_netns.sh it's not causing any issue to us when being called by run_afpackettests, but I think it's no harm to fix it to reduce confusions. Commit 1751eb42ddb56b will replace the change in 9faedd64 selftests: net: add in_netns.sh TEST_GEN_PROGS_EXTENDED [1] and 5ff9c1a3 selftests: net: add in_netns.sh to TEST_PROGS [2], and since we need to backport it there is no need to work on these two.
[1] https://github.com/torvalds/linux/commit/9faedd643fd9
[2] https://github.com/torvalds/linux/commit/5ff9c1a3dd92
[Test]
Run the "net" test suite in the kselftest directory from a patched source tree. fib-onlink-tests.sh and msg_zerocopy.sh tests will be executed.
[Where problems could occur]
This change will bring in more test for our SRU, we might see new failures because of these test in the future. |
|
2021-07-07 11:02:16 |
Po-Hsu Lin |
bug task added |
|
linux (Ubuntu) |
|
2021-07-07 11:04:34 |
Po-Hsu Lin |
nominated for series |
|
Ubuntu Bionic |
|
2021-07-07 11:04:34 |
Po-Hsu Lin |
bug task added |
|
linux (Ubuntu Bionic) |
|
2021-07-07 11:08:06 |
Po-Hsu Lin |
linux (Ubuntu): status |
New |
Fix Released |
|
2021-07-07 11:28:54 |
Po-Hsu Lin |
description |
[Impact]
Found this issue while debugging missing tests with bug 1934282.
On Bionic there are 3 scripts that are not in the Makefile of the kselftests/net:
$ for file in $(ls *.sh); do grep -q $file Makefile || echo $file; done
fib-onlink-tests.sh
in_netns.sh
msg_zerocopy.sh
[Fix]
* 830669e691464c selftests/net: enable msg_zerocopy test
* 1751eb42ddb56b selftests: net: use TEST_PROGS_EXTENDED
* a52b839752aab7 selftests: Add fib-onlink-tests.sh to TEST_PROGS
They all need to be backported to Bionic.
For the in_netns.sh it's not causing any issue to us when being called by run_afpackettests, but I think it's no harm to fix it to reduce confusions. Commit 1751eb42ddb56b will replace the change in 9faedd64 selftests: net: add in_netns.sh TEST_GEN_PROGS_EXTENDED [1] and 5ff9c1a3 selftests: net: add in_netns.sh to TEST_PROGS [2], and since we need to backport it there is no need to work on these two.
[1] https://github.com/torvalds/linux/commit/9faedd643fd9
[2] https://github.com/torvalds/linux/commit/5ff9c1a3dd92
[Test]
Run the "net" test suite in the kselftest directory from a patched source tree. fib-onlink-tests.sh and msg_zerocopy.sh tests will be executed.
[Where problems could occur]
This change will bring in more test for our SRU, we might see new failures because of these test in the future. |
[Impact]
Found this issue while debugging missing tests with bug 1934282.
On Bionic there are 3 scripts that are not in the Makefile of the kselftests/net:
$ for file in $(ls *.sh); do grep -q $file Makefile || echo $file; done
fib-onlink-tests.sh
in_netns.sh
msg_zerocopy.sh
[Fix]
* 830669e691464c selftests/net: enable msg_zerocopy test
* 1751eb42ddb56b selftests: net: use TEST_PROGS_EXTENDED
* a52b839752aab7 selftests: Add fib-onlink-tests.sh to TEST_PROGS
* Set fib-onlink-tests.sh as executable
They all need to be backported to Bionic.
For the in_netns.sh it's not causing any issue to us when being called by run_afpackettests, but I think it's no harm to fix it to reduce confusions. Commit 1751eb42ddb56b will replace the change in 9faedd64 selftests: net: add in_netns.sh TEST_GEN_PROGS_EXTENDED [1] and 5ff9c1a3 selftests: net: add in_netns.sh to TEST_PROGS [2], and since we need to backport it there is no need to work on these two.
[1] https://github.com/torvalds/linux/commit/9faedd643fd9
[2] https://github.com/torvalds/linux/commit/5ff9c1a3dd92
[Test]
Run the "net" test suite in the kselftest directory from a patched source tree. fib-onlink-tests.sh and msg_zerocopy.sh tests will be executed.
[Where problems could occur]
This change will bring in more test for our SRU, we might see new failures because of these test in the future. |
|
2021-07-07 11:31:51 |
Po-Hsu Lin |
tags |
|
4.15 bionic ubuntu-kernel-selftests |
|
2021-07-07 11:41:21 |
Po-Hsu Lin |
linux (Ubuntu Bionic): status |
New |
In Progress |
|
2021-07-07 11:41:22 |
Po-Hsu Lin |
linux (Ubuntu Bionic): assignee |
|
Po-Hsu Lin (cypressyew) |
|
2021-07-16 15:32:39 |
Kleber Sacilotto de Souza |
linux (Ubuntu Bionic): status |
In Progress |
Fix Committed |
|
2021-07-21 15:03:30 |
Ubuntu Kernel Bot |
tags |
4.15 bionic ubuntu-kernel-selftests |
4.15 bionic ubuntu-kernel-selftests verification-needed-bionic |
|
2021-08-06 10:26:48 |
Po-Hsu Lin |
tags |
4.15 bionic ubuntu-kernel-selftests verification-needed-bionic |
4.15 bionic ubuntu-kernel-selftests verification-done-bionic |
|
2021-08-06 10:26:52 |
Po-Hsu Lin |
ubuntu-kernel-tests: status |
In Progress |
Fix Released |
|
2021-08-16 19:46:29 |
Launchpad Janitor |
linux (Ubuntu Bionic): status |
Fix Committed |
Fix Released |
|
2021-08-16 19:46:29 |
Launchpad Janitor |
cve linked |
|
2019-19036 |
|