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:	Fri, 11 Dec 2009 16:23:23 -0800
From:	Randy Dunlap <randy.dunlap@...cle.com>
To:	Greg KH <greg@...ah.com>
Cc:	Linus Torvalds <torvalds@...ux-foundation.org>,
	devel@...verdev.osuosl.org,
	Andrew Morton <akpm@...ux-foundation.org>,
	linux-kernel@...r.kernel.org
Subject: Re: [GIT PATCH] STAGING patches for 2.6.33-git

On Fri, 11 Dec 2009 15:40:17 -0800 Greg KH wrote:

> On Fri, Dec 11, 2009 at 03:29:09PM -0800, Linus Torvalds wrote:
> > 
> > 
> > On Fri, 11 Dec 2009, Greg KH wrote:
> > >
> > > Here is the big staging merge for the 2.6.33-git tree
> > 
> > "B.A.T.M.A.N. Advanced Meshing Protocol"?
> 
> I just take the patches, I don't pick the names :)
> 
> > Oh, and I think I found a bug in BATMAN already: if you say 'no' to him, 
> > he still asks whether you want to debug him. 
> > 
> > Please, Greg, teach BATMAN that "No means no!". 
> 
> Doh, I have a patch for that around here from Randy, it didn't make it
> in...  Hm, no, he didn't send the patch, just pointed it out.  Here it
> is below, or you can pull from the same tree and get it:
> 
> 	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/staging-2.6.git/
> 

but one of the maintainers did you send a patch for this...


> thanks,
> 
> greg k-h
> 
> From: Greg Kroah-Hartman <gregkh@...e.de>
> Subject: [PATCH] Staging: batman: fix debug Kconfig option
> 
> The debug batman option needs to depend on the correct
> config option.
> 
> Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>
> 
> diff --git a/drivers/staging/batman-adv/Kconfig b/drivers/staging/batman-adv/Kconfig
> index b9742e7..7632f57 100644
> --- a/drivers/staging/batman-adv/Kconfig
> +++ b/drivers/staging/batman-adv/Kconfig
> @@ -15,7 +15,7 @@ config BATMAN_ADV
>  
>  config BATMAN_DEBUG
>  	bool "B.A.T.M.A.N. debugging"
> -	depends on BATMAN != n
> +	depends on BATMAN_ADV != n
>  	help
>  
>  	  This is an option for use by developers; most people should
> _______________________________________________


---
~Randy
--
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