Re: [PATCH] libnvdimm: fix phys_addr for nvdimm_clear_poison

From: Dan Williams
Date: Tue Apr 25 2017 - 18:58:20 EST


On Tue, Apr 25, 2017 at 3:22 PM, Vishal Verma <vishal.l.verma@xxxxxxxxx> wrote:
> On 04/25, Kani, Toshimitsu wrote:
>> On Tue, 2017-04-25 at 15:44 -0600, Vishal Verma wrote:
>> > On 04/25, Toshi Kani wrote:
> [...]
>> >
>> > Should we be using nsio->res.start here or nsio->addr ?
>>
>> nsio->addr is a virtual address. We need to pass the physical address
>> of this range.
>
> I see - makes sense.
> You can add
> Reviewed-by: Vishal Verma <vishal.l.verma@xxxxxxxxx>

Thanks, applied.