Merge branch 'svn-trunk'

This commit is contained in:
Bart Van Assche
2020-05-06 08:10:24 -07:00
46 changed files with 53 additions and 53 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_cm.h>
static int modinit(void)
static int __init modinit(void)
{
struct ib_qp qp = { };
const struct ib_recv_wr recv_wr = { };
@@ -6,7 +6,7 @@ static int h(struct ib_cm_id *cm_id, const struct ib_cm_event *event)
return 0;
}
static int modinit(void)
static int __init modinit(void)
{
return ib_create_cm_id(NULL, h, NULL) != NULL;
}
+1 -1
View File
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_cm.h>
static int modinit(void)
static int __init modinit(void)
{
return ib_cm_listen(NULL, 0, 0, NULL);
}
+1 -1
View File
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_verbs.h>
static int modinit(void)
static int __init modinit(void)
{
struct ib_cq *q;
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_mad.h>
static int modinit(void)
static int __init modinit(void)
{
struct ib_mad_send_buf *b;
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_mad.h>
static int modinit(void)
static int __init modinit(void)
{
struct ib_mad_send_buf *b;
@@ -2,7 +2,7 @@
#include <linux/stddef.h>
#include <rdma/ib_verbs.h>
static int modinit(void)
static int __init modinit(void)
{
return offsetof(struct ib_device_attr, max_recv_sge);
}
+1 -1
View File
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_verbs.h>
static int modinit(void)
static int __init modinit(void)
{
return IB_EVENT_GID_CHANGE;
}
@@ -5,7 +5,7 @@ static void remove_one(struct ib_device *device, void *client_data)
{
}
static int modinit(void)
static int __init modinit(void)
{
struct ib_client c = { .remove = remove_one };
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_verbs.h>
static int modinit(void)
static int __init modinit(void)
{
return ib_dma_mapping_error(NULL, 0) != 0;
}
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_mad.h>
static int modinit(void)
static int __init modinit(void)
{
return (uintptr_t)ib_set_cpi_resp_time;
}
@@ -7,7 +7,7 @@ static void imrh(struct ib_mad_agent *mad_agent,
{
}
static int modinit(void)
static int __init modinit(void)
{
ib_mad_recv_handler h = imrh;
@@ -2,7 +2,7 @@
#include <linux/stddef.h>
#include <rdma/ib_verbs.h>
static int modinit(void)
static int __init modinit(void)
{
return offsetof(struct ib_pd, local_dma_lkey);
}
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_verbs.h>
static int modinit(void)
static int __init modinit(void)
{
return (uintptr_t)ib_query_device;
}
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_verbs.h>
static int modinit(void)
static int __init modinit(void)
{
return ib_query_device(NULL, NULL);
}
+1 -1
View File
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_verbs.h>
static int modinit(void)
static int __init modinit(void)
{
return ib_query_gid(NULL, 0, 0, NULL, NULL);
}
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/rdma_cm.h>
static int modinit(void)
static int __init modinit(void)
{
return rdma_create_id(NULL, NULL, NULL, 0, 0) != NULL;
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_mad.h>
static int modinit(void)
static int __init modinit(void)
{
struct ib_mad_agent *a;
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <linux/net.h>
static int modinit(void)
static int __init modinit(void)
{
int (*f)(struct socket *, struct msghdr *, size_t, int) = sock_recvmsg;
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_verbs.h>
static int modinit(void)
static int __init modinit(void)
{
struct ib_send_wr wr = { };
+8 -8
View File
@@ -3,30 +3,30 @@
ABT_DETAILS="x86_64"
ABT_JOBS=5
ABT_KERNELS=" \
5.6.3 \
5.5.16-nc \
5.4.31-nc \
5.6.11 \
5.5.19-nc \
5.4.39-nc \
5.3.18-nc \
5.2.21-nc \
5.1.21-nc \
5.0.21-nc \
4.20.17-nc \
4.19.114-nc \
4.19.121-nc \
4.18.20-nc \
4.17.19-nc \
4.16.18-nc \
4.15.18-nc \
4.14.175-nc \
4.14.179-nc \
4.13.16-nc \
4.12.14-nc \
4.11.12-nc \
4.10.17-nc \
4.9.218-nc \
4.9.222-nc \
4.8.17-nc \
4.7.10-nc \
4.6.7-nc \
4.5.7-nc \
4.4.218-nc \
4.4.222-nc \
4.3.6-nc \
4.2.8-nc \
4.1.52-nc \
@@ -34,7 +34,7 @@ ABT_KERNELS=" \
3.19.8-nc \
3.18.140-nc \
3.17.8-nc \
3.16.82-nc \
3.16.83-nc \
3.15.10-nc \
3.14.79-nc \
3.13.11-nc \
+1 -1
View File
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_cm.h>
static int modinit(void)
static int __init modinit(void)
{
struct ib_qp qp = { };
const struct ib_recv_wr recv_wr = { };
+1 -1
View File
@@ -6,7 +6,7 @@ static int h(struct ib_cm_id *cm_id, const struct ib_cm_event *event)
return 0;
}
static int modinit(void)
static int __init modinit(void)
{
return ib_create_cm_id(NULL, h, NULL) != NULL;
}
+1 -1
View File
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_cm.h>
static int modinit(void)
static int __init modinit(void)
{
return ib_cm_listen(NULL, 0, 0, NULL);
}
+1 -1
View File
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_verbs.h>
static int modinit(void)
static int __init modinit(void)
{
struct ib_cq *q;
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_mad.h>
static int modinit(void)
static int __init modinit(void)
{
struct ib_mad_send_buf *b;
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_mad.h>
static int modinit(void)
static int __init modinit(void)
{
struct ib_mad_send_buf *b;
@@ -2,7 +2,7 @@
#include <linux/stddef.h>
#include <rdma/ib_verbs.h>
static int modinit(void)
static int __init modinit(void)
{
return offsetof(struct ib_device_attr, max_send_sge);
}
+1 -1
View File
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_verbs.h>
static int modinit(void)
static int __init modinit(void)
{
return IB_EVENT_GID_CHANGE;
}
@@ -5,7 +5,7 @@ static void remove_one(struct ib_device *device, void *client_data)
{
}
static int modinit(void)
static int __init modinit(void)
{
struct ib_client c = { .remove = remove_one };
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_verbs.h>
static int modinit(void)
static int __init modinit(void)
{
return ib_dma_mapping_error(NULL, 0) != 0;
}
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_mad.h>
static int modinit(void)
static int __init modinit(void)
{
return (uintptr_t)ib_set_cpi_resp_time;
}
+1 -1
View File
@@ -3,7 +3,7 @@
#undef ib_sg_dma_len
static int modinit(void)
static int __init modinit(void)
{
return ib_sg_dma_len != NULL;
}
@@ -7,7 +7,7 @@ static void imrh(struct ib_mad_agent *mad_agent,
{
}
static int modinit(void)
static int __init modinit(void)
{
ib_mad_recv_handler h = imrh;
@@ -2,7 +2,7 @@
#include <linux/stddef.h>
#include <rdma/ib_verbs.h>
static int modinit(void)
static int __init modinit(void)
{
return offsetof(struct ib_pd, local_dma_lkey);
}
+1 -1
View File
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_verbs.h>
static int modinit(void)
static int __init modinit(void)
{
return (uintptr_t)ib_query_device;
}
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_verbs.h>
static int modinit(void)
static int __init modinit(void)
{
return ib_query_device(NULL, NULL);
}
+1 -1
View File
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_verbs.h>
static int modinit(void)
static int __init modinit(void)
{
return ib_query_gid(NULL, 0, 0, NULL, NULL);
}
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/rdma_cm.h>
static int modinit(void)
static int __init modinit(void)
{
return rdma_create_id(NULL, NULL, NULL, 0, 0) != NULL;
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_verbs.h>
static int modinit(void)
static int __init modinit(void)
{
return rdma_destroy_ah(NULL) != 0;
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_verbs.h>
static int modinit(void)
static int __init modinit(void)
{
return rdma_destroy_ah(NULL, 0) != 0;
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_cache.h>
static int modinit(void)
static int __init modinit(void)
{
return rdma_query_gid(NULL, 0, 0, NULL);
}
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_mad.h>
static int modinit(void)
static int __init modinit(void)
{
struct ib_mad_agent *a;
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <scsi/srp.h>
static int modinit(void)
static int __init modinit(void)
{
return SRP_DATA_DESC_IMM;
}
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <scsi/srp.h>
static int modinit(void)
static int __init modinit(void)
{
return sizeof(struct srp_login_req_rdma);
}
@@ -1,7 +1,7 @@
#include <linux/module.h>
#include <rdma/ib_verbs.h>
static int modinit(void)
static int __init modinit(void)
{
struct ib_send_wr wr = { };