diff --git a/srpt/Makefile b/srpt/Makefile index 3a5c1c8c7..1c13b5481 100644 --- a/srpt/Makefile +++ b/srpt/Makefile @@ -113,7 +113,7 @@ src/Module.symvers src/Modules.symvers: $(SCST_SYMVERS_DIR)/$(MODULE_SYMVERS) "installed."; \ false; \ else \ - echo " Building against non-OFED InfiniBand kernel headers."; \ + echo " Building against in-tree InfiniBand kernel headers."; \ cp $< $@; \ fi; \ fi diff --git a/srpt/README b/srpt/README index e15498f84..01297583d 100644 --- a/srpt/README +++ b/srpt/README @@ -411,7 +411,7 @@ Q: Loading the kernel module ib_srpt triggers a kernel panic with a call trace [] system_call_fastpath+0x16/0x1b A: This means that you are using a system on which OFED has been installed but - that ib_srpt has been compiled against the non-OFED kernel headers instead + that ib_srpt has been compiled against the in-tree kernel headers instead of the OFED kernel headers. You can fix this by rebuilding ib_srpt against the OFED kernel headers. The ib_srpt makefile should detect the OFED kernel headers automatically - at least if ib_srpt is built after OFED has been