LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] make LKDTM depend on BLOCK
@ 2008-02-15 8:17 Chris Snook
2008-02-21 17:29 ` Randy Dunlap
0 siblings, 1 reply; 2+ messages in thread
From: Chris Snook @ 2008-02-15 8:17 UTC (permalink / raw)
To: akpm; +Cc: linux-kernel
From: Chris Snook <csnook@redhat.com>
Make LKDTM depend on BLOCK to prevent build failures with certain configs.
Signed-off-by: Chris Snook <csnook@redhat.com>
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index a370fe8..24b327c 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -524,6 +524,7 @@ config LKDTM
tristate "Linux Kernel Dump Test Tool Module"
depends on DEBUG_KERNEL
depends on KPROBES
+ depends on BLOCK
default n
help
This module enables testing of the different dumping mechanisms by
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] make LKDTM depend on BLOCK
2008-02-15 8:17 [PATCH] make LKDTM depend on BLOCK Chris Snook
@ 2008-02-21 17:29 ` Randy Dunlap
0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2008-02-21 17:29 UTC (permalink / raw)
To: Chris Snook; +Cc: akpm, linux-kernel
On Fri, 15 Feb 2008 03:17:36 -0500 Chris Snook wrote:
> From: Chris Snook <csnook@redhat.com>
>
> Make LKDTM depend on BLOCK to prevent build failures with certain configs.
>
> Signed-off-by: Chris Snook <csnook@redhat.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
> diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
> index a370fe8..24b327c 100644
> --- a/lib/Kconfig.debug
> +++ b/lib/Kconfig.debug
> @@ -524,6 +524,7 @@ config LKDTM
> tristate "Linux Kernel Dump Test Tool Module"
> depends on DEBUG_KERNEL
> depends on KPROBES
> + depends on BLOCK
> default n
> help
> This module enables testing of the different dumping mechanisms by
---
~Randy
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-21 17:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-15 8:17 [PATCH] make LKDTM depend on BLOCK Chris Snook
2008-02-21 17:29 ` Randy Dunlap
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 NNTP newsgroup(s).