Comment 11 for bug 790558

Revision history for this message
Stefan Bader (smb) wrote :

SRU Justification:

Impact: The dkms.conf file shipped uses the KERNVER variable to pass in the kernel version to be build (and only to the first call to make, while the kernel version should be passed in for every make invocation) but the driver makefile uses KVERS for that. So build for a new kernel will always go wrong.

Fix: Change the dkms.conf to pass KVERS for every make call.

Testcase: Can be verified by running dkms manually to re-build the dahdi modules for a previous kernel version. Then checking the log file for the version number of the currently running kernel.