From 75e7656dc3c4a8b88a21a10102639c671d6f7d9b Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 10 Feb 2015 14:02:49 +0000 Subject: [PATCH] ib_srpt: Minor build process terminology change (merge r5338 from trunk) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@6064 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/Makefile | 2 +- srpt/README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srpt/Makefile b/srpt/Makefile index 9172ed0da..d52b6884c 100644 --- a/srpt/Makefile +++ b/srpt/Makefile @@ -94,7 +94,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 695065c45..f8bb7d916 100644 --- a/srpt/README +++ b/srpt/README @@ -400,7 +400,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