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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 15 Oct 2008 11:36:36 +0200
From:	Ingo Molnar <mingo@...e.hu>
To:	Jiri Kosina <jkosina@...e.cz>, Jean Delvare <khali@...ux-fr.org>
Cc:	Linus Torvalds <torvalds@...ux-foundation.org>,
	linux-kernel@...r.kernel.org, Jiri Slaby <jirislaby@...il.com>
Subject: Re: [GIT] HID patches for 2.6.28


* Jiri Kosina <jkosina@...e.cz> wrote:

> [ this is v2 of the request, with these changes compared to the 
> previous one:
> 
> - the compilation warning about unused _compat functions is gone
> - all the quirk-drivers are now built automatically once generic driver is
>   selected (can be overridden for EMBEDDED kernels)
> - three new patches from Mauro adding a few VID/PID ]

this or the I2C updates cause widespread build failures in latest -git:

drivers/built-in.o: In function `wm8400_i2c_write':
wm8400-core.c:(.text+0xa9ce3): undefined reference to `i2c_master_send'
drivers/built-in.o: In function `wm8400_i2c_read':
wm8400-core.c:(.text+0xa9d6b): undefined reference to `i2c_transfer'
drivers/built-in.o: In function `bright_probe':
hid-bright.c:(.text+0x2ac875): undefined reference to `usbhid_set_leds'
drivers/built-in.o: In function `dell_probe':
hid-dell.c:(.text+0x2acfb5): undefined reference to `usbhid_set_leds'
drivers/built-in.o: In function `lg_probe':
hid-lg.c:(.text+0x2ae03d): undefined reference to `usbhid_set_leds'
drivers/built-in.o: In function `hid_lgff_set_autocenter':
hid-lgff.c:(.text+0x2ae1cf): undefined reference to `usbhid_submit_report'
drivers/built-in.o: In function `hid_lgff_play':
hid-lgff.c:(.text+0x2ae28b): undefined reference to `usbhid_submit_report'
drivers/built-in.o: In function `play_effect':
hid-lg2ff.c:(.text+0x2ae3c4): undefined reference to `usbhid_submit_report'
drivers/built-in.o: In function `lg2ff_init':
: undefined reference to `usbhid_submit_report'
drivers/built-in.o: In function `wm8400_module_init':
wm8400-core.c:(.init.text+0x817f): undefined reference to `i2c_register_driver'
drivers/built-in.o: In function `wm8400_module_exit':
wm8400-core.c:(.exit.text+0x60e): undefined reference to `i2c_del_driver'

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