Activity log for bug #1910323

Date Who What changed Old value New value Message
2021-01-06 05:35:12 Po-Hsu Lin bug added bug
2021-01-06 06:00:11 Ubuntu Kernel Bot linux (Ubuntu): status New Incomplete
2021-01-06 07:10:52 Po-Hsu Lin nominated for series Ubuntu Groovy
2021-01-06 07:10:52 Po-Hsu Lin bug task added linux (Ubuntu Groovy)
2021-01-06 07:44:07 Po-Hsu Lin nominated for series Ubuntu Hirsute
2021-01-06 07:44:07 Po-Hsu Lin bug task added linux (Ubuntu Hirsute)
2021-01-06 07:44:07 Po-Hsu Lin nominated for series Ubuntu Focal
2021-01-06 07:44:07 Po-Hsu Lin bug task added linux (Ubuntu Focal)
2021-01-06 07:54:35 Po-Hsu Lin summary Fix implicit declaration warnings for kselftests/memfd Fix implicit declaration warnings for kselftests/memfd test on newer releases
2021-01-06 09:42:54 Po-Hsu Lin description [Impact] While debugging bug 1910277, I found that the test compilation will print some warnings: memfd_test.c:64:7: warning: implicit declaration of function ‘open’; memfd_test.c:90:6: warning: implicit declaration of function ‘fcntl’ memfd_test.c:397:6: warning: implicit declaration of function ‘fallocate’; fuse_test.c:67:6: warning: implicit declaration of function ‘fcntl’ fuse_test.c:261:7: warning: implicit declaration of function ‘open’; [Fix] * 1c49e3783f8899 ("selftests/memfd: Fix implicit declaration warnings") [Test Case] Build the memfd test in kselftests with: sudo make TARGETS=memfd With this fix, these warnings will be gone. [Where problems could occur] This fix is just for fixing the test case compilation, it's beyond my imagination to see where the potential problems lies within. [Impact] While debugging bug 1910277, I found that the test compilation will print some warnings:   memfd_test.c:64:7: warning: implicit declaration of function ‘open’;   memfd_test.c:90:6: warning: implicit declaration of function ‘fcntl’   memfd_test.c:397:6: warning: implicit declaration of function ‘fallocate’;   fuse_test.c:67:6: warning: implicit declaration of function ‘fcntl’   fuse_test.c:261:7: warning: implicit declaration of function ‘open’; [Fix] * 1c49e3783f8899 ("selftests/memfd: Fix implicit declaration warnings") This fix can be cherry-picked into F/G/H and compiled without any issue. [Test Case] Build the memfd test in kselftests with:   sudo make TARGETS=memfd With this fix, these warnings will be gone. [Where problems could occur] This fix is just for fixing the test case compilation, if we need to fix it on older release X/B, this patch will cause compilation errors as they're missing some other vital commits, since we're not running this test on older releases I think it's fine to ignore them for now.
2021-01-06 09:43:40 Po-Hsu Lin description [Impact] While debugging bug 1910277, I found that the test compilation will print some warnings:   memfd_test.c:64:7: warning: implicit declaration of function ‘open’;   memfd_test.c:90:6: warning: implicit declaration of function ‘fcntl’   memfd_test.c:397:6: warning: implicit declaration of function ‘fallocate’;   fuse_test.c:67:6: warning: implicit declaration of function ‘fcntl’   fuse_test.c:261:7: warning: implicit declaration of function ‘open’; [Fix] * 1c49e3783f8899 ("selftests/memfd: Fix implicit declaration warnings") This fix can be cherry-picked into F/G/H and compiled without any issue. [Test Case] Build the memfd test in kselftests with:   sudo make TARGETS=memfd With this fix, these warnings will be gone. [Where problems could occur] This fix is just for fixing the test case compilation, if we need to fix it on older release X/B, this patch will cause compilation errors as they're missing some other vital commits, since we're not running this test on older releases I think it's fine to ignore them for now. [Impact] While debugging bug 1910277, I found that the test compilation will print some warnings:   memfd_test.c:64:7: warning: implicit declaration of function ‘open’;   memfd_test.c:90:6: warning: implicit declaration of function ‘fcntl’   memfd_test.c:397:6: warning: implicit declaration of function ‘fallocate’;   fuse_test.c:67:6: warning: implicit declaration of function ‘fcntl’   fuse_test.c:261:7: warning: implicit declaration of function ‘open’; [Fix] * 1c49e3783f8899 ("selftests/memfd: Fix implicit declaration warnings") This fix can be cherry-picked into F/G/H and compiled without any issue. [Test Case] Build the memfd test in kselftests with:   sudo make TARGETS=memfd With this fix, these warnings will be gone. [Where problems could occur] This fix is just for fixing the test case compilation, so it's not affecting real kernel functionality. If we need to fix it on older release X/B, this patch will cause compilation errors as they're missing some other vital commits, since we're not running this test on older releases I think it's fine to ignore them for now.
2021-01-06 09:54:23 Po-Hsu Lin description [Impact] While debugging bug 1910277, I found that the test compilation will print some warnings:   memfd_test.c:64:7: warning: implicit declaration of function ‘open’;   memfd_test.c:90:6: warning: implicit declaration of function ‘fcntl’   memfd_test.c:397:6: warning: implicit declaration of function ‘fallocate’;   fuse_test.c:67:6: warning: implicit declaration of function ‘fcntl’   fuse_test.c:261:7: warning: implicit declaration of function ‘open’; [Fix] * 1c49e3783f8899 ("selftests/memfd: Fix implicit declaration warnings") This fix can be cherry-picked into F/G/H and compiled without any issue. [Test Case] Build the memfd test in kselftests with:   sudo make TARGETS=memfd With this fix, these warnings will be gone. [Where problems could occur] This fix is just for fixing the test case compilation, so it's not affecting real kernel functionality. If we need to fix it on older release X/B, this patch will cause compilation errors as they're missing some other vital commits, since we're not running this test on older releases I think it's fine to ignore them for now. [Impact] While debugging bug 1910277, I found that the test compilation will print some warnings:   memfd_test.c:64:7: warning: implicit declaration of function ‘open’;   memfd_test.c:90:6: warning: implicit declaration of function ‘fcntl’   memfd_test.c:397:6: warning: implicit declaration of function ‘fallocate’;   fuse_test.c:67:6: warning: implicit declaration of function ‘fcntl’   fuse_test.c:261:7: warning: implicit declaration of function ‘open’; And there is a fix in upstream for this. [Fix] * 1c49e3783f8899 ("selftests/memfd: Fix implicit declaration warnings") This fix can be cherry-picked into F/G/H and compiled without any issue. [Test Case] Build the memfd test in kselftests with:   sudo make TARGETS=memfd With this fix, these warnings will be gone. [Where problems could occur] This fix is just for fixing the test case compilation, so it's not affecting real kernel functionality. If we need to fix it on older release X/B, this patch will cause compilation errors as they're missing some other vital commits, since we're not running this test on older releases I think it's fine to ignore them for now.
2021-03-15 07:00:42 Po-Hsu Lin linux (Ubuntu Hirsute): status Incomplete Fix Released
2021-03-15 07:00:49 Po-Hsu Lin description [Impact] While debugging bug 1910277, I found that the test compilation will print some warnings:   memfd_test.c:64:7: warning: implicit declaration of function ‘open’;   memfd_test.c:90:6: warning: implicit declaration of function ‘fcntl’   memfd_test.c:397:6: warning: implicit declaration of function ‘fallocate’;   fuse_test.c:67:6: warning: implicit declaration of function ‘fcntl’   fuse_test.c:261:7: warning: implicit declaration of function ‘open’; And there is a fix in upstream for this. [Fix] * 1c49e3783f8899 ("selftests/memfd: Fix implicit declaration warnings") This fix can be cherry-picked into F/G/H and compiled without any issue. [Test Case] Build the memfd test in kselftests with:   sudo make TARGETS=memfd With this fix, these warnings will be gone. [Where problems could occur] This fix is just for fixing the test case compilation, so it's not affecting real kernel functionality. If we need to fix it on older release X/B, this patch will cause compilation errors as they're missing some other vital commits, since we're not running this test on older releases I think it's fine to ignore them for now. [Impact] While debugging bug 1910277, I found that the test compilation will print some warnings:   memfd_test.c:64:7: warning: implicit declaration of function ‘open’;   memfd_test.c:90:6: warning: implicit declaration of function ‘fcntl’   memfd_test.c:397:6: warning: implicit declaration of function ‘fallocate’;   fuse_test.c:67:6: warning: implicit declaration of function ‘fcntl’   fuse_test.c:261:7: warning: implicit declaration of function ‘open’; And there is a fix in upstream for this. [Fix] * 1c49e3783f8899 ("selftests/memfd: Fix implicit declaration warnings") This fix can be cherry-picked into F/G and compiled without any issue. [Test Case] Build the memfd test in kselftests with:   sudo make TARGETS=memfd With this fix, these warnings will be gone. [Where problems could occur] This fix is just for fixing the test case compilation, so it's not affecting real kernel functionality. If we need to fix it on older release X/B, this patch will cause compilation errors as they're missing some other vital commits, since we're not running this test on older releases I think it's fine to ignore them for now.
2021-03-19 05:01:23 Po-Hsu Lin description [Impact] While debugging bug 1910277, I found that the test compilation will print some warnings:   memfd_test.c:64:7: warning: implicit declaration of function ‘open’;   memfd_test.c:90:6: warning: implicit declaration of function ‘fcntl’   memfd_test.c:397:6: warning: implicit declaration of function ‘fallocate’;   fuse_test.c:67:6: warning: implicit declaration of function ‘fcntl’   fuse_test.c:261:7: warning: implicit declaration of function ‘open’; And there is a fix in upstream for this. [Fix] * 1c49e3783f8899 ("selftests/memfd: Fix implicit declaration warnings") This fix can be cherry-picked into F/G and compiled without any issue. [Test Case] Build the memfd test in kselftests with:   sudo make TARGETS=memfd With this fix, these warnings will be gone. [Where problems could occur] This fix is just for fixing the test case compilation, so it's not affecting real kernel functionality. If we need to fix it on older release X/B, this patch will cause compilation errors as they're missing some other vital commits, since we're not running this test on older releases I think it's fine to ignore them for now. [Impact] While debugging bug 1910277, I found that the test compilation will print some warnings:   memfd_test.c:64:7: warning: implicit declaration of function ‘open’;   memfd_test.c:90:6: warning: implicit declaration of function ‘fcntl’   memfd_test.c:397:6: warning: implicit declaration of function ‘fallocate’;   fuse_test.c:67:6: warning: implicit declaration of function ‘fcntl’   fuse_test.c:261:7: warning: implicit declaration of function ‘open’; And there is a fix in upstream for this. [Fix] * 1c49e3783f8899 ("selftests/memfd: Fix implicit declaration warnings") This fix can be cherry-picked into F/G and compiled without any problem. Older kernel does not have this issue. [Test Case] Build the memfd test in kselftests with:   sudo make TARGETS=memfd With this fix, these warnings will be gone. [Where problems could occur] This fix is just for fixing the test case compilation, so it's not affecting real kernel functionality. If we need to fix it on older release X/B, this patch will cause compilation errors as they're missing some other vital commits, since we're not running this test on older releases I think it's fine to ignore them for now.
2021-03-19 05:03:12 Po-Hsu Lin description [Impact] While debugging bug 1910277, I found that the test compilation will print some warnings:   memfd_test.c:64:7: warning: implicit declaration of function ‘open’;   memfd_test.c:90:6: warning: implicit declaration of function ‘fcntl’   memfd_test.c:397:6: warning: implicit declaration of function ‘fallocate’;   fuse_test.c:67:6: warning: implicit declaration of function ‘fcntl’   fuse_test.c:261:7: warning: implicit declaration of function ‘open’; And there is a fix in upstream for this. [Fix] * 1c49e3783f8899 ("selftests/memfd: Fix implicit declaration warnings") This fix can be cherry-picked into F/G and compiled without any problem. Older kernel does not have this issue. [Test Case] Build the memfd test in kselftests with:   sudo make TARGETS=memfd With this fix, these warnings will be gone. [Where problems could occur] This fix is just for fixing the test case compilation, so it's not affecting real kernel functionality. If we need to fix it on older release X/B, this patch will cause compilation errors as they're missing some other vital commits, since we're not running this test on older releases I think it's fine to ignore them for now. [Impact] While debugging bug 1910277, I found that the test compilation will print some warnings:   memfd_test.c:64:7: warning: implicit declaration of function ‘open’;   memfd_test.c:90:6: warning: implicit declaration of function ‘fcntl’   memfd_test.c:397:6: warning: implicit declaration of function ‘fallocate’;   fuse_test.c:67:6: warning: implicit declaration of function ‘fcntl’   fuse_test.c:261:7: warning: implicit declaration of function ‘open’; And there is a fix in upstream for this. [Fix] * 1c49e3783f8899 ("selftests/memfd: Fix implicit declaration warnings") This fix can be cherry-picked into F/G and compiled without any problem. Older kernel does not have this issue. [Test Case] Build the memfd test in kselftests with:   sudo make TARGETS=memfd With this fix, these warnings will be gone. [Where problems could occur] This fix is just for fixing the test case compilation, so it's not affecting real kernel functionality. If we need to fix it on older release X/B, this patch will cause compilation errors as they're missing some other vital commits, I think it's fine to ignore them for now.
2021-03-19 06:40:09 Po-Hsu Lin description [Impact] While debugging bug 1910277, I found that the test compilation will print some warnings:   memfd_test.c:64:7: warning: implicit declaration of function ‘open’;   memfd_test.c:90:6: warning: implicit declaration of function ‘fcntl’   memfd_test.c:397:6: warning: implicit declaration of function ‘fallocate’;   fuse_test.c:67:6: warning: implicit declaration of function ‘fcntl’   fuse_test.c:261:7: warning: implicit declaration of function ‘open’; And there is a fix in upstream for this. [Fix] * 1c49e3783f8899 ("selftests/memfd: Fix implicit declaration warnings") This fix can be cherry-picked into F/G and compiled without any problem. Older kernel does not have this issue. [Test Case] Build the memfd test in kselftests with:   sudo make TARGETS=memfd With this fix, these warnings will be gone. [Where problems could occur] This fix is just for fixing the test case compilation, so it's not affecting real kernel functionality. If we need to fix it on older release X/B, this patch will cause compilation errors as they're missing some other vital commits, I think it's fine to ignore them for now. [Impact] While debugging bug 1910277, I found that the test compilation will print some warnings on F/G: memfd_test.c:64:7: warning: implicit declaration of function ‘open’; memfd_test.c:90:6: warning: implicit declaration of function ‘fcntl’ memfd_test.c:397:6: warning: implicit declaration of function ‘fallocate’; fuse_test.c:67:6: warning: implicit declaration of function ‘fcntl’ fuse_test.c:261:7: warning: implicit declaration of function ‘open’; It's harmless but fixing this we can make the test report easier to read. [Fix] * 1c49e3783f8899 ("selftests/memfd: Fix implicit declaration warnings") This fix can be cherry-picked into F/G and compiled without any problem. Older kernel does not have this issue since they're missing some other commits. [Test Case] Build the memfd test in kselftests with: sudo make TARGETS=memfd With this fix, these warnings will be gone. [Where problems could occur] This fix is just for fixing the test case compilation, so it's not affecting real kernel functionality.
2021-03-19 06:48:18 Po-Hsu Lin bug task added linux-oem (Ubuntu)
2021-03-19 06:51:37 Po-Hsu Lin bug task deleted linux-oem (Ubuntu)
2021-03-19 06:51:53 Po-Hsu Lin bug task added linux-oem-5.6 (Ubuntu)
2021-03-19 06:52:25 Po-Hsu Lin bug task deleted linux-oem (Ubuntu Focal)
2021-03-19 06:52:31 Po-Hsu Lin bug task deleted linux-oem (Ubuntu Groovy)
2021-03-19 06:52:37 Po-Hsu Lin bug task deleted linux-oem (Ubuntu Hirsute)
2021-03-19 07:03:16 Po-Hsu Lin bug task deleted linux-oem-5.6 (Ubuntu Groovy)
2021-03-19 07:03:18 Po-Hsu Lin bug task deleted linux-oem-5.6 (Ubuntu Hirsute)
2021-03-19 07:03:24 Po-Hsu Lin bug task added linux-oem-5.10 (Ubuntu)
2021-03-19 07:03:48 Po-Hsu Lin bug task deleted linux-oem-5.10 (Ubuntu)
2021-03-19 07:03:54 Po-Hsu Lin linux (Ubuntu Focal): status New In Progress
2021-03-19 07:03:57 Po-Hsu Lin linux (Ubuntu Groovy): status New In Progress
2021-03-19 07:04:00 Po-Hsu Lin linux (Ubuntu Groovy): assignee Po-Hsu Lin (cypressyew)
2021-03-19 07:04:02 Po-Hsu Lin linux (Ubuntu Focal): assignee Po-Hsu Lin (cypressyew)
2021-03-19 07:04:07 Po-Hsu Lin bug task added linux-oem-5.10 (Ubuntu)
2021-03-19 07:04:20 Po-Hsu Lin linux-oem-5.6 (Ubuntu Focal): assignee Po-Hsu Lin (cypressyew)
2021-03-19 07:04:23 Po-Hsu Lin linux-oem-5.6 (Ubuntu Focal): status New In Progress
2021-03-19 07:04:27 Po-Hsu Lin linux-oem-5.10 (Ubuntu): status New In Progress
2021-03-19 07:04:29 Po-Hsu Lin linux-oem-5.10 (Ubuntu): assignee Po-Hsu Lin (cypressyew)
2021-03-19 07:24:54 Po-Hsu Lin description [Impact] While debugging bug 1910277, I found that the test compilation will print some warnings on F/G: memfd_test.c:64:7: warning: implicit declaration of function ‘open’; memfd_test.c:90:6: warning: implicit declaration of function ‘fcntl’ memfd_test.c:397:6: warning: implicit declaration of function ‘fallocate’; fuse_test.c:67:6: warning: implicit declaration of function ‘fcntl’ fuse_test.c:261:7: warning: implicit declaration of function ‘open’; It's harmless but fixing this we can make the test report easier to read. [Fix] * 1c49e3783f8899 ("selftests/memfd: Fix implicit declaration warnings") This fix can be cherry-picked into F/G and compiled without any problem. Older kernel does not have this issue since they're missing some other commits. [Test Case] Build the memfd test in kselftests with: sudo make TARGETS=memfd With this fix, these warnings will be gone. [Where problems could occur] This fix is just for fixing the test case compilation, so it's not affecting real kernel functionality. [Impact] While debugging bug 1910277, I found that the test compilation will print some warnings:   memfd_test.c:64:7: warning: implicit declaration of function ‘open’;   memfd_test.c:90:6: warning: implicit declaration of function ‘fcntl’   memfd_test.c:397:6: warning: implicit declaration of function ‘fallocate’;   fuse_test.c:67:6: warning: implicit declaration of function ‘fcntl’   fuse_test.c:261:7: warning: implicit declaration of function ‘open’; It's harmless but fixing this we can make the test report easier to read. [Fix] * 1c49e3783f8899 ("selftests/memfd: Fix implicit declaration warnings") This fix can be cherry-picked into F/F-oem-5.6/G and compiled without any problem. Older kernel does not have this issue since they're missing some other commits. [Test Case] Build the memfd test in kselftests with:   sudo make TARGETS=memfd With this fix, these warnings will be gone. [Where problems could occur] This fix is just for fixing the test case compilation, so it's not affecting real kernel functionality.
2021-03-19 07:24:56 Po-Hsu Lin bug task deleted linux-oem-5.10 (Ubuntu)
2021-03-19 07:26:33 Po-Hsu Lin description [Impact] While debugging bug 1910277, I found that the test compilation will print some warnings:   memfd_test.c:64:7: warning: implicit declaration of function ‘open’;   memfd_test.c:90:6: warning: implicit declaration of function ‘fcntl’   memfd_test.c:397:6: warning: implicit declaration of function ‘fallocate’;   fuse_test.c:67:6: warning: implicit declaration of function ‘fcntl’   fuse_test.c:261:7: warning: implicit declaration of function ‘open’; It's harmless but fixing this we can make the test report easier to read. [Fix] * 1c49e3783f8899 ("selftests/memfd: Fix implicit declaration warnings") This fix can be cherry-picked into F/F-oem-5.6/G and compiled without any problem. Older kernel does not have this issue since they're missing some other commits. [Test Case] Build the memfd test in kselftests with:   sudo make TARGETS=memfd With this fix, these warnings will be gone. [Where problems could occur] This fix is just for fixing the test case compilation, so it's not affecting real kernel functionality. [Impact] While debugging bug 1910277, I found that the test compilation will print some warnings: memfd_test.c:64:7: warning: implicit declaration of function ‘open’; memfd_test.c:90:6: warning: implicit declaration of function ‘fcntl’ memfd_test.c:397:6: warning: implicit declaration of function ‘fallocate’; fuse_test.c:67:6: warning: implicit declaration of function ‘fcntl’ fuse_test.c:261:7: warning: implicit declaration of function ‘open’; It's harmless but fixing this we can make the test report easier to read. [Fix] * 1c49e3783f8899 ("selftests/memfd: Fix implicit declaration warnings") This fix can be cherry-picked into F/F-oem-5.6/G and compiled without any problem. Older kernel does not have this issue since they're missing some other commits. [Test Case] Build the memfd test in tools/testing/selftests/ with: sudo make TARGETS=memfd With this fix, these warnings will be gone. [Where problems could occur] This fix is just for fixing the test case compilation, so it's not affecting real kernel functionality.
2021-04-02 22:38:15 Kelsey Steele linux (Ubuntu Groovy): status In Progress Fix Committed
2021-04-02 22:38:17 Kelsey Steele linux (Ubuntu Focal): status In Progress Fix Committed
2021-04-19 15:33:20 Ubuntu Kernel Bot tags verification-needed-focal
2021-04-20 13:59:17 Ubuntu Kernel Bot tags verification-needed-focal verification-needed-focal verification-needed-groovy
2021-04-26 03:53:31 Po-Hsu Lin tags verification-needed-focal verification-needed-groovy verification-done-groovy verification-needed-focal
2021-04-26 03:53:52 Po-Hsu Lin tags verification-done-groovy verification-needed-focal 5.4 5.8 verification-done-groovy verification-needed-focal
2021-04-26 04:00:50 Po-Hsu Lin tags 5.4 5.8 verification-done-groovy verification-needed-focal 5.4 5.8 verification-done-focal verification-done-groovy
2021-05-04 03:49:14 AceLan Kao linux-oem-5.6 (Ubuntu Focal): status In Progress Fix Committed
2021-05-10 19:50:21 Launchpad Janitor linux (Ubuntu Focal): status Fix Committed Fix Released
2021-05-10 19:50:21 Launchpad Janitor cve linked 2021-29650
2021-05-11 08:53:20 Launchpad Janitor linux-oem-5.6 (Ubuntu Focal): status Fix Committed Fix Released
2021-05-11 08:53:20 Launchpad Janitor cve linked 2020-35519
2021-05-11 08:53:20 Launchpad Janitor cve linked 2021-28375
2021-05-11 08:53:20 Launchpad Janitor cve linked 2021-29646
2021-05-11 08:53:20 Launchpad Janitor cve linked 2021-30002
2021-05-11 17:04:11 Launchpad Janitor linux (Ubuntu Groovy): status Fix Committed Fix Released
2021-05-11 17:04:11 Launchpad Janitor cve linked 2021-3489
2021-05-11 17:04:11 Launchpad Janitor cve linked 2021-3490
2021-05-11 17:04:11 Launchpad Janitor cve linked 2021-3491
2021-06-01 03:46:23 Po-Hsu Lin linux-oem-5.6 (Ubuntu): status New Invalid