Whamcloud - gitweb
LU-14651 build: remove KALLSYMS build requirement 70/46070/2
authorJames Simmons <jsimmons@infradead.org>
Wed, 12 Jan 2022 16:55:46 +0000 (11:55 -0500)
committerOleg Drokin <green@whamcloud.com>
Wed, 26 Jan 2022 05:14:03 +0000 (05:14 +0000)
Now that kallsyms is no longer exported some distros kernels are
disabling it by default. If kallsyms is disabled lustre will fail
configure. Remove this hard requirmenet.

Test-Parameters: trivial
Change-Id: I710433e99afd75eea6a3bf1d77878b97beaed605
Signed-off-by: James Simmons <jsimmons@infradead.org>
Reviewed-on: https://review.whamcloud.com/46070
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
config/lustre-build-linux.m4

index 3df513c..fbf587e 100644 (file)
@@ -450,13 +450,6 @@ module support is required to build Lustre kernel modules.
 
 LB_CHECK_CONFIG([MODVERSIONS])
 
-LB_CHECK_CONFIG([KALLSYMS], [], [
-       AC_MSG_ERROR([
-
-Lustre requires that CONFIG_KALLSYMS is enabled in your kernel.
-])
-       ])
-
 # 2.6.28
 LC_MODULE_LOADING
 ])