Public bug reported: If all other drivers that "select CHECK_SIGNATURE" are turned off, then the build fails with
Setup is 12540 bytes (padded to 12800 bytes). System is 2513 kB CRC f187a746 Kernel: arch/x86/boot/bzImage is ready (#7) ERROR: "check_signature" [ubuntu/misc/fsam7400.ko] undefined! WARNING: modpost: Found 2 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' make[1]: *** [__modpost] Error 1 make: *** [modules] Error 2 Fix it by having CONFIG_FSAM7400 also "select CHECK_SIGNATURE". Signed-off-by: Andy Isaacson <a...@hexapodia.org> diff --git a/ubuntu/misc/Kconfig b/ubuntu/misc/Kconfig index f955af6..4d614dd 100644 --- a/ubuntu/misc/Kconfig +++ b/ubuntu/misc/Kconfig @@ -16,6 +16,7 @@ config INPUT_ACERHK config FSAM7400 tristate "SW RF kill switch for Fujitsu Siemens Amilo M 7400" default m + select CHECK_SIGNATURE config LMPCM_USB tristate "USB Logitech MediaPlay Cordless Mouse driver" ** Affects: linux (Ubuntu) Importance: Low Assignee: Stefan Bader (stefan-bader-canonical) Status: In Progress ** Changed in: linux (Ubuntu) Importance: Undecided => Low Assignee: (unassigned) => Stefan Bader (stefan-bader-canonical) Status: New => In Progress -- FSAM7400: select CHECK_SIGNATURE https://bugs.launchpad.net/bugs/341712 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs