All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] ubi: fix kconfig unmet dependency
@ 2010-08-12 19:10 ` Randy Dunlap
  0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2010-08-12 19:10 UTC (permalink / raw)
  To: linux-mtd, lkml; +Cc: Artem Bityutskiy, David Woodhouse

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

warning: (OPTPROBES && KPROBES && HAVE_OPTPROBES && !PREEMPT && DEBUG_KERNEL || MTD_UBI_DEBUG && MTD && SYSFS && MTD_UBI || 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:	linux-mtd@lists.infradead.org
---
 drivers/mtd/ubi/Kconfig.debug |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

This builds cleanly.  Will it execute OK?
or we can make MTD_UBI_DEBUG depend on KALLSYMS_ALL.

--- linux-next-20100810.orig/drivers/mtd/ubi/Kconfig.debug
+++ linux-next-20100810/drivers/mtd/ubi/Kconfig.debug
@@ -6,7 +6,7 @@ config MTD_UBI_DEBUG
 	depends on SYSFS
 	depends on MTD_UBI
 	select DEBUG_FS
-	select KALLSYMS_ALL
+	select KALLSYMS_ALL if KALLSYMS && DEBUG_KERNEL
 	help
 	  This option enables UBI debugging.
 

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

* [PATCH -next] ubi: fix kconfig unmet dependency
@ 2010-08-12 19:10 ` Randy Dunlap
  0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2010-08-12 19:10 UTC (permalink / raw)
  To: linux-mtd, lkml; +Cc: David Woodhouse, Artem Bityutskiy

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

warning: (OPTPROBES && KPROBES && HAVE_OPTPROBES && !PREEMPT && DEBUG_KERNEL || MTD_UBI_DEBUG && MTD && SYSFS && MTD_UBI || 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:	linux-mtd@lists.infradead.org
---
 drivers/mtd/ubi/Kconfig.debug |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

This builds cleanly.  Will it execute OK?
or we can make MTD_UBI_DEBUG depend on KALLSYMS_ALL.

--- linux-next-20100810.orig/drivers/mtd/ubi/Kconfig.debug
+++ linux-next-20100810/drivers/mtd/ubi/Kconfig.debug
@@ -6,7 +6,7 @@ config MTD_UBI_DEBUG
 	depends on SYSFS
 	depends on MTD_UBI
 	select DEBUG_FS
-	select KALLSYMS_ALL
+	select KALLSYMS_ALL if KALLSYMS && DEBUG_KERNEL
 	help
 	  This option enables UBI debugging.
 

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

* Re: [PATCH -next] ubi: fix kconfig unmet dependency
  2010-08-12 19:10 ` Randy Dunlap
@ 2010-08-30  7:49   ` Artem Bityutskiy
  -1 siblings, 0 replies; 4+ messages in thread
From: Artem Bityutskiy @ 2010-08-30  7:49 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-mtd, lkml, David Woodhouse

On Thu, 2010-08-12 at 12:10 -0700, Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
> 
> warning: (OPTPROBES && KPROBES && HAVE_OPTPROBES && !PREEMPT && DEBUG_KERNEL || MTD_UBI_DEBUG && MTD && SYSFS && MTD_UBI || 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:	linux-mtd@lists.infradead.org
> ---
>  drivers/mtd/ubi/Kconfig.debug |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Pushed to the ubi-2.6.git tree, thanks! I'll send it to 2.6.36 soon.

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


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

* Re: [PATCH -next] ubi: fix kconfig unmet dependency
@ 2010-08-30  7:49   ` Artem Bityutskiy
  0 siblings, 0 replies; 4+ messages in thread
From: Artem Bityutskiy @ 2010-08-30  7:49 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: David Woodhouse, linux-mtd, lkml

On Thu, 2010-08-12 at 12:10 -0700, Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
> 
> warning: (OPTPROBES && KPROBES && HAVE_OPTPROBES && !PREEMPT && DEBUG_KERNEL || MTD_UBI_DEBUG && MTD && SYSFS && MTD_UBI || 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:	linux-mtd@lists.infradead.org
> ---
>  drivers/mtd/ubi/Kconfig.debug |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Pushed to the ubi-2.6.git tree, thanks! I'll send it to 2.6.36 soon.

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

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

end of thread, other threads:[~2010-08-30  7:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-12 19:10 [PATCH -next] ubi: fix kconfig unmet dependency Randy Dunlap
2010-08-12 19:10 ` Randy Dunlap
2010-08-30  7:49 ` Artem Bityutskiy
2010-08-30  7:49   ` Artem Bityutskiy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.