> > > The device name is not being initialized during the idxd bus scan
> > > which will cause segmentation faults when an appliation tries to
> > > access this information.
> > >
> > > This patch adds the required initialization of the device name so that
> > > it can be read without issues.
> > >
> > > Fixes: b7aaf417f936 ("raw/ioat: add bus driver for device scanning
> > > automatically")
> > >
> > > Reported-by: Sunil Pai G <[email protected]>
> > > Signed-off-by: Kevin Laatz <[email protected]>
> > > ---
> > Acked-by: Bruce Richardson <[email protected]>
>
> Tested-by: Sunil Pai G <[email protected]>
Applied, thanks