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:	Tue, 18 Sep 2007 12:37:16 -0400
From:	mkrufky@...uxtv.org
To:	sam@...nborg.org
Cc:	nix.or.die@...glemail.com, v4l-dvb-maintainer@...uxtv.org,
	linux-dvb@...uxtv.org, akpm@...ux-foundation.org,
	linux-kernel@...r.kernel.org, mchehab@...radead.org
Subject: Re: [v4l-dvb-maintainer] modpost errors ( Re: 2.6.23-rc6-mm1)

Sam Ravnborg wrote:
> Please cc: relevant people.
>
> On Tue, Sep 18, 2007 at 05:43:35PM +0200, Gabriel C wrote:
>   
>> Hi,
>>
>> I get modpost errors here :
>>
>> ...
>>
>> ERROR: "dvb_dmx_init" [drivers/media/video/video-buf-dvb.ko] undefined!
>> ERROR: "dvb_unregister_adapter" [drivers/media/video/video-buf-dvb.ko]
undefined!
>> ERROR: "dvb_register_frontend" [drivers/media/video/video-buf-dvb.ko]
undefined!
>> ERROR: "dvb_unregister_frontend" [drivers/media/video/video-buf-dvb.ko]
undefined!
>> ERROR: "dvb_net_release" [drivers/media/video/video-buf-dvb.ko]
undefined!
>> ERROR: "dvb_frontend_detach" [drivers/media/video/video-buf-dvb.ko]
undefined!
>> ERROR: "dvb_dmxdev_release" [drivers/media/video/video-buf-dvb.ko]
undefined!
>> ERROR: "dvb_dmx_swfilter" [drivers/media/video/video-buf-dvb.ko]
undefined!
>> ERROR: "dvb_net_init" [drivers/media/video/video-buf-dvb.ko] undefined!
>> ERROR: "dvb_dmx_release" [drivers/media/video/video-buf-dvb.ko]
undefined!
>> ERROR: "dvb_register_adapter" [drivers/media/video/video-buf-dvb.ko]
undefined!
>> ERROR: "dvb_dmxdev_init" [drivers/media/video/video-buf-dvb.ko]
undefined!
>>     
>
> dvb issue so dvb added.
>
>   
>> ERROR: "mt2131_attach" [drivers/media/video/cx23885/cx23885.ko]
undefined!
>> ERROR: "s5h1409_attach" [drivers/media/video/cx23885/cx23885.ko]
undefined!
>>     
>
> Was not sure who maintain this stuff..
> It's not in the git-tree I had around.

Sam,

This stuff is in -mm only right now.

It was a dependency problem, where a new driver (cx23885) is missing the 
dependency on DVB_CORE.

The fix is in this changeset:

http://linuxtv.org/hg/~mkrufky/build-fix/rev/67acaa106a99

Mauro,

Please pull from:

http://linuxtv.org/hg/~mkrufky/build-fix

for:

- VIDEO_CX23885 depends on DVB_CORE

 Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Regards,

Mike Krufky
-
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