On Fri, Aug 19, 2016 at 1:40 PM, Vishal Verma <[email protected]> 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: <[email protected]> > Cc: <[email protected]> > Cc: Dan Williams <[email protected]> > Reported-by: Linda Knippers <[email protected]> > Signed-off-by: Vishal Verma <[email protected]>
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.

