mbox series

[0/3] scsi: smartpqi: fix DMA overlapping mappings asymmetry

Message ID 20230315192130.970021-1-desnesn@redhat.com
Headers show
Series scsi: smartpqi: fix DMA overlapping mappings asymmetry | expand

Message

Desnes Nunes March 15, 2023, 7:21 p.m. UTC
In summary, this series fixes an overlapping mappings asymmetry on the
smartpqi driver due to a missing pqi_pci_unmap() call, while also adding
the cacheline on debug messages of dma-debug debugging functions.

Other minor non-functional updates are also provided.

Desnes Nunes (3):
  dma-debug: small dma_debug_entry's comment and variable name updates
  dma-debug: add cacheline to user/kernel space dump messages
  scsi: smartpqi: fix overlapping mappings asymmetry on DMA

 drivers/scsi/smartpqi/smartpqi_init.c |   2 +
 kernel/dma/debug.c                    | 133 ++++++++++++++------------
 2 files changed, 72 insertions(+), 63 deletions(-)