Activity log for bug #1999556

Date Who What changed Old value New value Message
2022-12-13 17:56:49 Brian Wood bug added bug
2022-12-13 18:01:57 Brian Wood description Added Linux kernel remote branch for Kinetic raspi to test with 22.04 install. When running "make clean" on fresh branch noticed error referencing "hio" driver that's been removed: $ make clean scripts/Makefile.clean:15: ubuntu/hio/Makefile: No such file or directory make[2]: *** No rule to make target 'ubuntu/hio/Makefile'. Stop. make[1]: *** [scripts/Makefile.clean:62: ubuntu/hio] Error 2 make: *** [Makefile:1858: _clean_ubuntu] Error 2 Found that commit cf58599cded35cf4affed1e659c0e2c742d3fda7 missing: commit cf58599cded35cf4affed1e659c0e2c742d3fda7 Author: Thomas Lamprecht <t.lamprecht@proxmox.com> Date: Sat Mar 12 16:19:10 2022 +0100 Ubuntu: remove leftover reference to ubuntu/hio driver A single reference to the hio driver was forgotten when it was removed recently. While this reference is not a problem for the build itself, it breaks the __clean target from 'scripts/Makefile.clean' here, as make cannot enter the "ubuntu/hio" folder for cleaning due to ENOENT. Fixes: 4ea6dd9afa0a0d ("UBUNTU: Remove ubuntu/hio driver") Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com> Acked-by: Tim Gardner <tim.gardner@canonical.com> Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com> Added Linux kernel remote branch for Kinetic raspi to test with 22.04 install (both master and master-next branches). When running "make clean" noticed error referencing "hio" driver that's been removed from Jammy kernels: $ make clean scripts/Makefile.clean:15: ubuntu/hio/Makefile: No such file or directory make[2]: *** No rule to make target 'ubuntu/hio/Makefile'. Stop. make[1]: *** [scripts/Makefile.clean:62: ubuntu/hio] Error 2 make: *** [Makefile:1858: _clean_ubuntu] Error 2 Found that commit cf58599cded35cf4affed1e659c0e2c742d3fda7 missing: commit cf58599cded35cf4affed1e659c0e2c742d3fda7 Author: Thomas Lamprecht <t.lamprecht@proxmox.com> Date: Sat Mar 12 16:19:10 2022 +0100     Ubuntu: remove leftover reference to ubuntu/hio driver     A single reference to the hio driver was forgotten when it was removed     recently. While this reference is not a problem for the build itself, it     breaks the __clean target from 'scripts/Makefile.clean' here, as make     cannot enter the "ubuntu/hio" folder for cleaning due to ENOENT.     Fixes: 4ea6dd9afa0a0d ("UBUNTU: Remove ubuntu/hio driver")     Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>     Acked-by: Tim Gardner <tim.gardner@canonical.com>     Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com> Here's some additional information for code repositories (didn't know if this was helpful), remote.kinetic-raspi.url=https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-raspi/+git/kinetic remote.kinetic-raspi.fetch=+refs/heads/*:refs/remotes/kinetic-raspi/* branch.kinetic-master-next.remote=kinetic-raspi branch.kinetic-master-next.merge=refs/heads/master-next branch.kinetic-master.remote=kinetic-raspi branch.kinetic-master.merge=refs/heads/master
2022-12-14 06:42:58 Juerg Haefliger description Added Linux kernel remote branch for Kinetic raspi to test with 22.04 install (both master and master-next branches). When running "make clean" noticed error referencing "hio" driver that's been removed from Jammy kernels: $ make clean scripts/Makefile.clean:15: ubuntu/hio/Makefile: No such file or directory make[2]: *** No rule to make target 'ubuntu/hio/Makefile'. Stop. make[1]: *** [scripts/Makefile.clean:62: ubuntu/hio] Error 2 make: *** [Makefile:1858: _clean_ubuntu] Error 2 Found that commit cf58599cded35cf4affed1e659c0e2c742d3fda7 missing: commit cf58599cded35cf4affed1e659c0e2c742d3fda7 Author: Thomas Lamprecht <t.lamprecht@proxmox.com> Date: Sat Mar 12 16:19:10 2022 +0100     Ubuntu: remove leftover reference to ubuntu/hio driver     A single reference to the hio driver was forgotten when it was removed     recently. While this reference is not a problem for the build itself, it     breaks the __clean target from 'scripts/Makefile.clean' here, as make     cannot enter the "ubuntu/hio" folder for cleaning due to ENOENT.     Fixes: 4ea6dd9afa0a0d ("UBUNTU: Remove ubuntu/hio driver")     Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>     Acked-by: Tim Gardner <tim.gardner@canonical.com>     Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com> Here's some additional information for code repositories (didn't know if this was helpful), remote.kinetic-raspi.url=https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-raspi/+git/kinetic remote.kinetic-raspi.fetch=+refs/heads/*:refs/remotes/kinetic-raspi/* branch.kinetic-master-next.remote=kinetic-raspi branch.kinetic-master-next.merge=refs/heads/master-next branch.kinetic-master.remote=kinetic-raspi branch.kinetic-master.merge=refs/heads/master [Impact] Added Linux kernel remote branch for Kinetic raspi to test with 22.04 install (both master and master-next branches). When running "make clean" noticed error referencing "hio" driver that's been removed from Jammy kernels: $ make clean scripts/Makefile.clean:15: ubuntu/hio/Makefile: No such file or directory make[2]: *** No rule to make target 'ubuntu/hio/Makefile'. Stop. make[1]: *** [scripts/Makefile.clean:62: ubuntu/hio] Error 2 make: *** [Makefile:1858: _clean_ubuntu] Error 2 Found that commit cf58599cded35cf4affed1e659c0e2c742d3fda7 missing: commit cf58599cded35cf4affed1e659c0e2c742d3fda7 Author: Thomas Lamprecht <t.lamprecht@proxmox.com> Date: Sat Mar 12 16:19:10 2022 +0100     Ubuntu: remove leftover reference to ubuntu/hio driver     A single reference to the hio driver was forgotten when it was removed     recently. While this reference is not a problem for the build itself, it     breaks the __clean target from 'scripts/Makefile.clean' here, as make     cannot enter the "ubuntu/hio" folder for cleaning due to ENOENT.     Fixes: 4ea6dd9afa0a0d ("UBUNTU: Remove ubuntu/hio driver")     Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>     Acked-by: Tim Gardner <tim.gardner@canonical.com>     Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com> Here's some additional information for code repositories (didn't know if this was helpful), remote.kinetic-raspi.url=https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-raspi/+git/kinetic remote.kinetic-raspi.fetch=+refs/heads/*:refs/remotes/kinetic-raspi/* branch.kinetic-master-next.remote=kinetic-raspi branch.kinetic-master-next.merge=refs/heads/master-next branch.kinetic-master.remote=kinetic-raspi branch.kinetic-master.merge=refs/heads/master [Test Case] See above. [Fix] Pick commit cf58599cded35cf4affed1e659c0e2c742d3fda7 from jammy. [Where Problems Could Occur] Build failures.
2022-12-14 06:43:26 Juerg Haefliger affects linux-raspi (Ubuntu) linux (Ubuntu)
2022-12-14 06:43:36 Juerg Haefliger nominated for series Ubuntu Lunar
2022-12-14 06:43:36 Juerg Haefliger bug task added linux (Ubuntu Lunar)
2022-12-14 06:43:36 Juerg Haefliger nominated for series Ubuntu Kinetic
2022-12-14 06:43:36 Juerg Haefliger bug task added linux (Ubuntu Kinetic)
2022-12-14 06:43:44 Juerg Haefliger linux (Ubuntu Kinetic): status New Confirmed
2022-12-14 06:43:48 Juerg Haefliger linux (Ubuntu Lunar): status New Confirmed
2023-01-05 14:51:37 Ubuntu Kernel Bot tags kernel-spammed-jammy-linux-oem-6.1 verification-needed-jammy
2023-01-05 19:17:30 Brian Wood tags kernel-spammed-jammy-linux-oem-6.1 verification-needed-jammy kernel-spammed-jammy-linux-oem-6.1 verification-done-jammy
2023-01-27 21:22:23 Luke Nowakowski-Krijger linux (Ubuntu Kinetic): status Confirmed Fix Committed
2023-02-09 22:37:19 Ubuntu Kernel Bot tags kernel-spammed-jammy-linux-oem-6.1 verification-done-jammy kernel-spammed-jammy-linux-oem-6.1 kernel-spammed-kinetic-linux verification-done-jammy verification-needed-kinetic
2023-03-01 21:42:36 Launchpad Janitor linux (Ubuntu Kinetic): status Fix Committed Fix Released
2023-03-01 21:42:36 Launchpad Janitor cve linked 2022-20369
2023-03-01 21:42:36 Launchpad Janitor cve linked 2022-3545
2023-03-01 21:42:36 Launchpad Janitor cve linked 2022-47520
2023-03-01 21:42:36 Launchpad Janitor cve linked 2023-0179
2023-03-01 21:42:36 Launchpad Janitor cve linked 2023-0461
2023-03-03 01:59:24 Launchpad Janitor linux (Ubuntu Lunar): status Confirmed Fix Released
2023-03-06 00:02:39 Ubuntu Kernel Bot tags kernel-spammed-jammy-linux-oem-6.1 kernel-spammed-kinetic-linux verification-done-jammy verification-needed-kinetic kernel-spammed-jammy-linux-oem-6.1 kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws verification-done-jammy verification-needed-kinetic
2023-03-06 00:57:40 Ubuntu Kernel Bot tags kernel-spammed-jammy-linux-oem-6.1 kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws verification-done-jammy verification-needed-kinetic kernel-spammed-jammy-linux-oem-6.1 kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure verification-done-jammy verification-needed-kinetic
2023-03-16 07:51:59 Ubuntu Kernel Bot tags kernel-spammed-jammy-linux-oem-6.1 kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure verification-done-jammy verification-needed-kinetic kernel-spammed-jammy-linux-oem-6.1 kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure kernel-spammed-kinetic-linux-starfive verification-done-jammy verification-needed-kinetic
2023-03-16 16:17:25 Ubuntu Kernel Bot tags kernel-spammed-jammy-linux-oem-6.1 kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure kernel-spammed-kinetic-linux-starfive verification-done-jammy verification-needed-kinetic kernel-spammed-jammy-linux-oem-6.1 kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure kernel-spammed-kinetic-linux-riscv kernel-spammed-kinetic-linux-starfive verification-done-jammy verification-needed-kinetic
2023-03-16 18:13:48 Ubuntu Kernel Bot tags kernel-spammed-jammy-linux-oem-6.1 kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure kernel-spammed-kinetic-linux-riscv kernel-spammed-kinetic-linux-starfive verification-done-jammy verification-needed-kinetic kernel-spammed-jammy-linux-oem-6.1 kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-allwinner kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure kernel-spammed-kinetic-linux-riscv kernel-spammed-kinetic-linux-starfive verification-done-jammy verification-needed-kinetic
2023-04-11 18:37:30 Ubuntu Kernel Bot tags kernel-spammed-jammy-linux-oem-6.1 kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-allwinner kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure kernel-spammed-kinetic-linux-riscv kernel-spammed-kinetic-linux-starfive verification-done-jammy verification-needed-kinetic kernel-spammed-jammy-linux-nvidia-5.19 kernel-spammed-jammy-linux-oem-6.1 kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-allwinner kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure kernel-spammed-kinetic-linux-riscv kernel-spammed-kinetic-linux-starfive verification-needed-jammy verification-needed-kinetic
2024-01-12 10:49:01 Anthony Wong tags kernel-spammed-jammy-linux-nvidia-5.19 kernel-spammed-jammy-linux-oem-6.1 kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-allwinner kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure kernel-spammed-kinetic-linux-riscv kernel-spammed-kinetic-linux-starfive verification-needed-jammy verification-needed-kinetic fixed-linux-oem-6.5 kernel-spammed-jammy-linux-nvidia-5.19 kernel-spammed-jammy-linux-oem-6.1 kernel-spammed-kinetic-linux kernel-spammed-kinetic-linux-allwinner kernel-spammed-kinetic-linux-aws kernel-spammed-kinetic-linux-azure kernel-spammed-kinetic-linux-riscv kernel-spammed-kinetic-linux-starfive verification-needed-jammy verification-needed-kinetic