diff options
author | Jesse Brandeburg <[email protected]> | 2016-01-04 10:33:05 -0800 |
---|---|---|
committer | Jeff Kirsher <[email protected]> | 2016-02-17 08:27:21 -0800 |
commit | 38c3cec73c7be6789a3e3ed06ff74ce84f5b1528 (patch) | |
tree | 951aab76204540b871e750f4b1a5132a35f267bf /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | e9f6563d7bb3914711c6601cdf5d9f9b6e1b461f (diff) |
i40e: allocate memory safer
The sync_vsi_filter function was allocating memory in such
a way that it could sleep (GFP_KERNEL) which was causing a problem
when called by the team driver under rcu_read_lock(), which cannot
be held while sleeping. Found with lockdep.
Change-ID: I4e59053cb5eedcf3d0ca151715be3dc42a94bdd5
Signed-off-by: Jesse Brandeburg <[email protected]>
Tested-by: Andrew Bowers <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions