From 2901a756a1496e809627ad0d2e195256b8afbd4f Mon Sep 17 00:00:00 2001 From: James Simmons Date: Wed, 12 Jan 2022 11:55:46 -0500 Subject: [PATCH] LU-14651 build: remove KALLSYMS build requirement 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 --- config/lustre-build-linux.m4 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config/lustre-build-linux.m4 b/config/lustre-build-linux.m4 index 3df513c..fbf587e 100644 --- a/config/lustre-build-linux.m4 +++ b/config/lustre-build-linux.m4 @@ -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 ]) -- 1.8.3.1