Re: [PATCH] nvdimm: move the check on nd_reserved2 to the endpoint

From: Dan Williams
Date: Mon Sep 04 2017 - 14:18:21 EST


On Mon, Sep 4, 2017 at 8:34 AM, Meng Xu <mengxu.gatech@xxxxxxxxx> wrote:
> This patch delays the check of nd_reserved2 to the actual endpoint
> (acpi_nfit_ctl) that uses it, as a prevention of a potential
> double-fetch bug.
>
> Detailed discussion can be found at
> https://marc.info/?l=linux-kernel&m=150421938113092&w=2

Thanks for doing this, I went ahead and copied this discussion into
the patch and applied it.