summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorSteve Wise <swise@opengridcomputing.com>2011-05-13 18:37:18 +0000
committerRoland Dreier <roland@purestorage.com>2011-05-24 10:01:04 -0700
commit807838686eb9e40d73b8a3f2384881358f51fff0 (patch)
tree13ab2b82122044054693e949513500bbc8967aef /tools/perf/scripts/python/call-graph-from-postgresql.py
parent257313b2a87795e07a0bdf58d0fffbdba8b31051 (diff)
downloadkernel-807838686eb9e40d73b8a3f2384881358f51fff0.tar.gz
RDMA/cxgb3: Don't post zero-byte read if endpoint is going away
tx_ack() wasn't checking the endpoint state and consequently would attempt to post the p2p 0B read on an endpoint/QP that is closing or aborting. This causes a NULL pointer dereference crash. Signed-off-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions
17 18:58:17 +0100'>2008-12-17swiotlb: consolidate swiotlb info message printingIan Campbell 2008-12-17swiotlb: support bouncing of HighMem pagesJeremy Fitzhardinge 2008-12-17swiotlb: factor out copy to/from deviceJeremy Fitzhardinge 2008-12-17swiotlb: add arch hook to force mappingIan Campbell 2008-12-17swiotlb: allow architectures to override phys<->bus<->phys conversionsIan Campbell 2008-12-17swiotlb: add comment where we handle the overflow of a dma mask on 32 bitIan Campbell 2008-12-16swiotlb: move some definitions to headerIan Campbell 2008-12-16swiotlb: allow architectures to override swiotlb pool allocationJeremy Fitzhardinge 2008-11-17swiotlb: use coherent_dma_mask in alloc_coherentFUJITA Tomonori 2008-10-23swiotlb: remove panic for alloc_coherent failureFUJITA Tomonori 2008-09-19convert swiotlb to use dma_get_maskFUJITA Tomonori 2008-09-10swiotlb: convert swiotlb to use is_buffer_dma_capable helper functionFUJITA Tomonori 2008-09-08swiotlb: add is_swiotlb_buffer helper functionFUJITA Tomonori 2008-09-08swiotlb: use unmap_single instead of swiotlb_unmap_single in swiotlb_free_coh...FUJITA Tomonori 2008-09-08swiotlb: use map_single instead of swiotlb_map_single in swiotlb_alloc_coherentFUJITA Tomonori 2008-09-08swiotlb: remove GFP_DMA hack in swiotlb_alloc_coherentFUJITA Tomonori 2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori 2008-04-29dma/ia64: update ia64 machvecs, swiotlb.cArthur Kepner 2008-04-29swiotlb: use iommu_is_span_boundary helper functionFUJITA Tomonori 2008-04-29lib/swiotlb.c: cleanupsAndrew Morton 2008-03-13avoid endless loops in lib/swiotlb.cJan Beulich 2008-02-05iommu sg merging: swiotlb: respect the segment boundary limitsFUJITA Tomonori