Activity log for bug #1491729

Date Who What changed Old value New value Message
2015-09-03 08:31:53 Colin Ian King bug added bug
2015-09-03 08:31:59 Colin Ian King dkms: status New In Progress
2015-09-03 08:32:05 Colin Ian King dkms: importance Undecided High
2015-09-03 08:32:07 Colin Ian King dkms: assignee Colin Ian King (colin-king)
2015-09-03 08:43:22 Colin Ian King attachment added pbuilder build log https://bugs.launchpad.net/dkms/+bug/1491729/+attachment/4456761/+files/pbuilder-build.log
2015-09-03 08:47:06 Colin Ian King attachment added example of package being installed https://bugs.launchpad.net/dkms/+bug/1491729/+attachment/4456763/+files/install.log
2015-09-03 08:50:55 Colin Ian King description build ordering to build ZFS on Linux (ZoL) is required, the motivating case is for ordering such as modules such as zfs -> spl Without this, we can have incorrect ordering which causes DKMS build failures for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS support module spl to be built first). Pull in fixes from the ZFS on Linux project that enable this ordering to DKMS. Feature Freeze Exception Request: build ordering to build ZFS on Linux (ZoL) is required, the motivating case is for ordering such as modules such as zfs -> spl Without this, we can have incorrect ordering which causes DKMS build failures for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS support module spl to be built first). Pull in fixes from the ZFS on Linux project that enable this ordering to DKMS.
2015-09-03 08:52:26 Colin Ian King bug added subscriber Ubuntu Release Team
2015-09-03 08:54:01 Colin Ian King summary dkms: add module build ordering for ZFS on Linux [FFE]: dkms: add module build ordering for ZFS on Linux
2015-09-03 09:03:26 Martin Pitt affects dkms dkms (Ubuntu)
2015-10-20 02:12:10 Martin Pitt bug added subscriber Martin Pitt
2015-11-11 14:42:09 Martin Pitt summary [FFE]: dkms: add module build ordering for ZFS on Linux dkms: add module build ordering for ZFS on Linux
2015-11-11 14:45:07 Martin Pitt dkms (Ubuntu): status In Progress Fix Committed
2015-11-11 15:51:39 Launchpad Janitor dkms (Ubuntu): status Fix Committed Fix Released
2015-11-11 16:03:51 Darik Horn bug added subscriber Darik Horn
2015-11-12 11:17:49 Colin Ian King description Feature Freeze Exception Request: build ordering to build ZFS on Linux (ZoL) is required, the motivating case is for ordering such as modules such as zfs -> spl Without this, we can have incorrect ordering which causes DKMS build failures for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS support module spl to be built first). Pull in fixes from the ZFS on Linux project that enable this ordering to DKMS. (updated now from a FFe to a SRU for Wily) SRU request, Wily. [IMPACT] Without this, we can have incorrect ordering which causes DKMS build failures for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS support module spl to be built first). [TEST CASE] Install Wily zfs, occasionally the build ordering will be zfs and the spl, and the zfs DKMS build will fail because spl is not yet built. With the fix, build ordering for zfs will always occur in spl, then zfs order because it uses the new BUILD_DEPENDS directive. Note: The upload will trigger the testing of all DKMS modules, so it'll get an adequate beating by britney (according to Martin Pitt). [REGRESSION POTENTIAL] DKMS package builds will fail. ------------------- Feature Freeze Exception Request: build ordering to build ZFS on Linux (ZoL) is required, the motivating case is for ordering such as modules such as zfs -> spl Without this, we can have incorrect ordering which causes DKMS build failures for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS support module spl to be built first). Pull in fixes from the ZFS on Linux project that enable this ordering to DKMS.
2015-11-12 11:18:53 Colin Ian King bug added subscriber Ubuntu Stable Release Updates Team
2015-11-13 13:19:55 Leann Ogasawara nominated for series Ubuntu Wily
2015-11-13 13:19:55 Leann Ogasawara bug task added dkms (Ubuntu Wily)
2015-11-17 05:42:54 Adam Conrad dkms (Ubuntu Wily): status New Fix Committed
2015-11-17 05:42:56 Adam Conrad bug added subscriber SRU Verification
2015-11-17 05:43:05 Adam Conrad tags verification-needed
2015-11-17 11:10:00 Colin Ian King tags verification-needed verification-done
2015-11-24 18:51:22 Launchpad Janitor dkms (Ubuntu Wily): status Fix Committed Fix Released
2015-11-24 18:51:26 Chris J Arges removed subscriber Ubuntu Stable Release Updates Team
2015-12-02 09:17:19 Nicolas Dichtel bug added subscriber Julien Floret
2015-12-02 09:17:39 Nicolas Dichtel bug added subscriber Jean-Mickael Guerin
2015-12-02 09:17:54 Nicolas Dichtel bug added subscriber Vincent JARDIN
2015-12-11 09:04:40 Jean-Mickael Guerin tags verification-done 6wind verification-done
2016-01-21 13:09:57 Nicolas Dichtel bug added subscriber 6WIND
2016-01-21 13:10:38 Nicolas Dichtel removed subscriber 6WIND
2016-01-21 13:10:49 Nicolas Dichtel bug added subscriber networking-6wind-bugs
2016-06-24 10:27:45 Colin Ian King nominated for series Ubuntu Trusty
2016-06-24 12:50:14 Colin Ian King attachment added debdiff between dkms_2.2.0.3-1.1ubuntu5.14.04.5.dsc and dkms_2.2.0.3-1.1ubuntu5.14.04.6.dsc https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+attachment/4689665/+files/dkms-debdiff.diff
2016-06-24 12:51:09 Colin Ian King description (updated now from a FFe to a SRU for Wily) SRU request, Wily. [IMPACT] Without this, we can have incorrect ordering which causes DKMS build failures for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS support module spl to be built first). [TEST CASE] Install Wily zfs, occasionally the build ordering will be zfs and the spl, and the zfs DKMS build will fail because spl is not yet built. With the fix, build ordering for zfs will always occur in spl, then zfs order because it uses the new BUILD_DEPENDS directive. Note: The upload will trigger the testing of all DKMS modules, so it'll get an adequate beating by britney (according to Martin Pitt). [REGRESSION POTENTIAL] DKMS package builds will fail. ------------------- Feature Freeze Exception Request: build ordering to build ZFS on Linux (ZoL) is required, the motivating case is for ordering such as modules such as zfs -> spl Without this, we can have incorrect ordering which causes DKMS build failures for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS support module spl to be built first). Pull in fixes from the ZFS on Linux project that enable this ordering to DKMS. updated: SRU request, trusty. (updated now from a FFe to a SRU for Wily)(old) SRU request, Wily. [IMPACT] Without this, we can have incorrect ordering which causes DKMS build failures for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS support module spl to be built first). [TEST CASE] Install Wily zfs, occasionally the build ordering will be zfs and the spl, and the zfs DKMS build will fail because spl is not yet built. With the fix, build ordering for zfs will always occur in spl, then zfs order because it uses the new BUILD_DEPENDS directive. Note: The upload will trigger the testing of all DKMS modules, so it'll get an adequate beating by britney (according to Martin Pitt). [REGRESSION POTENTIAL] DKMS package builds will fail. ------------------- Feature Freeze Exception Request: build ordering to build ZFS on Linux (ZoL) is required, the motivating case is for ordering such as modules such as zfs -> spl Without this, we can have incorrect ordering which causes DKMS build failures for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS support module spl to be built first). Pull in fixes from the ZFS on Linux project that enable this ordering to DKMS.
2016-06-24 12:51:37 Colin Ian King bug added subscriber Ubuntu Stable Release Updates Team
2016-06-24 12:52:01 Colin Ian King description updated: SRU request, trusty. (updated now from a FFe to a SRU for Wily)(old) SRU request, Wily. [IMPACT] Without this, we can have incorrect ordering which causes DKMS build failures for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS support module spl to be built first). [TEST CASE] Install Wily zfs, occasionally the build ordering will be zfs and the spl, and the zfs DKMS build will fail because spl is not yet built. With the fix, build ordering for zfs will always occur in spl, then zfs order because it uses the new BUILD_DEPENDS directive. Note: The upload will trigger the testing of all DKMS modules, so it'll get an adequate beating by britney (according to Martin Pitt). [REGRESSION POTENTIAL] DKMS package builds will fail. ------------------- Feature Freeze Exception Request: build ordering to build ZFS on Linux (ZoL) is required, the motivating case is for ordering such as modules such as zfs -> spl Without this, we can have incorrect ordering which causes DKMS build failures for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS support module spl to be built first). Pull in fixes from the ZFS on Linux project that enable this ordering to DKMS. updated: SRU request, trusty (24th June, 2016) (updated now from a FFe to a SRU for Wily)(old) SRU request, Wily. [IMPACT] Without this, we can have incorrect ordering which causes DKMS build failures for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS support module spl to be built first). [TEST CASE] Install Wily zfs, occasionally the build ordering will be zfs and the spl, and the zfs DKMS build will fail because spl is not yet built. With the fix, build ordering for zfs will always occur in spl, then zfs order because it uses the new BUILD_DEPENDS directive. Note: The upload will trigger the testing of all DKMS modules, so it'll get an adequate beating by britney (according to Martin Pitt). [REGRESSION POTENTIAL] DKMS package builds will fail. ------------------- Feature Freeze Exception Request: build ordering to build ZFS on Linux (ZoL) is required, the motivating case is for ordering such as modules such as zfs -> spl Without this, we can have incorrect ordering which causes DKMS build failures for multiple kernel module projects, such as ZFS (where ZFS requires the ZFS support module spl to be built first). Pull in fixes from the ZFS on Linux project that enable this ordering to DKMS.
2016-06-24 15:57:52 Colin Ian King attachment added updated debdiff, based against .6 comparing against new .7 https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1491729/+attachment/4689832/+files/dkms-debdiff-attempt-2.diff
2016-07-20 12:38:25 Tim Gardner bug task added dkms (Ubuntu Trusty)
2016-07-20 12:38:45 Tim Gardner dkms (Ubuntu Trusty): assignee Colin Ian King (colin-king)
2016-07-20 12:38:52 Tim Gardner dkms (Ubuntu Trusty): status New In Progress
2016-07-20 13:56:48 Andy Whitcroft dkms (Ubuntu Trusty): status In Progress Fix Committed
2016-07-20 13:56:57 Andy Whitcroft tags 6wind verification-done 6wind
2016-07-20 13:56:57 Andy Whitcroft tags 6wind 6wind verification-needed
2016-07-21 07:06:41 Colin Ian King tags 6wind verification-needed 6wind verification-done
2016-07-25 17:14:04 Mathew Hodson dkms (Ubuntu Trusty): importance Undecided High
2016-07-25 17:14:07 Mathew Hodson dkms (Ubuntu Wily): importance Undecided High
2016-07-28 16:10:38 Launchpad Janitor dkms (Ubuntu Trusty): status Fix Committed Fix Released
2016-08-26 07:57:36 Vincent JARDIN removed subscriber networking-6wind-bugs
2016-08-26 07:57:45 Vincent JARDIN bug added subscriber 6WIND