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, 8 Apr 2009 09:56:42 +0200
From:	Ingo Molnar <mingo@...e.hu>
To:	Mauro Carvalho Chehab <mchehab@...hat.com>
Cc:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Andrew Morton <akpm@...ux-foundation.org>,
	linux-kernel@...r.kernel.org, linux-media@...r.kernel.org,
	"Rafael J. Wysocki" <rjw@...k.pl>
Subject: [-rc1 build failure] cx231xx-audio.c:(.text+0xd4e43): undefined
	reference to `snd_card_free' (was: Re: [GIT PATCHES for 2.6.30]
	V4L/DVB updates)


* Mauro Carvalho Chehab <mchehab@...hat.com> wrote:

>  drivers/media/video/cx231xx/Kconfig               |   35 +
>  drivers/media/video/cx231xx/Makefile              |   14 +

FYI, there's a new build breakage here:

 drivers/built-in.o: In function `cx231xx_audio_fini':
 cx231xx-audio.c:(.text+0xd4e43): undefined reference to `snd_card_free'
 drivers/built-in.o: In function `cx231xx_audio_isocirq':
 cx231xx-audio.c:(.text+0xd4fb7): undefined reference to `snd_pcm_link_rwlock'
 cx231xx-audio.c:(.text+0xd5021): undefined reference to `snd_pcm_link_rwlock'
 cx231xx-audio.c:(.text+0xd50bb): undefined reference to `snd_pcm_period_elapsed'
 drivers/built-in.o: In function `snd_cx231xx_capture_open':

config attached.

I suspect the key problem is that sound is modular while cx231xx is 
built-in:

 CONFIG_SOUND=m
 CONFIG_VIDEO_CX231XX=y
 CONFIG_VIDEO_CX231XX_ALSA=y

This has a similar pattern to past build breakages in this area.

	Ingo

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ