[Kernel-packages] [Bug 1999556] Re: commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in kinetic master to remove "hio" reference from Makefile

2024-01-12 Thread Anthony Wong
** Tags added: fixed-linux-oem-6.5

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1999556

Title:
  commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in
  kinetic master to remove "hio" reference from Makefile

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Kinetic:
  Fix Released
Status in linux source package in Lunar:
  Fix Released

Bug description:
  [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 
  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 
  Acked-by: Tim Gardner 
  Signed-off-by: Paolo Pisati 

  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1999556/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1999556] Re: commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in kinetic master to remove "hio" reference from Makefile

2023-04-11 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-
nvidia-5.19/5.19.0-1009.9 kernel in -proposed solves the problem. Please
test the kernel and update this bug with the results. If the problem is
solved, change the tag 'verification-needed-jammy' to 'verification-
done-jammy'. If the problem still exists, change the tag 'verification-
needed-jammy' to 'verification-failed-jammy'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags removed: verification-done-jammy
** Tags added: kernel-spammed-jammy-linux-nvidia-5.19 verification-needed-jammy

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1999556

Title:
  commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in
  kinetic master to remove "hio" reference from Makefile

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Kinetic:
  Fix Released
Status in linux source package in Lunar:
  Fix Released

Bug description:
  [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 
  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 
  Acked-by: Tim Gardner 
  Signed-off-by: Paolo Pisati 

  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1999556/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1999556] Re: commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in kinetic master to remove "hio" reference from Makefile

2023-03-16 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-allwinner/5.19.0-1009.9
kernel in -proposed solves the problem. Please test the kernel and
update this bug with the results. If the problem is solved, change the
tag 'verification-needed-kinetic' to 'verification-done-kinetic'. If the
problem still exists, change the tag 'verification-needed-kinetic' to
'verification-failed-kinetic'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: kernel-spammed-kinetic-linux-allwinner

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1999556

Title:
  commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in
  kinetic master to remove "hio" reference from Makefile

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Kinetic:
  Fix Released
Status in linux source package in Lunar:
  Fix Released

Bug description:
  [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 
  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 
  Acked-by: Tim Gardner 
  Signed-off-by: Paolo Pisati 

  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1999556/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1999556] Re: commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in kinetic master to remove "hio" reference from Makefile

2023-03-16 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-riscv/5.19.0-1015.16
kernel in -proposed solves the problem. Please test the kernel and
update this bug with the results. If the problem is solved, change the
tag 'verification-needed-kinetic' to 'verification-done-kinetic'. If the
problem still exists, change the tag 'verification-needed-kinetic' to
'verification-failed-kinetic'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: kernel-spammed-kinetic-linux-riscv

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1999556

Title:
  commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in
  kinetic master to remove "hio" reference from Makefile

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Kinetic:
  Fix Released
Status in linux source package in Lunar:
  Fix Released

Bug description:
  [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 
  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 
  Acked-by: Tim Gardner 
  Signed-off-by: Paolo Pisati 

  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1999556/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1999556] Re: commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in kinetic master to remove "hio" reference from Makefile

2023-03-16 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-starfive/5.19.0-1014.16
kernel in -proposed solves the problem. Please test the kernel and
update this bug with the results. If the problem is solved, change the
tag 'verification-needed-kinetic' to 'verification-done-kinetic'. If the
problem still exists, change the tag 'verification-needed-kinetic' to
'verification-failed-kinetic'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: kernel-spammed-kinetic-linux-starfive

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1999556

Title:
  commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in
  kinetic master to remove "hio" reference from Makefile

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Kinetic:
  Fix Released
Status in linux source package in Lunar:
  Fix Released

Bug description:
  [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 
  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 
  Acked-by: Tim Gardner 
  Signed-off-by: Paolo Pisati 

  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1999556/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1999556] Re: commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in kinetic master to remove "hio" reference from Makefile

2023-03-05 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-azure/5.19.0-1022.23
kernel in -proposed solves the problem. Please test the kernel and
update this bug with the results. If the problem is solved, change the
tag 'verification-needed-kinetic' to 'verification-done-kinetic'. If the
problem still exists, change the tag 'verification-needed-kinetic' to
'verification-failed-kinetic'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: kernel-spammed-kinetic-linux-azure

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1999556

Title:
  commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in
  kinetic master to remove "hio" reference from Makefile

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Kinetic:
  Fix Released
Status in linux source package in Lunar:
  Fix Released

Bug description:
  [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 
  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 
  Acked-by: Tim Gardner 
  Signed-off-by: Paolo Pisati 

  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1999556/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1999556] Re: commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in kinetic master to remove "hio" reference from Makefile

2023-03-05 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-aws/5.19.0-1021.22
kernel in -proposed solves the problem. Please test the kernel and
update this bug with the results. If the problem is solved, change the
tag 'verification-needed-kinetic' to 'verification-done-kinetic'. If the
problem still exists, change the tag 'verification-needed-kinetic' to
'verification-failed-kinetic'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: kernel-spammed-kinetic-linux-aws

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1999556

Title:
  commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in
  kinetic master to remove "hio" reference from Makefile

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Kinetic:
  Fix Released
Status in linux source package in Lunar:
  Fix Released

Bug description:
  [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 
  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 
  Acked-by: Tim Gardner 
  Signed-off-by: Paolo Pisati 

  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1999556/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1999556] Re: commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in kinetic master to remove "hio" reference from Makefile

2023-03-02 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 6.1.0-16.16

---
linux (6.1.0-16.16) lunar; urgency=medium

  * lunar/linux: 6.1.0-16.16 -proposed tracker (LP: #2008480)

  * Packaging resync (LP: #1786013)
- debian/dkms-versions -- temporarily drop broken dkms

 -- Andrea Righi   Fri, 24 Feb 2023 14:24:48
+0100

** Changed in: linux (Ubuntu Lunar)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1999556

Title:
  commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in
  kinetic master to remove "hio" reference from Makefile

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Kinetic:
  Fix Released
Status in linux source package in Lunar:
  Fix Released

Bug description:
  [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 
  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 
  Acked-by: Tim Gardner 
  Signed-off-by: Paolo Pisati 

  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1999556/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1999556] Re: commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in kinetic master to remove "hio" reference from Makefile

2023-03-01 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.19.0-35.36

---
linux (5.19.0-35.36) kinetic; urgency=medium

  * kinetic/linux: 5.19.0-35.36 -proposed tracker (LP: #2004652)

  * CVE-2023-0461
- SAUCE: Fix inet_csk_listen_start after CVE-2023-0461

linux (5.19.0-34.35) kinetic; urgency=medium

  * kinetic/linux: 5.19.0-34.35 -proposed tracker (LP: #2004299)

  * LXD containers using shiftfs on ZFS or TMPFS broken on 5.15.0-48.54
(LP: #1990849)
- [SAUCE] shiftfs: fix -EOVERFLOW inside the container

  * Kinetic update: upstream stable patchset 2023-01-27 (LP: #2004051)
- ASoC: fsl_sai: use local device pointer
- serial: Add rs485_supported to uart_port
- serial: fsl_lpuart: Fill in rs485_supported
- x86/sgx: Create utility to validate user provided offset and length
- x86/sgx: Add overflow check in sgx_validate_offset_length()
- binder: validate alloc->mm in ->mmap() handler
- ceph: Use kcalloc for allocating multiple elements
- ceph: fix NULL pointer dereference for req->r_session
- wifi: mac80211: fix memory free error when registering wiphy fail
- wifi: mac80211_hwsim: fix debugfs attribute ps with rc table support
- riscv: dts: sifive unleashed: Add PWM controlled LEDs
- audit: fix undefined behavior in bit shift for AUDIT_BIT
- wifi: airo: do not assign -1 to unsigned char
- wifi: mac80211: Fix ack frame idr leak when mesh has no route
- wifi: ath11k: Fix QCN9074 firmware boot on x86
- spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for every run
- selftests/bpf: Add verifier test for release_reference()
- Revert "net: macsec: report real_dev features when HW offloading is 
enabled"
- platform/x86: ideapad-laptop: Disable touchpad_switch
- platform/x86: touchscreen_dmi: Add info for the RCA Cambio W101 v2 2-in-1
- platform/x86/intel/pmt: Sapphire Rapids PMT errata fix
- scsi: ibmvfc: Avoid path failures during live migration
- scsi: scsi_debug: Make the READ CAPACITY response compliant with ZBC
- drm: panel-orientation-quirks: Add quirk for Acer Switch V 10 (SW5-017)
- block, bfq: fix null pointer dereference in bfq_bio_bfqg()
- arm64/syscall: Include asm/ptrace.h in syscall_wrapper header.
- nvmet: fix memory leak in nvmet_subsys_attr_model_store_locked
- Revert "drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10
  properly""
- ALSA: usb-audio: add quirk to fix Hamedal C20 disconnect issue
- RISC-V: vdso: Do not add missing symbols to version section in linker 
script
- MIPS: pic32: treat port as signed integer
- xfrm: fix "disable_policy" on ipv4 early demux
- xfrm: replay: Fix ESN wrap around for GSO
- af_key: Fix send_acquire race with pfkey_register
- ARM: dts: am335x-pcm-953: Define fixed regulators in root node
- ASoC: hdac_hda: fix hda pcm buffer overflow issue
- ASoC: sgtl5000: Reset the CHIP_CLK_CTRL reg on remove
- ASoC: soc-pcm: Don't zero TDM masks in __soc_pcm_open()
- x86/hyperv: Restore VP assist page after cpu offlining/onlining
- scsi: storvsc: Fix handling of srb_status and capacity change events
- ASoC: max98373: Add checks for devm_kcalloc
- regulator: core: fix kobject release warning and memory leak in
  regulator_register()
- spi: dw-dma: decrease reference count in dw_spi_dma_init_mfld()
- regulator: core: fix UAF in destroy_regulator()
- bus: sunxi-rsb: Remove the shutdown callback
- bus: sunxi-rsb: Support atomic transfers
- tee: optee: fix possible memory leak in optee_register_device()
- ARM: dts: at91: sam9g20ek: enable udc vbus gpio pinctrl
- selftests: mptcp: fix mibit vs mbit mix up
- net: liquidio: simplify if expression
- rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-
  CAN-15975]
- net: dsa: sja1105: disallow C45 transactions on the BASE-TX MDIO bus
- nfc/nci: fix race with opening and closing
- net: pch_gbe: fix potential memleak in pch_gbe_tx_queue()
- 9p/fd: fix issue of list_del corruption in p9_fd_cancel()
- netfilter: conntrack: Fix data-races around ct mark
- netfilter: nf_tables: do not set up extensions for end interval
- iavf: Fix a crash during reset task
- iavf: Do not restart Tx queues after reset task failure
- iavf: Fix race condition between iavf_shutdown and iavf_remove
- ARM: mxs: fix memory leak in mxs_machine_init()
- ARM: dts: imx6q-prti6q: Fix ref/tcxo-clock-frequency properties
- net: ethernet: mtk_eth_soc: fix error handling in mtk_open()
- net/mlx4: Check retval of mlx4_bitmap_init
- net: mvpp2: fix possible invalid pointer dereference
- net/qla3xxx: fix potential memleak in ql3xxx_send()
- octeontx2-af: debugsfs: fix pci device refcount leak
- net: pch_gbe: fix pci device refcount leak while module exiting
- nfp: fill splittable of devlink_port_attrs correctly
- nfp: add port from netdev 

[Kernel-packages] [Bug 1999556] Re: commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in kinetic master to remove "hio" reference from Makefile

2023-02-09 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux/5.19.0-35.36 kernel in
-proposed solves the problem. Please test the kernel and update this bug
with the results. If the problem is solved, change the tag
'verification-needed-kinetic' to 'verification-done-kinetic'. If the
problem still exists, change the tag 'verification-needed-kinetic' to
'verification-failed-kinetic'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: kernel-spammed-kinetic-linux verification-needed-kinetic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1999556

Title:
  commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in
  kinetic master to remove "hio" reference from Makefile

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Kinetic:
  Fix Committed
Status in linux source package in Lunar:
  Confirmed

Bug description:
  [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 
  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 
  Acked-by: Tim Gardner 
  Signed-off-by: Paolo Pisati 

  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1999556/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1999556] Re: commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in kinetic master to remove "hio" reference from Makefile

2023-01-27 Thread Luke Nowakowski-Krijger
** Changed in: linux (Ubuntu Kinetic)
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1999556

Title:
  commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in
  kinetic master to remove "hio" reference from Makefile

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Kinetic:
  Fix Committed
Status in linux source package in Lunar:
  Confirmed

Bug description:
  [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 
  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 
  Acked-by: Tim Gardner 
  Signed-off-by: Paolo Pisati 

  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1999556/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1999556] Re: commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in kinetic master to remove "hio" reference from Makefile

2023-01-05 Thread Brian Wood
Cloned "https://git.launchpad.net/~canonical-
kernel/ubuntu/+source/linux-oem/+git/jammy"

Checked out branch: origin/oem-6.1-next  e5a7793058a0 UBUNTU: Ubuntu-
oem-6.1-6.1.0-1004.4

Verified commit present to fix issue listed in bug sighting:

commit 46037daaddc52842faba587aed2351c152e0c0dd
Author: Thomas Lamprecht 
Date:   Wed Dec 14 07:44:58 2022 +0100

UBUNTU: SAUCE: remove leftover reference to ubuntu/hio driver

BugLink: https://bugs.launchpad.net/bugs/1999556

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 
Acked-by: Tim Gardner 
Signed-off-by: Paolo Pisati 
Signed-off-by: Juerg Haefliger 
Signed-off-by: Andrea Righi 

Test build of kernel and using "make clean" works as expected.

** Tags removed: verification-needed-jammy
** Tags added: verification-done-jammy

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1999556

Title:
  commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in
  kinetic master to remove "hio" reference from Makefile

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Kinetic:
  Confirmed
Status in linux source package in Lunar:
  Confirmed

Bug description:
  [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 
  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 
  Acked-by: Tim Gardner 
  Signed-off-by: Paolo Pisati 

  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1999556/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1999556] Re: commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in kinetic master to remove "hio" reference from Makefile

2023-01-05 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-oem-6.1/6.1.0-1004.4
kernel in -proposed solves the problem. Please test the kernel and
update this bug with the results. If the problem is solved, change the
tag 'verification-needed-jammy' to 'verification-done-jammy'. If the
problem still exists, change the tag 'verification-needed-jammy' to
'verification-failed-jammy'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: kernel-spammed-jammy-linux-oem-6.1 verification-needed-jammy

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1999556

Title:
  commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in
  kinetic master to remove "hio" reference from Makefile

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Kinetic:
  Confirmed
Status in linux source package in Lunar:
  Confirmed

Bug description:
  [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 
  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 
  Acked-by: Tim Gardner 
  Signed-off-by: Paolo Pisati 

  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1999556/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1999556] Re: commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in kinetic master to remove "hio" reference from Makefile

2022-12-13 Thread Juerg Haefliger
** Description changed:

+ [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 
  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 
  Acked-by: Tim Gardner 
  Signed-off-by: Paolo Pisati 
  
  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.

** Package changed: linux-raspi (Ubuntu) => linux (Ubuntu)

** Also affects: linux (Ubuntu Lunar)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Kinetic)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Kinetic)
   Status: New => Confirmed

** Changed in: linux (Ubuntu Lunar)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1999556

Title:
  commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in
  kinetic master to remove "hio" reference from Makefile

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Kinetic:
  Confirmed
Status in linux source package in Lunar:
  Confirmed

Bug description:
  [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 
  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 
  Acked-by: Tim Gardner 
  Signed-off-by: Paolo Pisati 

  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1999556/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp