aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorThomas Falcon <[email protected]>2017-06-14 23:50:08 -0500
committerDavid S. Miller <[email protected]>2017-06-15 14:29:00 -0400
commit1cf9cc72bd7024af69419b5adee42c39ad4caf6f (patch)
tree2e4f85e0094e33f2b5705f89111af791894a6513 /tools/perf/scripts/python/stackcollapse.py
parentc8b2ad0a4a9015228874708f83a17b7bdb194f84 (diff)
ibmvnic: Remove VNIC_CLOSING check from pending_scrq
Fix a kernel panic resulting from data access of a NULL pointer during device close. The pending_scrq routine is meant to determine whether there is a valid sub-CRQ message awaiting processing. When the device is closing, however, there is a possibility that NULL messages can be processed because pending_scrq will always return 1 even if there no valid message in the queue. It's not clear what this closing state check was originally meant to accomplish, so just remove it. Signed-off-by: Thomas Falcon <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions