Re: [PATCH] lib/Kconfig.debug: Fix build error without CONFIG_BLOCK

2019-04-10 Thread Kees Cook
On Wed, Apr 10, 2019 at 12:55 AM Yue Haibing wrote: > > From: YueHaibing > > If CONFIG_TEST_KMOD is set to M, while CONFIG_BLOCK is not set, > XFS and BTRFS can not be compiled successly. > > Reported-by: Hulk Robot > Fixes: d9c6a72d6fa2 ("kmod: add test driver to stress test the module

[PATCH] lib/Kconfig.debug: Fix build error without CONFIG_BLOCK

2019-04-10 Thread Yue Haibing
From: YueHaibing If CONFIG_TEST_KMOD is set to M, while CONFIG_BLOCK is not set, XFS and BTRFS can not be compiled successly. Reported-by: Hulk Robot Fixes: d9c6a72d6fa2 ("kmod: add test driver to stress test the module loader") Signed-off-by: YueHaibing --- lib/Kconfig.debug | 1 + 1 file