Activity log for bug #1891421

Date Who What changed Old value New value Message
2020-08-13 03:35:12 Po-Hsu Lin bug added bug
2020-08-13 03:36:30 Po-Hsu Lin tags 4.15 bionic sru-20200810 ubuntu-kernel-selftests
2020-08-13 03:37:14 Po-Hsu Lin description The kci_test_encap_fou() from kci_test_encap() in rtnetlink.sh of kselftests/net will fail with non-zero return value, and print: "FAIL: can't add fou port 7777, skipping test" How to reproduce this: devdummy="test-dummy0" testns="testns" ip netns add "$testns" ip netns exec "$testns" ip link set lo up ip netns exec "$testns" ip link add name "$devdummy" type dummy ip netns exec "$testns" ip link set "$devdummy" up ip netns exec "$testns" ip fou add port 7777 ipproto 47 RTNETLINK answers: No such file or directory Error talking to the kernel The kci_test_encap_fou() from kci_test_encap() in rtnetlink.sh of kselftests/net will fail with non-zero return value, and print:   "FAIL: can't add fou port 7777, skipping test" How to reproduce this:  devdummy="test-dummy0"  testns="testns"  ip netns add "$testns"  ip netns exec "$testns" ip link set lo up  ip netns exec "$testns" ip link add name "$devdummy" type dummy  ip netns exec "$testns" ip link set "$devdummy" up  ip netns exec "$testns" ip fou add port 7777 ipproto 47 RTNETLINK answers: No such file or directory Error talking to the kernel This is not a regression, it's the real test result after bug 1890136 has been fixed.
2020-08-13 04:47:52 Po-Hsu Lin bug task added linux (Ubuntu)
2020-08-13 04:47:59 Po-Hsu Lin ubuntu-kernel-tests: assignee Po-Hsu Lin (cypressyew)
2020-08-13 04:48:01 Po-Hsu Lin ubuntu-kernel-tests: status New In Progress
2020-08-13 05:00:09 Ubuntu Kernel Bot linux (Ubuntu): status New Incomplete
2020-09-01 13:49:31 Kleber Sacilotto de Souza nominated for series Ubuntu Focal
2020-09-01 13:49:31 Kleber Sacilotto de Souza bug task added linux (Ubuntu Focal)
2020-09-01 13:49:37 Kleber Sacilotto de Souza linux (Ubuntu Focal): status New Confirmed
2020-09-01 13:49:47 Kleber Sacilotto de Souza linux (Ubuntu): status Incomplete Confirmed
2020-09-02 11:03:57 Kleber Sacilotto de Souza nominated for series Ubuntu Bionic
2020-09-02 11:03:57 Kleber Sacilotto de Souza bug task added linux (Ubuntu Bionic)
2020-09-02 11:04:03 Kleber Sacilotto de Souza linux (Ubuntu Bionic): status New Confirmed
2020-09-03 02:06:20 Po-Hsu Lin tags 4.15 bionic sru-20200810 ubuntu-kernel-selftests 4.15 bionic sru-20200810 sru-20200831 ubuntu-kernel-selftests
2020-10-02 06:11:44 Kelsey Steele tags 4.15 bionic sru-20200810 sru-20200831 ubuntu-kernel-selftests 4.15 bionic sru-20200810 sru-20200831 sru-20200921 ubuntu-kernel-selftests
2020-10-07 22:52:11 Kelsey Steele tags 4.15 bionic sru-20200810 sru-20200831 sru-20200921 ubuntu-kernel-selftests 4.15 5.4 aws bionic focal sru-20200810 sru-20200831 sru-20200921 ubuntu-kernel-selftests
2020-10-09 21:53:16 Kelsey Steele tags 4.15 5.4 aws bionic focal sru-20200810 sru-20200831 sru-20200921 ubuntu-kernel-selftests 4.15 5.4 aws bionic focal oracle sru-20200810 sru-20200831 sru-20200921 ubuntu-kernel-selftests
2020-10-26 05:05:18 Po-Hsu Lin bug task added linux-oem-5.6 (Ubuntu)
2020-10-26 05:05:29 Po-Hsu Lin bug task added linux-oem-osp1 (Ubuntu)
2020-10-26 05:06:12 Po-Hsu Lin nominated for series Ubuntu Groovy
2020-10-26 05:06:12 Po-Hsu Lin bug task added linux (Ubuntu Groovy)
2020-10-26 05:06:12 Po-Hsu Lin bug task added linux-oem-osp1 (Ubuntu Groovy)
2020-10-26 05:06:12 Po-Hsu Lin bug task added linux-oem-5.6 (Ubuntu Groovy)
2020-10-26 05:16:32 Po-Hsu Lin description The kci_test_encap_fou() from kci_test_encap() in rtnetlink.sh of kselftests/net will fail with non-zero return value, and print:   "FAIL: can't add fou port 7777, skipping test" How to reproduce this:  devdummy="test-dummy0"  testns="testns"  ip netns add "$testns"  ip netns exec "$testns" ip link set lo up  ip netns exec "$testns" ip link add name "$devdummy" type dummy  ip netns exec "$testns" ip link set "$devdummy" up  ip netns exec "$testns" ip fou add port 7777 ipproto 47 RTNETLINK answers: No such file or directory Error talking to the kernel This is not a regression, it's the real test result after bug 1890136 has been fixed. == SRU Justification == The kci_test_encap_fou() from kci_test_encap() in rtnetlink.sh of kselftests/net will fail with non-zero return value, and print:   "FAIL: can't add fou port 7777, skipping test" How to reproduce this:  devdummy="test-dummy0"  testns="testns"  ip netns add "$testns"  ip netns exec "$testns" ip link set lo up  ip netns exec "$testns" ip link add name "$devdummy" type dummy  ip netns exec "$testns" ip link set "$devdummy" up  ip netns exec "$testns" ip fou add port 7777 ipproto 47 RTNETLINK answers: No such file or directory Error talking to the kernel This would require the fou module to be loaded before the test. == Fix * fca48e23f989 ("selftests: rtnetlink: load fou module for kci_test_encap_fou() test") This patch needs to be backported for series after Xenial. == Test == Patch tested directly on the kernel tree, the test will now pass as expected. == Regression Potential == Low, change limited to the testing tool. == Original Bug Report == The kci_test_encap_fou() from kci_test_encap() in rtnetlink.sh of kselftests/net will fail with non-zero return value, and print:   "FAIL: can't add fou port 7777, skipping test" How to reproduce this:  devdummy="test-dummy0"  testns="testns"  ip netns add "$testns"  ip netns exec "$testns" ip link set lo up  ip netns exec "$testns" ip link add name "$devdummy" type dummy  ip netns exec "$testns" ip link set "$devdummy" up  ip netns exec "$testns" ip fou add port 7777 ipproto 47 RTNETLINK answers: No such file or directory Error talking to the kernel This is not a regression, it's the real test result after bug 1890136 has been fixed.
2020-10-26 05:16:44 Po-Hsu Lin linux-oem-osp1 (Ubuntu): status New Invalid
2020-10-26 05:16:54 Po-Hsu Lin linux-oem-osp1 (Ubuntu Focal): status New Invalid
2020-10-26 05:17:04 Po-Hsu Lin linux-oem-osp1 (Ubuntu Groovy): status New Invalid
2020-10-26 05:19:51 Po-Hsu Lin description == SRU Justification == The kci_test_encap_fou() from kci_test_encap() in rtnetlink.sh of kselftests/net will fail with non-zero return value, and print:   "FAIL: can't add fou port 7777, skipping test" How to reproduce this:  devdummy="test-dummy0"  testns="testns"  ip netns add "$testns"  ip netns exec "$testns" ip link set lo up  ip netns exec "$testns" ip link add name "$devdummy" type dummy  ip netns exec "$testns" ip link set "$devdummy" up  ip netns exec "$testns" ip fou add port 7777 ipproto 47 RTNETLINK answers: No such file or directory Error talking to the kernel This would require the fou module to be loaded before the test. == Fix * fca48e23f989 ("selftests: rtnetlink: load fou module for kci_test_encap_fou() test") This patch needs to be backported for series after Xenial. == Test == Patch tested directly on the kernel tree, the test will now pass as expected. == Regression Potential == Low, change limited to the testing tool. == Original Bug Report == The kci_test_encap_fou() from kci_test_encap() in rtnetlink.sh of kselftests/net will fail with non-zero return value, and print:   "FAIL: can't add fou port 7777, skipping test" How to reproduce this:  devdummy="test-dummy0"  testns="testns"  ip netns add "$testns"  ip netns exec "$testns" ip link set lo up  ip netns exec "$testns" ip link add name "$devdummy" type dummy  ip netns exec "$testns" ip link set "$devdummy" up  ip netns exec "$testns" ip fou add port 7777 ipproto 47 RTNETLINK answers: No such file or directory Error talking to the kernel This is not a regression, it's the real test result after bug 1890136 has been fixed. == SRU Justification == The kci_test_encap_fou() from kci_test_encap() in rtnetlink.sh of kselftests/net will fail with non-zero return value, and print: "FAIL: can't add fou port 7777, skipping test" How to reproduce this: devdummy="test-dummy0" testns="testns" ip netns add "$testns" ip netns exec "$testns" ip link set lo up ip netns exec "$testns" ip link add name "$devdummy" type dummy ip netns exec "$testns" ip link set "$devdummy" up ip netns exec "$testns" ip fou add port 7777 ipproto 47 RTNETLINK answers: No such file or directory Error talking to the kernel This test would require the fou module to be loaded before it gets started. == Fix * fca48e23f989 ("selftests: rtnetlink: load fou module for kci_test_encap_fou() test") This patch needs to be backported for series after Xenial. == Test == Patch tested directly on the kernel tree, the test will now pass as expected. == Regression Potential == Low, change limited to the testing tool. == Original Bug Report == The kci_test_encap_fou() from kci_test_encap() in rtnetlink.sh of kselftests/net will fail with non-zero return value, and print:   "FAIL: can't add fou port 7777, skipping test" How to reproduce this:  devdummy="test-dummy0"  testns="testns"  ip netns add "$testns"  ip netns exec "$testns" ip link set lo up  ip netns exec "$testns" ip link add name "$devdummy" type dummy  ip netns exec "$testns" ip link set "$devdummy" up  ip netns exec "$testns" ip fou add port 7777 ipproto 47 RTNETLINK answers: No such file or directory Error talking to the kernel This is not a regression, it's the real test result after bug 1890136 has been fixed.
2020-10-26 05:20:04 Po-Hsu Lin linux-oem-5.6 (Ubuntu Groovy): status New Invalid
2020-10-26 05:22:28 Po-Hsu Lin description == SRU Justification == The kci_test_encap_fou() from kci_test_encap() in rtnetlink.sh of kselftests/net will fail with non-zero return value, and print: "FAIL: can't add fou port 7777, skipping test" How to reproduce this: devdummy="test-dummy0" testns="testns" ip netns add "$testns" ip netns exec "$testns" ip link set lo up ip netns exec "$testns" ip link add name "$devdummy" type dummy ip netns exec "$testns" ip link set "$devdummy" up ip netns exec "$testns" ip fou add port 7777 ipproto 47 RTNETLINK answers: No such file or directory Error talking to the kernel This test would require the fou module to be loaded before it gets started. == Fix * fca48e23f989 ("selftests: rtnetlink: load fou module for kci_test_encap_fou() test") This patch needs to be backported for series after Xenial. == Test == Patch tested directly on the kernel tree, the test will now pass as expected. == Regression Potential == Low, change limited to the testing tool. == Original Bug Report == The kci_test_encap_fou() from kci_test_encap() in rtnetlink.sh of kselftests/net will fail with non-zero return value, and print:   "FAIL: can't add fou port 7777, skipping test" How to reproduce this:  devdummy="test-dummy0"  testns="testns"  ip netns add "$testns"  ip netns exec "$testns" ip link set lo up  ip netns exec "$testns" ip link add name "$devdummy" type dummy  ip netns exec "$testns" ip link set "$devdummy" up  ip netns exec "$testns" ip fou add port 7777 ipproto 47 RTNETLINK answers: No such file or directory Error talking to the kernel This is not a regression, it's the real test result after bug 1890136 has been fixed. == SRU Justification == The kci_test_encap_fou() from kci_test_encap() in rtnetlink.sh of kselftests/net will fail with non-zero return value, and print:   "FAIL: can't add fou port 7777, skipping test" How to reproduce this:  devdummy="test-dummy0"  testns="testns"  ip netns add "$testns"  ip netns exec "$testns" ip link set lo up  ip netns exec "$testns" ip link add name "$devdummy" type dummy  ip netns exec "$testns" ip link set "$devdummy" up  ip netns exec "$testns" ip fou add port 7777 ipproto 47 RTNETLINK answers: No such file or directory Error talking to the kernel This test would require the fou module to be loaded before it gets started. == Fix * 26ebd6fed9bb ("selftests: rtnetlink: load fou module for kci_test_encap_fou() test") This patch needs to be backported for series after Xenial. == Test == Patch tested directly on the kernel tree, the test will now pass as expected. == Regression Potential == Low, change limited to the testing tool. == Original Bug Report == The kci_test_encap_fou() from kci_test_encap() in rtnetlink.sh of kselftests/net will fail with non-zero return value, and print:   "FAIL: can't add fou port 7777, skipping test" How to reproduce this:  devdummy="test-dummy0"  testns="testns"  ip netns add "$testns"  ip netns exec "$testns" ip link set lo up  ip netns exec "$testns" ip link add name "$devdummy" type dummy  ip netns exec "$testns" ip link set "$devdummy" up  ip netns exec "$testns" ip fou add port 7777 ipproto 47 RTNETLINK answers: No such file or directory Error talking to the kernel This is not a regression, it's the real test result after bug 1890136 has been fixed.
2020-10-26 06:58:10 Po-Hsu Lin linux-oem-5.6 (Ubuntu Bionic): status New Invalid
2020-10-26 06:58:33 Po-Hsu Lin linux (Ubuntu): status Confirmed In Progress
2020-10-26 06:58:33 Po-Hsu Lin linux (Ubuntu): assignee Po-Hsu Lin (cypressyew)
2020-10-26 06:58:38 Po-Hsu Lin linux (Ubuntu Bionic): status Confirmed In Progress
2020-10-26 06:58:38 Po-Hsu Lin linux (Ubuntu Bionic): assignee Po-Hsu Lin (cypressyew)
2020-10-26 06:58:52 Po-Hsu Lin linux (Ubuntu Groovy): status New In Progress
2020-10-26 06:58:52 Po-Hsu Lin linux (Ubuntu Groovy): assignee Po-Hsu Lin (cypressyew)
2020-10-26 06:59:08 Po-Hsu Lin linux (Ubuntu Focal): status Confirmed In Progress
2020-10-26 06:59:08 Po-Hsu Lin linux (Ubuntu Focal): assignee Po-Hsu Lin (cypressyew)
2020-10-26 06:59:30 Po-Hsu Lin linux-oem-5.6 (Ubuntu): status New Invalid
2020-10-26 06:59:39 Po-Hsu Lin linux-oem-5.6 (Ubuntu Focal): status New In Progress
2020-10-26 06:59:39 Po-Hsu Lin linux-oem-5.6 (Ubuntu Focal): assignee Po-Hsu Lin (cypressyew)
2020-10-26 06:59:55 Po-Hsu Lin linux-oem-osp1 (Ubuntu Bionic): status New In Progress
2020-10-26 06:59:55 Po-Hsu Lin linux-oem-osp1 (Ubuntu Bionic): assignee Po-Hsu Lin (cypressyew)
2020-10-26 07:00:20 Po-Hsu Lin tags 4.15 5.4 aws bionic focal oracle sru-20200810 sru-20200831 sru-20200921 ubuntu-kernel-selftests 4.15 5.4 aws bionic focal groovy oracle sru-20200810 sru-20200831 sru-20200921 ubuntu-kernel-selftests
2020-10-26 08:19:29 Stefan Bader linux (Ubuntu Groovy): importance Undecided Medium
2020-10-26 08:19:40 Stefan Bader linux (Ubuntu Focal): importance Undecided Medium
2020-10-26 08:19:54 Stefan Bader linux (Ubuntu Bionic): importance Undecided Medium
2020-10-26 19:27:45 Ian May linux (Ubuntu Focal): status In Progress Fix Committed
2020-10-26 19:43:14 Ian May linux (Ubuntu Bionic): status In Progress Fix Committed
2020-10-27 08:44:13 Stefan Bader linux (Ubuntu Groovy): status In Progress Fix Committed
2020-11-11 06:01:45 Timo Aaltonen linux-oem-5.6 (Ubuntu Focal): status In Progress Fix Committed
2020-11-17 10:03:26 Ubuntu Kernel Bot tags 4.15 5.4 aws bionic focal groovy oracle sru-20200810 sru-20200831 sru-20200921 ubuntu-kernel-selftests 4.15 5.4 aws bionic focal groovy oracle sru-20200810 sru-20200831 sru-20200921 ubuntu-kernel-selftests verification-needed-bionic
2020-11-17 10:05:50 Ubuntu Kernel Bot tags 4.15 5.4 aws bionic focal groovy oracle sru-20200810 sru-20200831 sru-20200921 ubuntu-kernel-selftests verification-needed-bionic 4.15 5.4 aws bionic focal groovy oracle sru-20200810 sru-20200831 sru-20200921 ubuntu-kernel-selftests verification-needed-bionic verification-needed-focal
2020-11-17 10:08:03 Ubuntu Kernel Bot tags 4.15 5.4 aws bionic focal groovy oracle sru-20200810 sru-20200831 sru-20200921 ubuntu-kernel-selftests verification-needed-bionic verification-needed-focal 4.15 5.4 aws bionic focal groovy oracle sru-20200810 sru-20200831 sru-20200921 ubuntu-kernel-selftests verification-needed-bionic verification-needed-focal verification-needed-groovy
2020-11-18 03:40:39 Po-Hsu Lin tags 4.15 5.4 aws bionic focal groovy oracle sru-20200810 sru-20200831 sru-20200921 ubuntu-kernel-selftests verification-needed-bionic verification-needed-focal verification-needed-groovy 4.15 5.4 aws bionic focal groovy oracle sru-20200810 sru-20200831 sru-20200921 ubuntu-kernel-selftests verification-done-bionic verification-needed-focal verification-needed-groovy
2020-11-27 04:41:11 Po-Hsu Lin tags 4.15 5.4 aws bionic focal groovy oracle sru-20200810 sru-20200831 sru-20200921 ubuntu-kernel-selftests verification-done-bionic verification-needed-focal verification-needed-groovy 4.15 5.4 aws bionic focal groovy oracle sru-20200810 sru-20200831 sru-20200921 ubuntu-kernel-selftests verification-done-bionic verification-done-focal verification-needed-groovy
2020-11-27 08:36:16 Po-Hsu Lin tags 4.15 5.4 aws bionic focal groovy oracle sru-20200810 sru-20200831 sru-20200921 ubuntu-kernel-selftests verification-done-bionic verification-done-focal verification-needed-groovy 4.15 5.4 aws bionic focal groovy oracle sru-20200810 sru-20200831 sru-20200921 ubuntu-kernel-selftests verification-done-bionic verification-done-focal verification-done-groovy
2020-11-27 08:39:20 Po-Hsu Lin linux (Ubuntu): status In Progress Fix Released
2020-11-30 15:46:09 Launchpad Janitor linux (Ubuntu Focal): status Fix Committed Fix Released
2020-11-30 15:46:09 Launchpad Janitor cve linked 2020-14351
2020-11-30 15:46:09 Launchpad Janitor cve linked 2020-4788
2020-12-01 17:42:39 Launchpad Janitor linux-oem-5.6 (Ubuntu Focal): status Fix Committed Fix Released
2020-12-01 17:43:22 Launchpad Janitor linux (Ubuntu Groovy): status Fix Committed Fix Released
2020-12-02 05:53:32 Launchpad Janitor linux (Ubuntu Bionic): status Fix Committed Fix Released
2021-03-09 09:39:37 Po-Hsu Lin ubuntu-kernel-tests: status In Progress Fix Released
2021-03-09 09:49:16 Po-Hsu Lin linux-oem-osp1 (Ubuntu Bionic): status In Progress Fix Released