Package: openrazer-driver-dkms Version: 3.10.2+dfsg-1 Severity: important Tags: upstream sid forky
Hi, openrazer-driver-dkms fails to build the module(s) for Linux 6.15 in experimental: DKMS (dkms-3.2.0) make.log for openrazer-driver/3.10.2 for kernel 6.15-rc7-amd64 (x86_64) Sat May 24 21:53:23 UTC 2025 Building module(s) # command: make -j14 KERNELRELEASE=6.15-rc7-amd64 driver KERNELDIR=/lib/modules/6.15-rc7-amd64/build -e ::ESC[32m Compiling OpenRazer kernel modulesESC[0m ======================================== make -C /lib/modules/6.15-rc7-amd64/build M=/var/lib/dkms/openrazer-driver/3.10.2/build/driver modules make[1]: Entering directory '/usr/src/linux-headers-6.15-rc7-amd64' make[2]: Entering directory '/var/lib/dkms/openrazer-driver/3.10.2/build/driver' CC [M] razerkbd_driver.o CC [M] razercommon.o CC [M] razerchromacommon.o CC [M] razermouse_driver.o CC [M] razerkraken_driver.o CC [M] razeraccessory_driver.o razermouse_driver.c: In function 'razer_mouse_init': razermouse_driver.c:4941:5: error: implicit declaration of function 'hrtimer_init'; did you mean 'hrtimers_init'? [-Wimplicit-function-declaration] 4941 | hrtimer_init(&dev->repeat_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); | ^~~~~~~~~~~~ | hrtimers_init make[4]: *** [/usr/src/linux-headers-6.15-rc7-common/scripts/Makefile.build:208: razermouse_driver.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/usr/src/linux-headers-6.15-rc7-common/Makefile:2027: .] Error 2 make[2]: *** [/usr/src/linux-headers-6.15-rc7-common/Makefile:260: __sub-make] Error 2 make[2]: Leaving directory '/var/lib/dkms/openrazer-driver/3.10.2/build/driver' make[1]: *** [/usr/src/linux-headers-6.15-rc7-common/Makefile:260: __sub-make] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-6.15-rc7-amd64' make: *** [Makefile:38: driver] Error 2 # exit code: 2 # elapsed time: 00:00:05 ---------------------------------------------------------------- Please refer to Linux commit from v6.15-rc1 "Merge tag 'timers-cleanups-2025-04-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip" https://github.com/torvalds/linux/commit/16cd1c2657762c62a00ac78eecaa25868f7e601b for the changed hrtimer interface. Andreas