Whamcloud - gitweb
LU-16793 build: Enable compile tests to require <module>.ko 49/50849/2
authorShaun Tancheff <shaun.tancheff@hpe.com>
Tue, 2 May 2023 10:29:44 +0000 (05:29 -0500)
committerOleg Drokin <green@whamcloud.com>
Wed, 19 Jul 2023 16:44:04 +0000 (16:44 +0000)
commit581db5e89e0d690961e49278a7b50ecce78e5a22
tree4da26d9525e82b7121bfcbb7209f952ee035a129
parentd6136c5df6267712f824db74415cd26b6d8f19ef
LU-16793 build: Enable compile tests to require <module>.ko

Currently the build tests only demand a kernel api test
create an object (.o).

Cases that have a missing symbol export, directly or
indirectly, will generate an object file and fail to
generate a kernel module (.ko).

Enable tests to select the stricter criteria.

Test-Parameters: trivial
Fixes: cc5594df3e ("LU-16759 o2ib: MOFED 5.5+ ib_dma_virt_map_sg")
Signed-off-by: Shaun Tancheff <shaun.tancheff@hpe.com>
Change-Id: Iae481f1287023ea6c2432d147c497fa0a55fd689
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/50849
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: xinliang <xinliang.liu@linaro.org>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
config/lustre-build-linux.m4
lnet/autoconf/lustre-lnet.m4