This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:
apport-collect 1959911
and then change the status of the bug to 'Confirmed'.
If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.
This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.
** Changed in: linux (Ubuntu)
Status: New => Incomplete
** Changed in: linux (Ubuntu Focal)
Status: New => Incomplete
--
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/1959911
Title:
ddcci-dkms fails to install with linux 5.15 on focal
Status in linux package in Ubuntu:
Incomplete
Status in linux source package in Focal:
Incomplete
Bug description:
[Impact]
dcci-dkms is failing with the following build error on focal with the
new 5.15 hwe kernel:
CC [M] /var/lib/dkms/ddcci/0.3.3/build/ddcci/ddcci.o
/var/lib/dkms/ddcci/0.3.3/build/ddcci/ddcci.c:1222:13: error: initialization
of ‘void (*)(struct device *)’ from incompatible pointer type ‘int (*)(struct
device *)’ [-Werror=incompatible-pointer-types]
1222 | .remove = ddcci_device_remove
| ^~~~~~~~~~~~~~~~~~~
/var/lib/dkms/ddcci/0.3.3/build/ddcci/ddcci.c:1222:13: note: (near
initialization for ‘ddcci_bus_type.remove’)
cc1: some warnings being treated as errors
[Fix]
Prototype of bus_type->remove() is changed starting with kernel 5.15
(function is not returning an int anymore, now it's a void function).
Fix with a proper #ifdef macro to support both prototypes, based on
the specific kernel version that we are building against to.
[Test case]
$ sudo apt install ddcci-dkms
[Regression potential]
We may see stale devices / resource leaking on removal of ddcci
devices, because with kernels >= 5.15 there's basically no error
handling in bus_type->remove(). Previous kernels are unaffected,
because the code remains identical.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1959911/+subscriptions
--
Mailing list: https://launchpad.net/~kernel-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help : https://help.launchpad.net/ListHelp