diff options
| author | James Smart <[email protected]> | 2021-07-07 11:43:33 -0700 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2021-07-18 22:30:34 -0400 |
| commit | e8613084053d406c22914385a488e8b85072100c (patch) | |
| tree | 0bd3796c98aa45c1ed32ffc841f1b46f3ca071b1 /tools/perf/scripts/python/net_dropmonitor.py | |
| parent | ae463b60235e7a5decffbb0bd7209952ccda78eb (diff) | |
scsi: lpfc: Remove use of kmalloc() in trace event logging
There are instances when trace event logs are triggered from an interrupt
context. The trace event log may attempt to alloc memory causing scheduling
while atomic bug call traces.
Remove the need for the kmalloc'ed vport array when checking the
log_verbose flag, which eliminates the need for any allocation.
Link: https://lore.kernel.org/r/[email protected]
Co-developed-by: Justin Tee <[email protected]>
Signed-off-by: Justin Tee <[email protected]>
Signed-off-by: James Smart <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions