Re: [PATCH net 1/2] vmxnet3: set the DMA mask before the first DMA map operation

2018-05-14 Thread David Miller
From: Date: Mon, 14 May 2018 08:28:26 -0400 > The DMA mask must be set before, not after, the first DMA map operation, or > the first DMA map operation could in theory fail on some systems. > > Fixes: b0eb57cb97e78 ("VMXNET3: Add support for virtual IOMMU") > Signed-off-by:

[PATCH net 1/2] vmxnet3: set the DMA mask before the first DMA map operation

2018-05-14 Thread hpreg
The DMA mask must be set before, not after, the first DMA map operation, or the first DMA map operation could in theory fail on some systems. Fixes: b0eb57cb97e78 ("VMXNET3: Add support for virtual IOMMU") Signed-off-by: Regis Duchesne Acked-by: Ronak Doshi

[PATCH net 1/2] vmxnet3: set the DMA mask before the first DMA map operation

2018-05-14 Thread hpreg
The DMA mask must be set before, not after, the first DMA map operation, or the first DMA map operation could in theory fail on some systems. Fixes: b0eb57cb97e78 ("VMXNET3: Add support for virtual IOMMU") Signed-off-by: Regis Duchesne Acked-by: Ronak Doshi