> > > 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 <sunil.pa...@intel.com> > > > Signed-off-by: Kevin Laatz <kevin.la...@intel.com> > > > --- > > Acked-by: Bruce Richardson <bruce.richard...@intel.com> > > Tested-by: Sunil Pai G <sunil.pa...@intel.com>
Applied, thanks