summaryrefslogtreecommitdiff
path: root/proto_lldp.c
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2015-05-02 20:28:02 +0300
committerTobias Klauser <tklauser@distanz.ch>2015-05-04 09:33:19 +0200
commitb0865315c57118d83d7905c2d5e2abace3e6192a (patch)
treed7b3e927c4c6ece2be36052c8f07023d5e7526e2 /proto_lldp.c
parentdafb89c7a307272189b29a5c74bd6e33068ac831 (diff)
netsniff-ng nlmsg: Print type for NETLINK_ROUTE
Print nlmsg type name for rtnetlink messages. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> [tk: ifdef guards for RTM_NEWNETCONF and RTMNEWMDB, other minor fixes] Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'proto_lldp.c')
0 files changed, 0 insertions, 0 deletions
ommit-msg'>In rdma_read_chunk_frmr() when ib_post_send() fails, the error code path invokes ib_dma_unmap_sg() to unmap the sg list. It then invokes svc_rdma_put_frmr() which in turn tries to unmap the same sg list through ib_dma_unmap_sg() again. This second unmap is invalid and could lead to problems when the iova being unmapped is subsequently reused. Remove the call to unmap in rdma_read_chunk_frmr() and let svc_rdma_put_frmr() handle it. Fixes: 412a15c0fe53 ("svcrdma: Port to new memory registration API") Cc: stable@vger.kernel.org Signed-off-by: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com> Reviewed-by: Chuck Lever <chuck.lever@oracle.com> Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'tools/perf/pmu-events/arch/x86/silvermont')