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:	Thu, 25 Dec 2008 09:19:07 +0100
From:	Ingo Molnar <mingo@...e.hu>
To:	Mauro Carvalho Chehab <mchehab@...radead.org>
Cc:	linux-dvb-maintainer@...uxtv.org, video4linux-list@...hat.com,
	linux-kernel@...r.kernel.org
Subject: Re: [GIT PATCHES for 2.6.28] V4L/DVB fixes


* Mauro Carvalho Chehab <mchehab@...radead.org> wrote:

> For a few last time driver fixes:
> 
>    - drivers/media Kconfig fix (bugzilla #12204)

FYI, v2.6.28 still fails to build with certain configs:

 drivers/media/dvb/built-in.o: In function `dib7000p_set_gpio':
 (.text+0x3f242): multiple definition of `dib7000p_set_gpio'
 drivers/media/video/built-in.o:(.text+0xb8c1e): first defined here
 drivers/media/dvb/built-in.o: In function `dib7000p_i2c_enumeration':
 (.text+0x3f282): multiple definition of `dib7000p_i2c_enumeration'
 drivers/media/video/built-in.o:(.text+0xb8c3e): first defined here
 drivers/media/dvb/built-in.o: In function `dib7000p_set_wbd_ref':
 (.text+0x3f1c1): multiple definition of `dib7000p_set_wbd_ref'
 drivers/media/video/built-in.o:(.text+0xb8bfe): first defined here
   LD      drivers/net/built-in.o
 make[2]: *** [drivers/media/built-in.o] Error 1

Config attached. The patch below works it around in tip/master. Can test 
any patch for this bug.

	Ingo

-------------->
>From 85e7c217b8b07013b1b96a62bcb2a7f18bf6820c Mon Sep 17 00:00:00 2001
From: Ingo Molnar <mingo@...e.hu>
Date: Sun, 16 Nov 2008 06:27:53 +0100
Subject: [PATCH] dvb/usb: disable

frequent build breakages:

See config-Sun_Nov_16_03_24_32_CET_2008.bad for example.
---
 drivers/media/dvb/dvb-usb/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/dvb/dvb-usb/Kconfig b/drivers/media/dvb/dvb-usb/Kconfig
index aec8791..a75ba13 100644
--- a/drivers/media/dvb/dvb-usb/Kconfig
+++ b/drivers/media/dvb/dvb-usb/Kconfig
@@ -1,6 +1,7 @@
 config DVB_USB
 	tristate "Support for various USB DVB devices"
 	depends on DVB_CORE && USB && I2C && INPUT
+	depends on BROKEN
 	help
 	  By enabling this you will be able to choose the various supported
 	  USB1.1 and USB2.0 DVB devices.


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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ