Activity log for bug #2019147

Date Who What changed Old value New value Message
2023-05-10 19:34:39 Talha Can Havadar bug added bug
2023-05-10 19:34:39 Talha Can Havadar attachment added 1-1.6.9-3.debdiff https://bugs.launchpad.net/bugs/2019147/+attachment/5672300/+files/1-1.6.9-3.debdiff
2023-05-10 20:13:49 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Sponsors Team
2023-05-15 07:14:25 Talha Can Havadar attachment added Lunar https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/2019147/+attachment/5673091/+files/1-1.6.10-1xlnx1.debdiff
2023-05-16 19:30:03 Lucas Kanashiro nominated for series Ubuntu Jammy
2023-05-16 19:30:03 Lucas Kanashiro bug task added freeipmi (Ubuntu Jammy)
2023-05-16 19:30:03 Lucas Kanashiro nominated for series Ubuntu Kinetic
2023-05-16 19:30:03 Lucas Kanashiro bug task added freeipmi (Ubuntu Kinetic)
2023-05-16 19:30:03 Lucas Kanashiro nominated for series Ubuntu Lunar
2023-05-16 19:30:03 Lucas Kanashiro bug task added freeipmi (Ubuntu Lunar)
2023-05-16 19:30:13 Lucas Kanashiro freeipmi (Ubuntu): status New Fix Released
2023-05-16 20:36:14 Talha Can Havadar description We needed to add Xilinx OEM support to package to enable latest Xilinx tools like xmutil. Latest version of xmutil is dependent to freeipmi that contains Xilinx fru patch. Changes should not impact any existing oem support since it only adds a new capability but it is best to check if existing oem parsing is still working without any issue. Patch is tested on 2 different kinds of Xilinx devices and it is proven to be working. Here is the console output from one of these devices. ``` ubuntu@kria:~$ sudo ipmi-fru --fru-file /sys/bus/i2c/devices/1-0050/eeprom --interpret-oem-data FRU Inventory From File: /sys/bus/i2c/devices/1-0050/eeprom FRU Board Manufacturing Date/Time: 12/20/22 - 12:51:00 FRU Board Manufacturer: XILINX FRU Board Product Name: SMK-K24-XCL2G FRU Board Serial Number: 51281A22C82S FRU Board Part Number: 05128-01 FRU FRU File ID: 00h FRU Board Custom Info: A FRU Board Custom Info: 10h EEh 00h 00h 00h 00h 00h 00h FRU Board Custom Info: 66h 27h 20h 4Bh 4Eh 48h EFh 9Bh 35h 47h 1Ah 02h A2h 63h 66h B5h FRU DC Load Output Number: 1 FRU DC Load Nominal Voltage: 5000 mV FRU DC Load Spec'd Minimum Voltage: 4500 mV FRU DC Load Spec'd Maximum Voltage: 5500 mV FRU DC Load Spec'd Ripple and Noise pk-pk: 100 mV FRU DC Load Minimum Current Load: 0 mA FRU DC Load Maximum Current Load: 2000 mA FRU OEM Manufacturer ID: Xilinx, Inc. (10DAh) FRU OEM MAC Version: DUT - MAC (31h) FRU OEM MAC ID 0: 00:0a:35:18:76:08 FRU OEM Manufacturer ID: Xilinx, Inc. (10DAh) FRU OEM Memory: QSPI:512Mb FRU OEM Memory: eMMC:32GB FRU OEM Memory: PSDDR4:2GB FRU OEM Memory: PLDDR4:None ``` Package with this patch is also released in project private ppa `limerick-proposed`. Here is the request from our partner: #2015825 [ Impact ] * It prevents the users of Xilinx boards to use latest versions of Xilinx SDK tools. * Since Ubuntu is officially supports Xilinx Kria boards, we need to add Xilinx OEM support into freeipmi to enable latest Xilinx SDK tools on jammy, kinetic and lunar. [ Test Plan ] * Xilinx OEM data parsing is not supported on current version of freeipmi. So when you try to run `sudo ipmi-fru --fru-file /sys/bus/i2c/devices/1-0050/eeprom --interpret-oem-data` on a Xilinx Kria board you wont be able to get the oem specific data. * When the patch is applied, you must be able to see the Xilinx OEM data parsed successfully as in following output. ``` ubuntu@kria:~$ sudo ipmi-fru --fru-file /sys/bus/i2c/devices/1-0050/eeprom --interpret-oem-data FRU Inventory From File: /sys/bus/i2c/devices/1-0050/eeprom FRU Board Manufacturing Date/Time: 12/20/22 - 12:51:00 FRU Board Manufacturer: XILINX FRU Board Product Name: SMK-K24-XCL2G FRU Board Serial Number: 51281A22C82S FRU Board Part Number: 05128-01 FRU FRU File ID: 00h FRU Board Custom Info: A FRU Board Custom Info: 10h EEh 00h 00h 00h 00h 00h 00h FRU Board Custom Info: 66h 27h 20h 4Bh 4Eh 48h EFh 9Bh 35h 47h 1Ah 02h A2h 63h 66h B5h FRU DC Load Output Number: 1 FRU DC Load Nominal Voltage: 5000 mV FRU DC Load Spec'd Minimum Voltage: 4500 mV FRU DC Load Spec'd Maximum Voltage: 5500 mV FRU DC Load Spec'd Ripple and Noise pk-pk: 100 mV FRU DC Load Minimum Current Load: 0 mA FRU DC Load Maximum Current Load: 2000 mA FRU OEM Manufacturer ID: Xilinx, Inc. (10DAh) FRU OEM MAC Version: DUT - MAC (31h) FRU OEM MAC ID 0: 00:0a:35:18:76:08 FRU OEM Manufacturer ID: Xilinx, Inc. (10DAh) FRU OEM Memory: QSPI:512Mb FRU OEM Memory: eMMC:32GB FRU OEM Memory: PSDDR4:2GB FRU OEM Memory: PLDDR4:None ``` [ Where problems could occur ] * Since the change is only on OEM data parsing part of `ipmi-fru` tool it could only break `--interpret-oem-data` option for Xilinx boards. * This change must not introduce a regression since the Xilinx OEM support will be newly added via this patch. * Plus, patch is already in stable branch of the upstream project so it is accepted by the maintainer as a stable patch. [ Other Info ] * This patch request is created after evaluating LP #2015825.
2023-05-25 13:18:14 Athos Ribeiro bug added subscriber Ubuntu Server
2023-05-25 13:18:19 Athos Ribeiro freeipmi (Ubuntu Jammy): status New Triaged
2023-05-25 13:18:21 Athos Ribeiro freeipmi (Ubuntu Kinetic): status New Triaged
2023-05-25 13:18:23 Athos Ribeiro freeipmi (Ubuntu Lunar): status New Triaged
2023-05-25 13:18:49 Athos Ribeiro tags patch bitesize patch server-todo
2023-05-25 13:20:51 Athos Ribeiro bug added subscriber Athos Ribeiro
2023-05-25 13:42:33 Talha Can Havadar attachment added jammy_and_kinetic-1.debdiff https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/2019147/+attachment/5675627/+files/jammy_and_kinetic-1.debdiff
2023-05-25 13:42:57 Talha Can Havadar attachment added lunar-1.debdiff https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/2019147/+attachment/5675628/+files/lunar-1.debdiff
2023-05-25 13:44:18 Talha Can Havadar attachment removed Lunar https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/2019147/+attachment/5673091/+files/1-1.6.10-1xlnx1.debdiff
2023-05-25 13:44:25 Talha Can Havadar attachment removed 1-1.6.9-3.debdiff https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/2019147/+attachment/5672300/+files/1-1.6.9-3.debdiff
2023-05-26 08:52:52 Talha Can Havadar attachment added lunar-2.debdiff https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/2019147/+attachment/5675806/+files/lunar-2.debdiff
2023-05-26 08:53:14 Talha Can Havadar attachment added jammy_and_kinetic-2.debdiff https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/2019147/+attachment/5675807/+files/jammy_and_kinetic-2.debdiff
2023-05-26 08:53:24 Talha Can Havadar attachment removed jammy_and_kinetic-1.debdiff https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/2019147/+attachment/5675627/+files/jammy_and_kinetic-1.debdiff
2023-05-26 08:53:33 Talha Can Havadar attachment removed lunar-1.debdiff https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/2019147/+attachment/5675628/+files/lunar-1.debdiff
2023-05-30 08:38:23 Talha Can Havadar attachment added 1-lunar.debdiff https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/2019147/+attachment/5676559/+files/1-lunar.debdiff
2023-05-30 08:38:32 Talha Can Havadar attachment removed lunar-2.debdiff https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/2019147/+attachment/5675806/+files/lunar-2.debdiff
2023-05-30 08:38:39 Talha Can Havadar attachment removed jammy_and_kinetic-2.debdiff https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/2019147/+attachment/5675807/+files/jammy_and_kinetic-2.debdiff
2023-05-30 08:48:09 Talha Can Havadar attachment removed 1-lunar.debdiff https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/2019147/+attachment/5676559/+files/1-lunar.debdiff
2023-05-30 09:01:16 Talha Can Havadar attachment added 2-lunar.debdiff https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/2019147/+attachment/5676562/+files/2-lunar.debdiff
2023-05-30 09:01:34 Talha Can Havadar attachment added 2-jammy.debdiff https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/2019147/+attachment/5676563/+files/2-jammy.debdiff
2023-05-30 09:02:26 Talha Can Havadar attachment added 2-kinetic.debdiff https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/2019147/+attachment/5676564/+files/2-kinetic.debdiff
2023-05-30 14:23:02 Talha Can Havadar attachment added 3-lunar.debdiff https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/2019147/+attachment/5676624/+files/3-lunar.debdiff
2023-05-30 14:23:13 Talha Can Havadar attachment added 3-kinetic.debdiff https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/2019147/+attachment/5676625/+files/3-kinetic.debdiff
2023-05-30 14:23:13 Talha Can Havadar attachment added 3-kinetic.debdiff https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/2019147/+attachment/5676626/+files/3-kinetic.debdiff
2023-05-30 14:23:26 Talha Can Havadar attachment added 3-jammy.debdiff https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/2019147/+attachment/5676627/+files/3-jammy.debdiff
2023-05-30 14:24:04 Talha Can Havadar attachment removed 3-kinetic.debdiff https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/2019147/+attachment/5676625/+files/3-kinetic.debdiff
2023-05-31 14:09:07 Robie Basak description [ Impact ] * It prevents the users of Xilinx boards to use latest versions of Xilinx SDK tools. * Since Ubuntu is officially supports Xilinx Kria boards, we need to add Xilinx OEM support into freeipmi to enable latest Xilinx SDK tools on jammy, kinetic and lunar. [ Test Plan ] * Xilinx OEM data parsing is not supported on current version of freeipmi. So when you try to run `sudo ipmi-fru --fru-file /sys/bus/i2c/devices/1-0050/eeprom --interpret-oem-data` on a Xilinx Kria board you wont be able to get the oem specific data. * When the patch is applied, you must be able to see the Xilinx OEM data parsed successfully as in following output. ``` ubuntu@kria:~$ sudo ipmi-fru --fru-file /sys/bus/i2c/devices/1-0050/eeprom --interpret-oem-data FRU Inventory From File: /sys/bus/i2c/devices/1-0050/eeprom FRU Board Manufacturing Date/Time: 12/20/22 - 12:51:00 FRU Board Manufacturer: XILINX FRU Board Product Name: SMK-K24-XCL2G FRU Board Serial Number: 51281A22C82S FRU Board Part Number: 05128-01 FRU FRU File ID: 00h FRU Board Custom Info: A FRU Board Custom Info: 10h EEh 00h 00h 00h 00h 00h 00h FRU Board Custom Info: 66h 27h 20h 4Bh 4Eh 48h EFh 9Bh 35h 47h 1Ah 02h A2h 63h 66h B5h FRU DC Load Output Number: 1 FRU DC Load Nominal Voltage: 5000 mV FRU DC Load Spec'd Minimum Voltage: 4500 mV FRU DC Load Spec'd Maximum Voltage: 5500 mV FRU DC Load Spec'd Ripple and Noise pk-pk: 100 mV FRU DC Load Minimum Current Load: 0 mA FRU DC Load Maximum Current Load: 2000 mA FRU OEM Manufacturer ID: Xilinx, Inc. (10DAh) FRU OEM MAC Version: DUT - MAC (31h) FRU OEM MAC ID 0: 00:0a:35:18:76:08 FRU OEM Manufacturer ID: Xilinx, Inc. (10DAh) FRU OEM Memory: QSPI:512Mb FRU OEM Memory: eMMC:32GB FRU OEM Memory: PSDDR4:2GB FRU OEM Memory: PLDDR4:None ``` [ Where problems could occur ] * Since the change is only on OEM data parsing part of `ipmi-fru` tool it could only break `--interpret-oem-data` option for Xilinx boards. * This change must not introduce a regression since the Xilinx OEM support will be newly added via this patch. * Plus, patch is already in stable branch of the upstream project so it is accepted by the maintainer as a stable patch. [ Other Info ] * This patch request is created after evaluating LP #2015825. [ Impact ]  * It prevents the users of Xilinx boards to use latest versions of Xilinx SDK tools.  * Since Ubuntu is officially supports Xilinx Kria boards, we need to add Xilinx OEM support into freeipmi to enable latest Xilinx SDK tools on jammy, kinetic and lunar. [ Test Plan ]  * Xilinx OEM data parsing is not supported on current version of freeipmi. So when you try to run `sudo ipmi-fru --fru-file /sys/bus/i2c/devices/1-0050/eeprom --interpret-oem-data` on a Xilinx Kria board you wont be able to get the oem specific data.  * When the patch is applied, you must be able to see the Xilinx OEM data parsed successfully as in following output. ``` ubuntu@kria:~$ sudo ipmi-fru --fru-file /sys/bus/i2c/devices/1-0050/eeprom --interpret-oem-data FRU Inventory From File: /sys/bus/i2c/devices/1-0050/eeprom FRU Board Manufacturing Date/Time: 12/20/22 - 12:51:00 FRU Board Manufacturer: XILINX FRU Board Product Name: SMK-K24-XCL2G FRU Board Serial Number: 51281A22C82S FRU Board Part Number: 05128-01 FRU FRU File ID: 00h FRU Board Custom Info: A FRU Board Custom Info: 10h EEh 00h 00h 00h 00h 00h 00h FRU Board Custom Info: 66h 27h 20h 4Bh 4Eh 48h EFh 9Bh 35h 47h 1Ah 02h A2h 63h 66h B5h FRU DC Load Output Number: 1 FRU DC Load Nominal Voltage: 5000 mV FRU DC Load Spec'd Minimum Voltage: 4500 mV FRU DC Load Spec'd Maximum Voltage: 5500 mV FRU DC Load Spec'd Ripple and Noise pk-pk: 100 mV FRU DC Load Minimum Current Load: 0 mA FRU DC Load Maximum Current Load: 2000 mA FRU OEM Manufacturer ID: Xilinx, Inc. (10DAh) FRU OEM MAC Version: DUT - MAC (31h) FRU OEM MAC ID 0: 00:0a:35:18:76:08 FRU OEM Manufacturer ID: Xilinx, Inc. (10DAh) FRU OEM Memory: QSPI:512Mb FRU OEM Memory: eMMC:32GB FRU OEM Memory: PSDDR4:2GB FRU OEM Memory: PLDDR4:None ``` [ Where problems could occur ]  * Since the change is only on OEM data parsing part of `ipmi-fru` tool it could only break `--interpret-oem-data` option for Xilinx boards.  * This change must not introduce a regression since the Xilinx OEM support will be newly added via this patch.  * Plus, patch is already in stable branch of the upstream project so it is accepted by the maintainer as a stable patch. [ Other Info ]  * This patch request is created after evaluating bug 2015825. * [racb] This should really be the same bug as bug 2019106 but I'm not retrospectively duping them as that'd probably make things more complicated.
2023-05-31 14:27:47 Robie Basak description [ Impact ]  * It prevents the users of Xilinx boards to use latest versions of Xilinx SDK tools.  * Since Ubuntu is officially supports Xilinx Kria boards, we need to add Xilinx OEM support into freeipmi to enable latest Xilinx SDK tools on jammy, kinetic and lunar. [ Test Plan ]  * Xilinx OEM data parsing is not supported on current version of freeipmi. So when you try to run `sudo ipmi-fru --fru-file /sys/bus/i2c/devices/1-0050/eeprom --interpret-oem-data` on a Xilinx Kria board you wont be able to get the oem specific data.  * When the patch is applied, you must be able to see the Xilinx OEM data parsed successfully as in following output. ``` ubuntu@kria:~$ sudo ipmi-fru --fru-file /sys/bus/i2c/devices/1-0050/eeprom --interpret-oem-data FRU Inventory From File: /sys/bus/i2c/devices/1-0050/eeprom FRU Board Manufacturing Date/Time: 12/20/22 - 12:51:00 FRU Board Manufacturer: XILINX FRU Board Product Name: SMK-K24-XCL2G FRU Board Serial Number: 51281A22C82S FRU Board Part Number: 05128-01 FRU FRU File ID: 00h FRU Board Custom Info: A FRU Board Custom Info: 10h EEh 00h 00h 00h 00h 00h 00h FRU Board Custom Info: 66h 27h 20h 4Bh 4Eh 48h EFh 9Bh 35h 47h 1Ah 02h A2h 63h 66h B5h FRU DC Load Output Number: 1 FRU DC Load Nominal Voltage: 5000 mV FRU DC Load Spec'd Minimum Voltage: 4500 mV FRU DC Load Spec'd Maximum Voltage: 5500 mV FRU DC Load Spec'd Ripple and Noise pk-pk: 100 mV FRU DC Load Minimum Current Load: 0 mA FRU DC Load Maximum Current Load: 2000 mA FRU OEM Manufacturer ID: Xilinx, Inc. (10DAh) FRU OEM MAC Version: DUT - MAC (31h) FRU OEM MAC ID 0: 00:0a:35:18:76:08 FRU OEM Manufacturer ID: Xilinx, Inc. (10DAh) FRU OEM Memory: QSPI:512Mb FRU OEM Memory: eMMC:32GB FRU OEM Memory: PSDDR4:2GB FRU OEM Memory: PLDDR4:None ``` [ Where problems could occur ]  * Since the change is only on OEM data parsing part of `ipmi-fru` tool it could only break `--interpret-oem-data` option for Xilinx boards.  * This change must not introduce a regression since the Xilinx OEM support will be newly added via this patch.  * Plus, patch is already in stable branch of the upstream project so it is accepted by the maintainer as a stable patch. [ Other Info ]  * This patch request is created after evaluating bug 2015825. * [racb] This should really be the same bug as bug 2019106 but I'm not retrospectively duping them as that'd probably make things more complicated. [ Impact ]  * It prevents the users of Xilinx boards to use latest versions of Xilinx SDK tools.  * Since Ubuntu is officially supports Xilinx Kria boards, we need to add Xilinx OEM support into freeipmi to enable latest Xilinx SDK tools on jammy, kinetic and lunar. [ Test Plan ]  * Xilinx OEM data parsing is not supported on current version of freeipmi. So when you try to run `sudo ipmi-fru --fru-file /sys/bus/i2c/devices/1-0050/eeprom --interpret-oem-data` on a Xilinx Kria board you wont be able to get the oem specific data.  * When the patch is applied, you must be able to see the Xilinx OEM data parsed successfully as in following output. ``` ubuntu@kria:~$ sudo ipmi-fru --fru-file /sys/bus/i2c/devices/1-0050/eeprom --interpret-oem-data FRU Inventory From File: /sys/bus/i2c/devices/1-0050/eeprom FRU Board Manufacturing Date/Time: 12/20/22 - 12:51:00 FRU Board Manufacturer: XILINX FRU Board Product Name: SMK-K24-XCL2G FRU Board Serial Number: 51281A22C82S FRU Board Part Number: 05128-01 FRU FRU File ID: 00h FRU Board Custom Info: A FRU Board Custom Info: 10h EEh 00h 00h 00h 00h 00h 00h FRU Board Custom Info: 66h 27h 20h 4Bh 4Eh 48h EFh 9Bh 35h 47h 1Ah 02h A2h 63h 66h B5h FRU DC Load Output Number: 1 FRU DC Load Nominal Voltage: 5000 mV FRU DC Load Spec'd Minimum Voltage: 4500 mV FRU DC Load Spec'd Maximum Voltage: 5500 mV FRU DC Load Spec'd Ripple and Noise pk-pk: 100 mV FRU DC Load Minimum Current Load: 0 mA FRU DC Load Maximum Current Load: 2000 mA FRU OEM Manufacturer ID: Xilinx, Inc. (10DAh) FRU OEM MAC Version: DUT - MAC (31h) FRU OEM MAC ID 0: 00:0a:35:18:76:08 FRU OEM Manufacturer ID: Xilinx, Inc. (10DAh) FRU OEM Memory: QSPI:512Mb FRU OEM Memory: eMMC:32GB FRU OEM Memory: PSDDR4:2GB FRU OEM Memory: PLDDR4:None ``` [ Where problems could occur ]  * Since the change is only on OEM data parsing part of `ipmi-fru` tool it could only break `--interpret-oem-data` option for Xilinx boards.  * This change must not introduce a regression since the Xilinx OEM support will be newly added via this patch.  * Plus, patch is already in stable branch of the upstream project so it is accepted by the maintainer as a stable patch. * [racb] The common code being changed looks for a new manufacturer_id of IPMI_IANA_ENTERPRISE_ID_XILINX (defined to be 4314) and follows a different path in that case, including a (slightly) early exit that skips the output of generic hex data. Presumably this deliberately changes behaviour to provide richer output. Anyone relying on the previous hex output behaviour will be broken, but this seems deliberate and acceptable as part of hardware enablement. * [racb] If some other board identifies the same way, then behaviour on that board will chage, too. [ Other Info ]  * This patch request is created after evaluating LP #2015825.
2023-05-31 14:30:44 Robie Basak freeipmi (Ubuntu Lunar): status Triaged Fix Committed
2023-05-31 14:30:44 Robie Basak bug added subscriber Ubuntu Stable Release Updates Team
2023-05-31 14:30:46 Robie Basak bug added subscriber SRU Verification
2023-05-31 14:30:47 Robie Basak tags bitesize patch server-todo bitesize patch server-todo verification-needed verification-needed-lunar
2023-05-31 14:31:09 Robie Basak removed subscriber Ubuntu Sponsors
2023-05-31 14:31:14 Robie Basak freeipmi (Ubuntu Kinetic): status Triaged Fix Committed
2023-05-31 14:31:17 Robie Basak tags bitesize patch server-todo verification-needed verification-needed-lunar bitesize patch server-todo verification-needed verification-needed-kinetic verification-needed-lunar
2023-05-31 14:31:24 Robie Basak freeipmi (Ubuntu Jammy): status Triaged Fix Committed
2023-05-31 14:31:26 Robie Basak tags bitesize patch server-todo verification-needed verification-needed-kinetic verification-needed-lunar bitesize patch server-todo verification-needed verification-needed-jammy verification-needed-kinetic verification-needed-lunar
2023-06-12 22:33:58 Talha Can Havadar tags bitesize patch server-todo verification-needed verification-needed-jammy verification-needed-kinetic verification-needed-lunar bitesize patch server-todo verification-done-jammy verification-needed verification-needed-kinetic verification-needed-lunar
2023-06-13 13:43:48 Talha Can Havadar tags bitesize patch server-todo verification-done-jammy verification-needed verification-needed-kinetic verification-needed-lunar bitesize patch server-todo verification-done-jammy verification-done-kinetic verification-needed verification-needed-lunar
2023-06-13 13:58:45 Talha Can Havadar tags bitesize patch server-todo verification-done-jammy verification-done-kinetic verification-needed verification-needed-lunar bitesize patch server-todo verification-done verification-done-jammy verification-done-kinetic verification-done-lunar
2023-06-14 14:32:43 Launchpad Janitor freeipmi (Ubuntu Lunar): status Fix Committed Fix Released
2023-06-14 14:32:50 Robie Basak removed subscriber Ubuntu Stable Release Updates Team
2023-06-14 14:32:54 Launchpad Janitor freeipmi (Ubuntu Kinetic): status Fix Committed Fix Released
2023-06-14 14:32:58 Launchpad Janitor freeipmi (Ubuntu Jammy): status Fix Committed Fix Released