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, 18 Nov 2010 12:17:48 -0800
From:	Randy Dunlap <randy.dunlap@...cle.com>
To:	Tim Blechmann <tim@...ngt.org>
Cc:	linux-kernel@...r.kernel.org, devel@...verdev.osuosl.org,
	Palash Bandyopadhyay <Palash.Bandyopadhyay@...exant.com>,
	Greg Kroah-Hartman <gregkh@...e.de>,
	Mauro Carvalho Chehab <mchehab@...hat.com>
Subject: Re: [PATCH] cx25821: fix build failure

On Thu, 18 Nov 2010 21:15:58 +0100 Tim Blechmann wrote:

> include specific header for bkl functions
> 
> drivers/staging/cx25821/cx25821-video.c:815:8: error: implicit declaration of function ‘lock_kernel’
> drivers/staging/cx25821/cx25821-video.c:832:9: error: implicit declaration of function ‘unlock_kernel’
> 
> Signed-off-by: Tim Blechmann <tim@...ngt.org>

Hi,

This patch has already been posted and is already merged into Linus's git tree.

Thanks.

> ---
>  drivers/staging/cx25821/cx25821-video.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/staging/cx25821/cx25821-video.h b/drivers/staging/cx25821/cx25821-video.h
> index cc6034b..0df20dc 100644
> --- a/drivers/staging/cx25821/cx25821-video.h
> +++ b/drivers/staging/cx25821/cx25821-video.h
> @@ -34,6 +34,7 @@
>  #include <linux/interrupt.h>
>  #include <linux/delay.h>
>  #include <linux/kthread.h>
> +#include <linux/smp_lock.h>
>  #include <asm/div64.h>
>  
>  #include "cx25821.h"
> -- 


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
--
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