Activity log for bug #1932257

Date Who What changed Old value New value Message
2021-06-17 07:40:59 Andrea Righi bug added bug
2021-06-17 07:42:29 Andrea Righi description [Impact] The following build error is reported when building this module with the new linux-hwe-5.11. [Test plan] $ sudo apt install dm-writeboost-dkms Build error in reported in the build log. [Fix] Fix by applying the following upstream commits (from https://github.com/akiradeveloper/dm-writeboost) to properly support the 5.11 kernel: 32fc003 - Fix Linux 5.9 build: remove uninitialized_var() usage d89ea5c - blkdev_issue_flush: discard unused memory allocation flags [Where problems could occur] Potential build breakage with some really old kernels. [Impact] The following build error is reported when building this module with the new linux-hwe-5.11. dm-writeboost-metadata.c:984:9: warning: parameter names (without types) in function declaration 984 | struct superblock_record_device uninitialized_var(record); | ^~~~~~~~~~~~~~~~~~~~~~~~ dm-writeboost-metadata.c:985:32: error: ‘record’ undeclared (first use in this function); did you mean ‘record_id’? 985 | err = read_superblock_record(&record, wb); | ^~~~~~ | record_id [Test plan] $ sudo apt install dm-writeboost-dkms Build error in reported in the build log. [Fix] Fix by applying the following upstream commits (from https://github.com/akiradeveloper/dm-writeboost) to properly support the 5.11 kernel:  32fc003 - Fix Linux 5.9 build: remove uninitialized_var() usage  d89ea5c - blkdev_issue_flush: discard unused memory allocation flags [Where problems could occur] Potential build breakage with some really old kernels.
2021-06-17 07:42:36 Andrea Righi description [Impact] The following build error is reported when building this module with the new linux-hwe-5.11. dm-writeboost-metadata.c:984:9: warning: parameter names (without types) in function declaration 984 | struct superblock_record_device uninitialized_var(record); | ^~~~~~~~~~~~~~~~~~~~~~~~ dm-writeboost-metadata.c:985:32: error: ‘record’ undeclared (first use in this function); did you mean ‘record_id’? 985 | err = read_superblock_record(&record, wb); | ^~~~~~ | record_id [Test plan] $ sudo apt install dm-writeboost-dkms Build error in reported in the build log. [Fix] Fix by applying the following upstream commits (from https://github.com/akiradeveloper/dm-writeboost) to properly support the 5.11 kernel:  32fc003 - Fix Linux 5.9 build: remove uninitialized_var() usage  d89ea5c - blkdev_issue_flush: discard unused memory allocation flags [Where problems could occur] Potential build breakage with some really old kernels. [Impact] The following build error is reported when building this module with the new linux-hwe-5.11: dm-writeboost-metadata.c:984:9: warning: parameter names (without types) in function declaration   984 | struct superblock_record_device uninitialized_var(record);       | ^~~~~~~~~~~~~~~~~~~~~~~~ dm-writeboost-metadata.c:985:32: error: ‘record’ undeclared (first use in this function); did you mean ‘record_id’?   985 | err = read_superblock_record(&record, wb);       | ^~~~~~       | record_id [Test plan] $ sudo apt install dm-writeboost-dkms Build error in reported in the build log. [Fix] Fix by applying the following upstream commits (from https://github.com/akiradeveloper/dm-writeboost) to properly support the 5.11 kernel:  32fc003 - Fix Linux 5.9 build: remove uninitialized_var() usage  d89ea5c - blkdev_issue_flush: discard unused memory allocation flags [Where problems could occur] Potential build breakage with some really old kernels.
2021-06-17 07:47:00 Andrea Righi attachment added dm-writeboost-fix-for-5.11.debdiff https://bugs.launchpad.net/ubuntu/+source/dm-writeboost/+bug/1932257/+attachment/5505212/+files/dm-writeboost-fix-for-5.11.debdiff
2021-06-17 08:38:29 Ubuntu Foundations Team Bug Bot tags patch
2021-07-01 14:26:00 Dimitri John Ledkov description [Impact] The following build error is reported when building this module with the new linux-hwe-5.11: dm-writeboost-metadata.c:984:9: warning: parameter names (without types) in function declaration   984 | struct superblock_record_device uninitialized_var(record);       | ^~~~~~~~~~~~~~~~~~~~~~~~ dm-writeboost-metadata.c:985:32: error: ‘record’ undeclared (first use in this function); did you mean ‘record_id’?   985 | err = read_superblock_record(&record, wb);       | ^~~~~~       | record_id [Test plan] $ sudo apt install dm-writeboost-dkms Build error in reported in the build log. [Fix] Fix by applying the following upstream commits (from https://github.com/akiradeveloper/dm-writeboost) to properly support the 5.11 kernel:  32fc003 - Fix Linux 5.9 build: remove uninitialized_var() usage  d89ea5c - blkdev_issue_flush: discard unused memory allocation flags [Where problems could occur] Potential build breakage with some really old kernels. [Impact] The following build error is reported when building this module with the new linux-hwe-5.11: dm-writeboost-metadata.c:984:9: warning: parameter names (without types) in function declaration   984 | struct superblock_record_device uninitialized_var(record);       | ^~~~~~~~~~~~~~~~~~~~~~~~ dm-writeboost-metadata.c:985:32: error: ‘record’ undeclared (first use in this function); did you mean ‘record_id’?   985 | err = read_superblock_record(&record, wb);       | ^~~~~~       | record_id [Test plan] $ sudo apt install dm-writeboost-dkms Build error in reported in the build log. [Fix] Fix by applying the following upstream commits (from https://github.com/akiradeveloper/dm-writeboost) to properly support the 5.11 kernel:  32fc003 - Fix Linux 5.9 build: remove uninitialized_var() usage  d89ea5c - blkdev_issue_flush: discard unused memory allocation flags [Where problems could occur] Potential build breakage with some really old kernels. [Other] NB! dkms ftbfs fixes must be built in security, such that after SRU process in -proposed & -updates it can be copied into -security pocket too.
2021-07-02 14:07:59 Timo Aaltonen dm-writeboost (Ubuntu Focal): status New Fix Committed
2021-07-02 14:08:02 Timo Aaltonen bug added subscriber Ubuntu Stable Release Updates Team
2021-07-02 14:08:06 Timo Aaltonen bug added subscriber SRU Verification
2021-07-02 14:08:09 Timo Aaltonen tags patch patch verification-needed verification-needed-focal
2021-07-02 14:11:14 Timo Aaltonen dm-writeboost (Ubuntu): status New Invalid
2021-07-06 11:18:21 Kleber Sacilotto de Souza tags patch verification-needed verification-needed-focal patch verification-done-focal verification-needed
2021-07-15 17:32:23 Launchpad Janitor dm-writeboost (Ubuntu Focal): status Fix Committed Fix Released
2021-07-15 17:32:25 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team