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] [day] [month] [year] [list]
Date:	Thu, 10 Jul 2014 23:26:54 -0300
From:	Ismael Luceno <ismael.luceno@...p.bluecherry.net>
To:	Geert Uytterhoeven <geert@...ux-m68k.org>
Cc:	Mauro Carvalho Chehab <m.chehab@...sung.com>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	linux-media@...r.kernel.org, devel@...verdev.osuosl.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] [media] staging/solo6x10: SOLO6X10 should select
 BITREVERSE

On Sun,  6 Jul 2014 10:58:41 +0200
Geert Uytterhoeven <geert@...ux-m68k.org> wrote:
> If CONFIG_SOLO6X10=y, but CONFIG_BITREVERSE=m:
> 
>     drivers/built-in.o: In function `solo_osd_print':
>     (.text+0x1c7a1f): undefined reference to `byte_rev_table'
>     make: *** [vmlinux] Error 1
> 
> Reported-by: kbuild test robot <fengguang.wu@...el.com>
> Signed-off-by: Geert Uytterhoeven <geert@...ux-m68k.org>
> ---
>  drivers/staging/media/solo6x10/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/staging/media/solo6x10/Kconfig
> b/drivers/staging/media/solo6x10/Kconfig index
> 6a1906fa1117..1ce2819efcb4 100644 ---
> a/drivers/staging/media/solo6x10/Kconfig +++
> b/drivers/staging/media/solo6x10/Kconfig @@ -1,6 +1,7 @@
>  config SOLO6X10
>  	tristate "Bluecherry / Softlogic 6x10 capture cards
> (MPEG-4/H.264)" depends on PCI && VIDEO_DEV && SND && I2C
> +	select BITREVERSE
>  	select FONT_SUPPORT
>  	select FONT_8x16
>  	select VIDEOBUF2_DMA_SG

Signed-off-by: Ismael Luceno <ismael.luceno@...p.bluecherry.net>

Download attachment "signature.asc" of type "application/pgp-signature" (474 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ