diff options
| author | Venkatesh Srinivas <[email protected]> | 2019-01-23 11:27:51 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2019-01-31 15:22:51 +0000 |
| commit | 865a11f987ab5f03089b2728420b61a2a1f7051a (patch) | |
| tree | 297392fb063a48e7b8faa6db2759453703dc6030 /drivers/fpga/altera-ps-spi.c | |
| parent | Revert "arm64: dts: sdm845: Add interconnect provider DT nodes" (diff) | |
| download | kernel-865a11f987ab5f03089b2728420b61a2a1f7051a.tar.gz kernel-865a11f987ab5f03089b2728420b61a2a1f7051a.zip | |
uio/uio_pci_generic: Disable bus-mastering on release
Userspace code using uio_pci_generic may enable bus-mastering by
directly manipulating a PCI device's command register. If a userspace
program enables bus-mastering but exits/crashes uncleanly, bus-
mastering will still be enabled and stale DMA addresses may be
programmed and live in the device.
Disable bus-mastering unconditionally on last close of a UIO PCI fd
to avoid this. If the device did not have bus-mastering enabled,
pci_clear_master() is a no-op.
Signed-off-by: Venkatesh Srinivas <[email protected]>
Reviewed-by: Bjorn Helgaas <[email protected]>
Reviewed-by: Catherine Sullivan <[email protected]>
Acked-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/fpga/altera-ps-spi.c')
0 files changed, 0 insertions, 0 deletions
