Debdiff to enable support for both 6.8 and 6.14 kernels. ** Description changed:
[ Impact ] DKMS make.log for rtpengine-11.5.1.18 for kernel 6.14.0-15-generic (x86_64) Tue May 20 20:15:40 UTC 2025 make: Entering directory '/usr/src/linux-headers-6.14.0-15-generic' make[1]: Entering directory '/var/lib/dkms/rtpengine/11.5.1.18/build' warning: the compiler differs from the one used to build the kernel - The kernel was built by: x86_64-linux-gnu-gcc-13 (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 - You are using: gcc-13 (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 - CC [M] xt_RTPENGINE.o + The kernel was built by: x86_64-linux-gnu-gcc-13 (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + You are using: gcc-13 (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + CC [M] xt_RTPENGINE.o In file included from /usr/src/linux-headers-6.14.0-15-generic/include/linux/module.h:22, - from xt_RTPENGINE.c:2: + from xt_RTPENGINE.c:2: xt_RTPENGINE.c:48:18: error: expected ‘,’ or ‘;’ before ‘CRYPTO_INTERNAL’ - 48 | MODULE_IMPORT_NS(CRYPTO_INTERNAL); - | ^~~~~~~~~~~~~~~ + 48 | MODULE_IMPORT_NS(CRYPTO_INTERNAL); + | ^~~~~~~~~~~~~~~ /usr/src/linux-headers-6.14.0-15-generic/include/linux/moduleparam.h:26:61: note: in definition of macro ‘__MODULE_INFO’ - 26 | = __MODULE_INFO_PREFIX __stringify(tag) "=" info - | ^~~~ + 26 | = __MODULE_INFO_PREFIX __stringify(tag) "=" info + | ^~~~ /usr/src/linux-headers-6.14.0-15-generic/include/linux/module.h:299:33: note: in expansion of macro ‘MODULE_INFO’ - 299 | #define MODULE_IMPORT_NS(ns) MODULE_INFO(import_ns, ns) - | ^~~~~~~~~~~ + 299 | #define MODULE_IMPORT_NS(ns) MODULE_INFO(import_ns, ns) + | ^~~~~~~~~~~ xt_RTPENGINE.c:48:1: note: in expansion of macro ‘MODULE_IMPORT_NS’ - 48 | MODULE_IMPORT_NS(CRYPTO_INTERNAL); - | ^~~~~~~~~~~~~~~~ + 48 | MODULE_IMPORT_NS(CRYPTO_INTERNAL); + | ^~~~~~~~~~~~~~~~ make[3]: *** [/usr/src/linux-headers-6.14.0-15-generic/scripts/Makefile.build:207: xt_RTPENGINE.o] Error 1 make[2]: *** [/usr/src/linux-headers-6.14.0-15-generic/Makefile:1999: .] Error 2 make[1]: *** [/usr/src/linux-headers-6.14.0-15-generic/Makefile:251: __sub-make] Error 2 make[1]: Leaving directory '/var/lib/dkms/rtpengine/11.5.1.18/build' make: *** [Makefile:251: __sub-make] Error 2 make: Leaving directory '/usr/src/linux-headers-6.14.0-15-generic' [ Test case ] Install the latest linux-6.14 kernel on Noble: $ sudo add-apt-repository ppa:canonical-kernel-team/ppa $ sudo apt install linux-generic-hwe-24.04-wip Install rtpengine-kernel-dkms $ sudo apt install rtpengine-kernel-dkms Load the modules: - $ sudo modprobe + $ sudo modprobe xt_RTPENGINE The same procedure can be repeated on linux-6.8 to test for possible regressions. [ Fix ] + Apply upstream rtpengine (https://github.com/sipwise/rtpengine) commit: + + * f443bd8ce286: "MT#55283 fix kernel compilation for >= 6.13" + + Also apply lintian overrides for service-file-is-not-a-file + [ Regression potential ] We may experience regressions in systems that are using the rtpengine- kernel drivers, especially with kernels >= 6.8 kernel. ** Patch added: "rptengine-kernel-support-noble-6.14.debdiff" https://bugs.launchpad.net/ubuntu/+source/rtpengine/+bug/2111365/+attachment/5879228/+files/rptengine-kernel-support-noble-6.14.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2111365 Title: rtpengine-kernel-dkms FTBS in Noble with the linux-6.14-hwe kernel To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rtpengine/+bug/2111365/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
