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>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 17 Jul 2006 23:58:06 -0400
From:	Matt Reuther <mreuther@...ch.edu>
To:	"Antonino A. Daplas" <adaplas@...il.com>
Cc:	LKML <linux-kernel@...r.kernel.org>
Subject: 2.6.18-rc2: depmod warning for backlight.ko

Hi, Antonino.

I am still getting warnings on depmod with the 2.6.18-rc2 kernel:

  INSTALL sound/usb/snd-usb-audio.ko
  INSTALL sound/usb/snd-usb-lib.ko
  INSTALL sound/usb/usx2y/snd-usb-usx2y.ko
if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map  
2.6.18-rc2; fi
WARNING: /lib/modules/2.6.18-rc2/kernel/drivers/video/backlight/backlight.ko 
needs unknown symbol fb_unregister_client
WARNING: /lib/modules/2.6.18-rc2/kernel/drivers/video/backlight/backlight.ko 
needs unknown symbol fb_register_client

You posted a patch here a few days ago for 2.6.18-rc1-mm1 which fixes this 
issue. Basically, the USB Apple Cinema display driver selects backlight 
support, but backlight needs some things from framebuffer, which is turned 
off. Kconfig does not recursively select CONFIG_FB, so backlight ends up with 
unresolved symbols.

Matt
-
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