Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
With LU-15962 build: add in-kernel Module.symvers to symbol path the SUSE building against kernels with multiple flavors fails.
The failure is noticed in autoMakefile being generated incorrectly:
294 EXTRA_OFED_INCLUDE = -I/usr/src/linux-5.3.18-24.96/include -I/usr/src/linux-5.3.18-24.96/include/uapi
295 EXTRA_SYMBOLS = /usr/src/linux-5.3.18-24.96-obj/x86_64/preempt/Module.symvers
296 /usr/src/linux-5.3.18-24.96-obj/x86_64/default/Module.symvers
297 FGREP = /usr/bin/grep -F
298 GNICPPFLAGS =
Here we should have:
EXTRA_SYMBOLS = /usr/src/linux-5.3.18-24.96-obj/x86_64/default/Module.symvers
Fix is to select the correct Module.symvers for the SUSE kernel flavor being built.
Attachments
Activity
Fix Version/s | New: Lustre 2.16.0 [ 15190 ] | |
Fix Version/s | New: Lustre 2.15.2 [ 15991 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |