LKML Archive mirror
 help / color / mirror / Atom feed
* [PATCH] usibfs: fix kconfig dependency warning
@ 2010-09-18 19:53 Randy Dunlap
  2010-09-18 20:00 ` Randy Dunlap
  2010-09-20  8:45 ` Artem Bityutskiy
  0 siblings, 2 replies; 5+ messages in thread
From: Randy Dunlap @ 2010-09-18 19:53 UTC (permalink / raw
  To: lkml; +Cc: Artem Bityutskiy, Adrian Hunter, linux-mtd

From: Randy Dunlap <randy.dunlap@oracle.com>

Fix another kconfig dependency warning, this time in ubifs.

warning: (MTD_UBI_DEBUG && MTD && SYSFS && MTD_UBI && KALLSYMS && DEBUG_KERNEL || UBIFS_FS_DEBUG && MISC_FILESYSTEMS && UBIFS_FS || LOCKDEP && DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT || LATENCYTOP && HAVE_LATENCYTOP_SUPPORT && DEBUG_KERNEL && STACKTRACE_SUPPORT && PROC_FS) selects KALLSYMS_ALL which has unmet direct dependencies (DEBUG_KERNEL && KALLSYMS)

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc:      Artem Bityutskiy <dedekind1@gmail.com>
Cc:      Adrian Hunter <adrian.hunter@nokia.com>
Cc:      linux-mtd@lists.infradead.org
---
 fs/ubifs/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20100917.orig/fs/ubifs/Kconfig
+++ linux-next-20100917/fs/ubifs/Kconfig
@@ -47,7 +47,7 @@ config UBIFS_FS_DEBUG
 	bool "Enable debugging"
 	depends on UBIFS_FS
 	select DEBUG_FS
-	select KALLSYMS_ALL
+	select KALLSYMS_ALL if DEBUG_KERNEL && KALLSYMS
 	help
 	  This option enables UBIFS debugging.
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] usibfs: fix kconfig dependency warning
  2010-09-18 19:53 [PATCH] usibfs: fix kconfig dependency warning Randy Dunlap
@ 2010-09-18 20:00 ` Randy Dunlap
  2010-09-20  8:45 ` Artem Bityutskiy
  1 sibling, 0 replies; 5+ messages in thread
From: Randy Dunlap @ 2010-09-18 20:00 UTC (permalink / raw
  To: lkml; +Cc: Artem Bityutskiy, Adrian Hunter, linux-mtd

On Sat, 18 Sep 2010 12:53:40 -0700 Randy Dunlap wrote:


sorry, subject should be "ubifs".

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] usibfs: fix kconfig dependency warning
  2010-09-18 19:53 [PATCH] usibfs: fix kconfig dependency warning Randy Dunlap
  2010-09-18 20:00 ` Randy Dunlap
@ 2010-09-20  8:45 ` Artem Bityutskiy
  2010-09-21  4:23   ` Jon Povey
  1 sibling, 1 reply; 5+ messages in thread
From: Artem Bityutskiy @ 2010-09-20  8:45 UTC (permalink / raw
  To: Randy Dunlap; +Cc: lkml, Adrian Hunter, linux-mtd

On Sat, 2010-09-18 at 12:53 -0700, Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
> 
> Fix another kconfig dependency warning, this time in ubifs.
> 
> warning: (MTD_UBI_DEBUG && MTD && SYSFS && MTD_UBI && KALLSYMS && DEBUG_KERNEL || UBIFS_FS_DEBUG && MISC_FILESYSTEMS && UBIFS_FS || LOCKDEP && DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT || LATENCYTOP && HAVE_LATENCYTOP_SUPPORT && DEBUG_KERNEL && STACKTRACE_SUPPORT && PROC_FS) selects KALLSYMS_ALL which has unmet direct dependencies (DEBUG_KERNEL && KALLSYMS)

Pushed to the ubifs-2.6.git tree. This won't go to 2.6.36, though, I
think - not too important. But I have anything really important, I'll
merge this one as well, although for now I do not have such plans.

Thanks!

-- 
Best Regards,
Artem Bityutskiy (Артём Битюцкий)


^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH] usibfs: fix kconfig dependency warning
  2010-09-20  8:45 ` Artem Bityutskiy
@ 2010-09-21  4:23   ` Jon Povey
  2010-09-21  7:19     ` Artem Bityutskiy
  0 siblings, 1 reply; 5+ messages in thread
From: Jon Povey @ 2010-09-21  4:23 UTC (permalink / raw
  To: dedekind1@gmail.com, Randy Dunlap
  Cc: linux-mtd@lists.infradead.org, lkml, Adrian Hunter

linux-mtd-bounces@lists.infradead.org wrote:
> Pushed to the ubifs-2.6.git tree.

If the typo "usibfs" in the subject was in the patch you might want to
fix it if there's still time.

--
Jon Povey
jon.povey@racelogic.co.uk

Racelogic is a limited company registered in England. Registered number 2743719 .
Registered Office Unit 10, Swan Business Centre, Osier Way, Buckingham, Bucks, MK18 1TB .

The information contained in this electronic mail transmission is intended by Racelogic Ltd for the use of the named individual or entity to which it is directed and may contain information that is confidential or privileged. If you have received this electronic mail transmission in error, please delete it from your system without copying or forwarding it, and notify the sender of the error by reply email so that the sender's address records can be corrected. The views expressed by the sender of this communication do not necessarily represent those of Racelogic Ltd. Please note that Racelogic reserves the right to monitor e-mail communications passing through its network



^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH] usibfs: fix kconfig dependency warning
  2010-09-21  4:23   ` Jon Povey
@ 2010-09-21  7:19     ` Artem Bityutskiy
  0 siblings, 0 replies; 5+ messages in thread
From: Artem Bityutskiy @ 2010-09-21  7:19 UTC (permalink / raw
  To: Jon Povey
  Cc: Randy Dunlap, linux-mtd@lists.infradead.org, lkml, Adrian Hunter

On Tue, 2010-09-21 at 05:23 +0100, Jon Povey wrote:
> linux-mtd-bounces@lists.infradead.org wrote:
> > Pushed to the ubifs-2.6.git tree.
> 
> If the typo "usibfs" in the subject was in the patch you might want to
> fix it if there's still time.

I fixed it up. I never apply patches without looking at the subject
line, and I always use git am -i, which means edit the commit message
before applying.

So it is ok, thanks for heads up though!

-- 
Best Regards,
Artem Bityutskiy (Артём Битюцкий)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-09-21  7:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-18 19:53 [PATCH] usibfs: fix kconfig dependency warning Randy Dunlap
2010-09-18 20:00 ` Randy Dunlap
2010-09-20  8:45 ` Artem Bityutskiy
2010-09-21  4:23   ` Jon Povey
2010-09-21  7:19     ` Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).