From: Greg KH <greg@kroah.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org
Subject: Re: [GIT PATCH] STAGING patches for 2.6.33-git
Date: Fri, 11 Dec 2009 15:40:17 -0800 [thread overview]
Message-ID: <20091211234017.GA11006@kroah.com> (raw)
In-Reply-To: <alpine.LFD.2.00.0912111527480.3526@localhost.localdomain>
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/
thanks,
greg k-h
From: Greg Kroah-Hartman <gregkh@suse.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@suse.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
next prev parent reply other threads:[~2009-12-11 23:41 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-11 21:27 [GIT PATCH] STAGING patches for 2.6.33-git Greg KH
2009-12-11 23:29 ` Linus Torvalds
2009-12-11 23:40 ` Greg KH [this message]
2009-12-12 0:23 ` Randy Dunlap
2009-12-12 0:39 ` Greg KH
-- strict thread matches above, loose matches on Subject: below --
2009-12-23 19:50 Greg KH
2010-03-04 20:04 Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091211234017.GA11006@kroah.com \
--to=greg@kroah.com \
--cc=akpm@linux-foundation.org \
--cc=devel@driverdev.osuosl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox