summaryrefslogtreecommitdiff
path: root/net/netlink/Makefile
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2017-01-31 18:35:37 -0800
committerMax Filippov <jcmvbkbc@gmail.com>2017-01-31 18:49:59 -0800
commit4b3e6f2ef3722f1a6a97b6034ed492c1a21fd4ae (patch)
tree8d7f85ac726d7b702732c8d0921cafc4bb6809cb /net/netlink/Makefile
parent69973b830859bc6529a7a0468ba0d80ee5117826 (diff)
xtensa: fix noMMU build on cores with MMU
Commit bf15f86b343ed8 ("xtensa: initialize MMU before jumping to reset vector") calls MMU management functions even when CONFIG_MMU is not selected. That breaks noMMU build on cores with MMU. Don't manage MMU when CONFIG_MMU is not selected. Cc: stable@vger.kernel.org Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'net/netlink/Makefile')
0 files changed, 0 insertions, 0 deletions
okes 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 'include/trace/events/fib.h')