Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f5227b
)
LU-16233 build: Add always target for SUSE15 SP3 LTSS
33/48833/1
author
Shaun Tancheff
<shaun.tancheff@hpe.com>
Wed, 12 Oct 2022 06:16:21 +0000
(13:16 +0700)
committer
Shaun Tancheff
<shaun.tancheff@hpe.com>
Wed, 12 Oct 2022 06:16:21 +0000
(13:16 +0700)
SUSE 15 SP3 LTSS kernel version 5.3.18-150300.59.93
(and later) breaks lustre build tests which expect
conftest.i to be generated.
HPE-bug-id: LUS-11286
Test-Parameters: trivial
Signed-off-by: Shaun Tancheff <shaun.tancheff@hpe.com>
Change-Id: If23e9b31b537878a43075ffff62a99906f47fd9a
build/Makefile
patch
|
blob
|
history
diff --git
a/build/Makefile
b/build/Makefile
index
5304d7a
..
5241494
100644
(file)
--- a/
build/Makefile
+++ b/
build/Makefile
@@
-36,6
+36,8
@@
ifneq ($(LUSTRE_KERNEL_TEST),)
extra-y = $(LUSTRE_KERNEL_TEST)
# always-y works since 5.6
always-y = $(LUSTRE_KERNEL_TEST)
+# always works for SUSE SP3 LTSS kernel
+always = $(LUSTRE_KERNEL_TEST)
endif
obj-m := conftest.o