diff options
author | David S. Miller <davem@davemloft.net> | 2018-05-11 20:53:22 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-05-11 20:53:22 -0400 |
commit | b2d6cee117f708d493c020f9f355297321507be7 (patch) | |
tree | 2c6975b47034de78fc899b4191260bb2704efc0f /net/9p | |
parent | b753a9faaf9aef1338c28ebd9ace6d749428788b (diff) | |
parent | 4bc871984f7cb5b2dec3ae64b570cb02f9ce2227 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
The bpf syscall and selftests conflicts were trivial
overlapping changes.
The r8169 change involved moving the added mdelay from 'net' into a
different function.
A TLS close bug fix overlapped with the splitting of the TLS state
into separate TX and RX parts. I just expanded the tests in the bug
fix from "ctx->conf == X" into "ctx->tx_conf == X && ctx->rx_conf
== X".
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/9p')
-rw-r--r-- | net/9p/trans_common.c | 2 | ||||
-rw-r--r-- | net/9p/trans_fd.c | 4 | ||||
-rw-r--r-- | net/9p/trans_rdma.c | 4 | ||||
-rw-r--r-- | net/9p/trans_virtio.c | 5 | ||||
-rw-r--r-- | net/9p/trans_xen.c | 2 |
5 files changed, 7 insertions, 10 deletions
diff --git a/net/9p/trans_common.c b/net/9p/trans_common.c index 38aa6345bdfa..b718db2085b2 100644 --- a/net/9p/trans_common.c +++ b/net/9p/trans_common.c | |||
@@ -16,7 +16,7 @@ | |||
16 | #include <linux/module.h> | 16 | #include <linux/module.h> |
17 | 17 | ||
18 | /** | 18 | /** |
19 | * p9_release_req_pages - Release pages after the transaction. | 19 | * p9_release_pages - Release pages after the transaction. |
20 | */ | 20 | */ |
21 | void p9_release_pages(struct page **pages, int nr_pages) | 21 | void p9_release_pages(struct page **pages, int nr_pages) |
22 | { | 22 | { |
diff --git a/net/9p/trans_fd.c b/net/9p/trans_fd.c index 0cfba919d167..848969fe7979 100644 --- a/net/9p/trans_fd.c +++ b/net/9p/trans_fd.c | |||
@@ -1092,8 +1092,8 @@ static struct p9_trans_module p9_fd_trans = { | |||
1092 | }; | 1092 | }; |
1093 | 1093 | ||
1094 | /** | 1094 | /** |
1095 | * p9_poll_proc - poll worker thread | 1095 | * p9_poll_workfn - poll worker thread |
1096 | * @a: thread state and arguments | 1096 | * @work: work queue |
1097 | * | 1097 | * |
1098 | * polls all v9fs transports for new events and queues the appropriate | 1098 | * polls all v9fs transports for new events and queues the appropriate |
1099 | * work to the work queue | 1099 | * work to the work queue |
diff --git a/net/9p/trans_rdma.c b/net/9p/trans_rdma.c index 6d8e3031978f..3d414acb7015 100644 --- a/net/9p/trans_rdma.c +++ b/net/9p/trans_rdma.c | |||
@@ -68,8 +68,6 @@ | |||
68 | * @pd: Protection Domain pointer | 68 | * @pd: Protection Domain pointer |
69 | * @qp: Queue Pair pointer | 69 | * @qp: Queue Pair pointer |
70 | * @cq: Completion Queue pointer | 70 | * @cq: Completion Queue pointer |
71 | * @dm_mr: DMA Memory Region pointer | ||
72 | * @lkey: The local access only memory region key | ||
73 | * @timeout: Number of uSecs to wait for connection management events | 71 | * @timeout: Number of uSecs to wait for connection management events |
74 | * @privport: Whether a privileged port may be used | 72 | * @privport: Whether a privileged port may be used |
75 | * @port: The port to use | 73 | * @port: The port to use |
@@ -632,7 +630,7 @@ static int p9_rdma_bind_privport(struct p9_trans_rdma *rdma) | |||
632 | } | 630 | } |
633 | 631 | ||
634 | /** | 632 | /** |
635 | * trans_create_rdma - Transport method for creating atransport instance | 633 | * rdma_create_trans - Transport method for creating a transport instance |
636 | * @client: client instance | 634 | * @client: client instance |
637 | * @addr: IP address string | 635 | * @addr: IP address string |
638 | * @args: Mount options string | 636 | * @args: Mount options string |
diff --git a/net/9p/trans_virtio.c b/net/9p/trans_virtio.c index 3aa5a93ad107..4d0372263e5d 100644 --- a/net/9p/trans_virtio.c +++ b/net/9p/trans_virtio.c | |||
@@ -60,7 +60,6 @@ static atomic_t vp_pinned = ATOMIC_INIT(0); | |||
60 | 60 | ||
61 | /** | 61 | /** |
62 | * struct virtio_chan - per-instance transport information | 62 | * struct virtio_chan - per-instance transport information |
63 | * @initialized: whether the channel is initialized | ||
64 | * @inuse: whether the channel is in use | 63 | * @inuse: whether the channel is in use |
65 | * @lock: protects multiple elements within this structure | 64 | * @lock: protects multiple elements within this structure |
66 | * @client: client instance | 65 | * @client: client instance |
@@ -385,8 +384,8 @@ static int p9_get_mapped_pages(struct virtio_chan *chan, | |||
385 | * @uidata: user bffer that should be ued for zero copy read | 384 | * @uidata: user bffer that should be ued for zero copy read |
386 | * @uodata: user buffer that shoud be user for zero copy write | 385 | * @uodata: user buffer that shoud be user for zero copy write |
387 | * @inlen: read buffer size | 386 | * @inlen: read buffer size |
388 | * @olen: write buffer size | 387 | * @outlen: write buffer size |
389 | * @hdrlen: reader header size, This is the size of response protocol data | 388 | * @in_hdr_len: reader header size, This is the size of response protocol data |
390 | * | 389 | * |
391 | */ | 390 | */ |
392 | static int | 391 | static int |
diff --git a/net/9p/trans_xen.c b/net/9p/trans_xen.c index 086a4abdfa7c..0f19960390a6 100644 --- a/net/9p/trans_xen.c +++ b/net/9p/trans_xen.c | |||
@@ -485,7 +485,7 @@ static int xen_9pfs_front_probe(struct xenbus_device *dev, | |||
485 | 485 | ||
486 | static int xen_9pfs_front_resume(struct xenbus_device *dev) | 486 | static int xen_9pfs_front_resume(struct xenbus_device *dev) |
487 | { | 487 | { |
488 | dev_warn(&dev->dev, "suspsend/resume unsupported\n"); | 488 | dev_warn(&dev->dev, "suspend/resume unsupported\n"); |
489 | return 0; | 489 | return 0; |
490 | } | 490 | } |
491 | 491 | ||