** Changed in: linux (Ubuntu)
       Status: In Progress => Fix Committed

** Changed in: linux (Ubuntu Intrepid)
   Importance: Undecided => Low
     Assignee: (unassigned) => Stefan Bader (stefan-bader-canonical)
       Status: New => Fix Committed

** Description changed:

+ 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 <[email protected]>
  
  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"

-- 
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
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to