diff options
| author | James Smart <[email protected]> | 2021-07-07 11:43:42 -0700 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2021-07-18 22:30:36 -0400 |
| commit | affbe24429410fddf4e50ca456c090ed6d8e05bf (patch) | |
| tree | 59a82ab4ce7db4a23dd81ed3c167b9f43c7af187 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | e78c006f4c888231cdabb8a4286ba17980a903fa (diff) | |
scsi: lpfc: Fix KASAN slab-out-of-bounds in lpfc_unreg_rpi() routine
In lpfc_offline_prep() an RPI is freed and nlp_rpi set to 0xFFFF before
calling lpfc_unreg_rpi(). Unfortunately, lpfc_unreg_rpi() uses nlp_rpi to
index the sli4_hba.rpi_ids[] array.
In lpfc_offline_prep(), unreg rpi before freeing the rpi.
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/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions