On Thu, 2017-11-30 at 17:55 -0800, Dan Williams wrote:
> Integration testing with a BIOS that generates injected health event
> notifications fails to communicate those events to userspace. The nfit
> driver neglects to link the ACPI DIMM device with the necessary driver
> data so acpi_nvdimm_notify() fails this lookup:
> 
>         nfit_mem = dev_get_drvdata(dev);
>         if (nfit_mem && nfit_mem->flags_attr)
>                 sysfs_notify_dirent(nfit_mem->flags_attr);
> 
> Add the necessary linkage when installing the notification handler and
> clean it up when the nfit driver instance is torn down.
> 
> Cc: <sta...@vger.kernel.org>
> Cc: Toshi Kani <toshi.k...@hpe.com>
> Cc: Vishal Verma <vishal.l.ve...@intel.com>
> Fixes: ba9c8dd3c222 ("acpi, nfit: add dimm device notification support")
> Reported-by: Daniel Osawa <daniel.k.os...@intel.com>
> Signed-off-by: Dan Williams <dan.j.willi...@intel.com>

The fix looks good.  Sorry it appears that I only tested ACPI
notification, not sysfs event, for the original change.

Reviewed-by: Toshi Kani <toshi.k...@hpe.com>

Thanks!
-Toshi
_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm

Reply via email to