Public bug reported: v6.13-rc2 cdd30ebb1b9f3 ("module: Convert symbol namespace to string literal") expects string literals than symbol names as usual, therefore build failures:
In file included from /usr/src/linux-headers-6.13.2-061302-generic/include/linux/module.h:22, from /usr/src/linux-headers-6.13.2-061302-generic/include/linux/device/driver.h:21, from /usr/src/linux-headers-6.13.2-061302-generic/include/linux/device.h:32, from drivers/media/pci/intel/ipu6/psys/ipu-psys.c:6: drivers/media/pci/intel/ipu6/psys/ipu-psys.c:2684:18: error: expected ',' or ';' before 'DMA_BUF' 2684 | MODULE_IMPORT_NS(DMA_BUF); | ^~~~~~~ /usr/src/linux-headers-6.13.2-061302-generic/include/linux/moduleparam.h:26:61: note: in definition of macro '__MODULE_INFO' 26 | = __MODULE_INFO_PREFIX __stringify(tag) "=" info | ^~~~ /usr/src/linux-headers-6.13.2-061302-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) | ^~~~~~~~~~~ drivers/media/pci/intel/ipu6/psys/ipu-psys.c:2684:1: note: in expansion of macro 'MODULE_IMPORT_NS' 2684 | MODULE_IMPORT_NS(DMA_BUF); | ^~~~~~~~~~~~~~~~ drivers/media/pci/intel/ipu6/psys/ipu-psys.c:2687:18: error: expected ',' or ';' before 'INTEL_IPU6' 2687 | MODULE_IMPORT_NS(INTEL_IPU6); | ^~~~~~~~~~ /usr/src/linux-headers-6.13.2-061302-generic/include/linux/moduleparam.h:26:61: note: in definition of macro '__MODULE_INFO' 26 | = __MODULE_INFO_PREFIX __stringify(tag) "=" info | ^~~~ /usr/src/linux-headers-6.13.2-061302-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) | ^~~~~~~~~~~ drivers/media/pci/intel/ipu6/psys/ipu-psys.c:2687:1: note: in expansion of macro 'MODULE_IMPORT_NS' 2687 | MODULE_IMPORT_NS(INTEL_IPU6); | ^~~~~~~~~~~~~~~~ ** Affects: ipu6-drivers (Ubuntu) Importance: Undecided Status: New ** Affects: ipu6-drivers (Ubuntu Plucky) Importance: Undecided Status: New ** Attachment added: "make.log.6.13.2-061302-generic" https://bugs.launchpad.net/bugs/2099881/+attachment/5860073/+files/make.log.6.13.2-061302-generic ** Also affects: ipu6-drivers (Ubuntu Plucky) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2099881 Title: Failed to build against v6.13: error: expected ',' or ';' before 'DMA_BUF' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ipu6-drivers/+bug/2099881/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs