mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
srpt: Minor buid process terminology change
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5338 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -411,7 +411,7 @@ Q: Loading the kernel module ib_srpt triggers a kernel panic with a call trace
|
||||
[<ffffffff81002e3b>] 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
|
||||
|
||||
Reference in New Issue
Block a user