On Fri, Aug 19, 2016 at 1:40 PM, Vishal Verma <vishal.l.ve...@intel.com> wrote: > Commit 209851649dc4 "acpi: nfit: Add support for hot-add" added > support for _FIT notifications, but it neglected to verify the > notification event code matches the one in the ACPI spec for > "NFIT Update". Currently there is only one code in the spec, but > once additional codes are added, older kernels (without this fix) > will misbehave by assuming all event notifications are for an > NFIT Update. > > Fixes: 209851649dc4 ("acpi: nfit: Add support for hot-add") > Cc: <sta...@vger.kernel.org> > Cc: <linux-a...@vger.kernel.org> > Cc: Dan Williams <dan.j.willi...@intel.com> > Reported-by: Linda Knippers <linda.knipp...@hpe.com> > Signed-off-by: Vishal Verma <vishal.l.ve...@intel.com>
Looks good to me. Given the lead time of spec changes I think this can wait for the 4.9 merge window. I'll add it to the -next branch.