Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1955363AbdDYW6K (ORCPT ); Tue, 25 Apr 2017 18:58:10 -0400 Received: from mail-oi0-f44.google.com ([209.85.218.44]:35690 "EHLO mail-oi0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2994100AbdDYW5y (ORCPT ); Tue, 25 Apr 2017 18:57:54 -0400 MIME-Version: 1.0 In-Reply-To: <20170425222250.GC15722@omniknight.lm.intel.com> References: <20170425211651.7640-1-toshi.kani@hpe.com> <20170425214422.GB15722@omniknight.lm.intel.com> <1493156958.26622.8.camel@hpe.com> <20170425222250.GC15722@omniknight.lm.intel.com> From: Dan Williams Date: Tue, 25 Apr 2017 15:57:52 -0700 Message-ID: Subject: Re: [PATCH] libnvdimm: fix phys_addr for nvdimm_clear_poison To: Vishal Verma Cc: "Kani, Toshimitsu" , "linux-kernel@vger.kernel.org" , "Jiang, Dave" , "linux-nvdimm@lists.01.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 488 Lines: 16 On Tue, Apr 25, 2017 at 3:22 PM, Vishal Verma 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 Thanks, applied.