> From: Lu Baolu [mailto:baolu...@linux.intel.com]
> Sent: Saturday, October 26, 2019 3:03 PM
>
> Hi again,
>
> On 10/26/19 10:40 AM, Lu Baolu wrote:
> > Hi,
> >
> > On 10/25/19 3:27 PM, Tian, Kevin wrote:
> >>> From: Jacob Pan [mailto:jacob.jun@linux.intel.com]
> >>> Sent: Friday, October 25
> From: Jacob Pan [mailto:jacob.jun@linux.intel.com]
> Sent: Saturday, October 26, 2019 1:34 AM
>
> Hi Kevin,
>
>
> On Fri, 25 Oct 2019 07:19:26 +
> "Tian, Kevin" wrote:
>
> > > From: Jacob Pan [mailto:jacob.jun@linux.intel.com]
> > > Sent: Friday, October 25, 2019 3:55 AM
> > >
>
Remove the variable of return. Issue found by
coccicheck(scripts/coccinelle/misc/returnvar.cocci)
Signed-off-by: Cristiane Naves
---
drivers/iommu/virtio-iommu.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/iommu/virtio-iommu.c b/drivers/iommu/virtio-iommu.c
inde
On 24 Oct 2019, at 5:41, Laurentiu Tudor wrote:
From: Laurentiu Tudor
Convert this driver to usage of the newly introduced dma unmap and
sync DMA APIs. This will get rid of the unsupported direct usage of
iommu_iova_to_phys() API.
Signed-off-by: Laurentiu Tudor
---
.../net/ethernet/frees