ib_srpt, iscsi-scst: Port to Linux kernel v5.8 (merge r9060 from trunk)

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.4.x@9101 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2020-08-03 03:04:25 +00:00
parent 93cb0bea8b
commit a8a356f4a6
6 changed files with 67 additions and 10 deletions
+12
View File
@@ -193,6 +193,12 @@ conftest/gid_change/result-$(KVER).txt: \
conftest/gid_change/Makefile
echo "$(call run_conftest,gid_change,-DHAVE_IB_EVENT_GID_CHANGE)" >"$@"
conftest/ib_client_add_one/result-$(KVER).txt: \
conftest/ib_client_add_one/add_one.c \
conftest/ib_client_add_one/Makefile
echo "$(call run_conftest_bool,ib_client_add_one, \
IB_CLIENT_ADD_ONE_RETURNS_INT)" >"$@"
conftest/ib_client_remove/result-$(KVER).txt: \
conftest/ib_client_remove/ib_client_remove.c \
conftest/ib_client_remove/Makefile
@@ -266,6 +272,12 @@ conftest/rdma_query_gid/result-$(KVER).txt: \
conftest/rdma_query_gid/Makefile
echo "$(call run_conftest_bool,rdma_query_gid,HAVE_RDMA_QUERY_GID)" >"$@"
conftest/rdma_reject/result-$(KVER).txt: \
conftest/rdma_reject/rdma_reject.c \
conftest/rdma_reject/Makefile
echo "$(call run_conftest_bool,rdma_reject, \
RDMA_REJECT_HAS_FOUR_ARGS)" >"$@"
conftest/register_mad_agent/result-$(KVER).txt: \
conftest/register_mad_agent/register_mad_agent.c \
conftest/register_mad_agent/Makefile