lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sun, 8 Aug 2010 18:07:38 +0200
From:	Andi Kleen <andi@...stfloor.org>
To:	linux-kernel@...r.kernel.org, mjg@...hat.com, stable@...nel.org,
	ak@...ux.intel.com
Subject: [PATCH] Make ACPI_CMPC depend on RFKILL

Make ACPI_CMPC depend on RFKILL

This fixes 

drivers/built-in.o: In function `cmpc_ipml_remove':
classmate-laptop.c:(.text+0xa92be): undefined reference to `rfkill_unregister'
classmate-laptop.c:(.text+0xa92c6): undefined reference to `rfkill_destroy'
drivers/built-in.o: In function `cmpc_rfkill_query':
classmate-laptop.c:(.text+0xa9325): undefined reference to `rfkill_set_sw_state'
drivers/built-in.o: In function `cmpc_ipml_add':                               
classmate-laptop.c:(.text+0xa9499): undefined reference to `rfkill_alloc'       
classmate-laptop.c:(.text+0xa94aa): undefined reference to `rfkill_register'    
classmate-laptop.c:(.text+0xa94b6): undefined reference to `rfkill_destroy'     
make: *** [.tmp_vmlinux1] Error 1                                               
root@...2:~/linux-2.6.35#                      

Cc: stable@...nel.org

Signed-off-by: Andi Kleen <ak@...ux.intel.com>

---
 drivers/platform/x86/Kconfig |    1 +
 1 file changed, 1 insertion(+)

Index: linux-2.6.35-ak/drivers/platform/x86/Kconfig
===================================================================
--- linux-2.6.35-ak.orig/drivers/platform/x86/Kconfig
+++ linux-2.6.35-ak/drivers/platform/x86/Kconfig
@@ -522,6 +522,7 @@ config ACPI_CMPC
 	depends on X86 && ACPI
 	select INPUT
 	select BACKLIGHT_CLASS_DEVICE
+	depends on RFKILL || RFKILL = n
 	default n
 	help
 	  Support for Intel Classmate PC ACPI devices, including some
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ