2008-02-15 08:17:49

by Chris Snook

[permalink] [raw]
Subject: [PATCH] make LKDTM depend on BLOCK

From: Chris Snook <[email protected]>

Make LKDTM depend on BLOCK to prevent build failures with certain configs.

Signed-off-by: Chris Snook <[email protected]>

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


2008-02-21 17:31:25

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] make LKDTM depend on BLOCK

On Fri, 15 Feb 2008 03:17:36 -0500 Chris Snook wrote:

> From: Chris Snook <[email protected]>
>
> Make LKDTM depend on BLOCK to prevent build failures with certain configs.
>
> Signed-off-by: Chris Snook <[email protected]>

Acked-by: Randy Dunlap <[email protected]>

> 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