Activity log for bug #341712

Date Who What changed Old value New value Message
2009-03-12 13:52:39 Stefan Bader bug added bug
2009-03-12 13:52:58 Stefan Bader linux: status New In Progress
2009-03-12 13:52:58 Stefan Bader linux: assignee stefan-bader-canonical
2009-03-12 13:52:58 Stefan Bader linux: importance Undecided Low
2009-03-12 13:52:58 Stefan Bader linux: statusexplanation
2009-03-12 13:55:24 Stefan Bader bug added subscriber Adi Attar
2009-03-13 13:41:13 Stefan Bader linux: status In Progress Fix Committed
2009-03-13 13:45:17 Stefan Bader linux: status New Fix Committed
2009-03-13 13:45:17 Stefan Bader linux: assignee stefan-bader-canonical
2009-03-13 13:45:17 Stefan Bader linux: importance Undecided Low
2009-03-13 13:45:17 Stefan Bader linux: statusexplanation
2009-03-13 13:46:48 Stefan Bader description 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 <adi@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" SRU justification: Impact: This is a build only sanity update. No runtime impact. Fix: 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 <adi@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"
2009-03-13 13:47:19 Stefan Bader bug added subscriber Ubuntu Stable Release Updates Team
2009-04-21 22:37:40 Leann Ogasawara linux (Ubuntu): status Fix Committed Fix Released
2009-06-05 10:08:02 Martin Pitt tags verification-needed
2009-09-14 13:52:08 Launchpad Janitor linux (Ubuntu Intrepid): status Fix Committed Fix Released