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:	Sat, 6 Oct 2007 11:56:35 +0200
From:	Ingo Molnar <mingo@...e.hu>
To:	mchehab@...radead.org
Cc:	linux-kernel@...r.kernel.org, video4linux-list@...hat.com
Subject: .23-rc9, V4L, make randconfig build failure


FYI, just found this V4L build failure in -rc9:

 drivers/built-in.o: In function `saa7146_unregister_device':
 : undefined reference to `video_unregister_device'
 drivers/built-in.o: In function `saa7146_register_device':
 : undefined reference to `video_device_alloc'
 drivers/built-in.o: In function `saa7146_register_device':
 : undefined reference to `video_device_release'
 [ ... etc ... ]

this is caused by the attached config:

  CONFIG_VIDEO_BUF=m
  CONFIG_VIDEO_BUF_DVB=m

combined with:

  CONFIG_VIDEO_SAA7146=y
  CONFIG_VIDEO_SAA7146_VV=y

so it seems like a drivers/video/Kconfig bug - this combination should 
not be possible.

	Ingo

View attachment "config" of type "text/plain" (46872 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ