Re: [PATCH 05/18] iommu: introduce device fault data

From: Jacob Pan
Date: Tue Apr 09 2019 - 12:41:49 EST


On Tue, 9 Apr 2019 13:03:15 +0300
Andriy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:

> On Mon, Apr 08, 2019 at 04:59:20PM -0700, Jacob Pan wrote:
> > Device faults detected by IOMMU can be reported outside the IOMMU
> > subsystem for further processing. This patch introduces
> > a generic device fault data structure.
> >
> > The fault can be either an unrecoverable fault or a page request,
> > also referred to as a recoverable fault.
> >
> > We only care about non internal faults that are likely to be
> > reported to an external subsystem.
> >
> > Signed-off-by: Jacob Pan <jacob.jun.pan@xxxxxxxxxxxxxxx>
> > Signed-off-by: Jean-Philippe Brucker <jean-philippe.brucker@xxxxxxx>
> > Signed-off-by: Liu, Yi L <yi.l.liu@xxxxxxxxxxxxxxx>
> > Signed-off-by: Ashok Raj <ashok.raj@xxxxxxxxx>
> > Signed-off-by: Eric Auger <eric.auger@xxxxxxxxxx>
>
> JFYI: we have a Co-developed-by tag as well for better granularity of
> what certain person/people did.
>
Good to know, thank!