From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-f199.google.com (mail-oi1-f199.google.com [209.85.167.199]) by kanga.kvack.org (Postfix) with ESMTP id 4A3D06B431A for ; Mon, 26 Nov 2018 13:32:16 -0500 (EST) Received: by mail-oi1-f199.google.com with SMTP id 73so10663281oii.12 for ; Mon, 26 Nov 2018 10:32:16 -0800 (PST) Received: from mail-sor-f65.google.com (mail-sor-f65.google.com. [209.85.220.65]) by mx.google.com with SMTPS id e1sor632658otp.114.2018.11.26.10.32.15 for (Google Transport Security); Mon, 26 Nov 2018 10:32:15 -0800 (PST) MIME-Version: 1.0 References: <20181109203921.178363-1-brho@google.com> <20181114215155.259978-1-brho@google.com> <20181114215155.259978-2-brho@google.com> In-Reply-To: <20181114215155.259978-2-brho@google.com> From: Dan Williams Date: Mon, 26 Nov 2018 10:32:04 -0800 Message-ID: Subject: Re: [PATCH v2 1/3] mm: make dev_pagemap_mapping_shift() externally visible Content-Type: text/plain; charset="UTF-8" Sender: owner-linux-mm@kvack.org List-ID: To: Barret Rhoden Cc: Dave Jiang , zwisler@kernel.org, Vishal L Verma , Paolo Bonzini , rkrcmar@redhat.com, Thomas Gleixner , Ingo Molnar , Borislav Petkov , Naoya Horiguchi , linux-nvdimm , Linux Kernel Mailing List , "H. Peter Anvin" , X86 ML , KVM list , "Zhang, Yu C" , "Zhang, Yi Z" , Linux MM , David Hildenbrand On Wed, Nov 14, 2018 at 1:53 PM Barret Rhoden wrote: > > KVM has a use case for determining the size of a dax mapping. The KVM > code has easy access to the address and the mm; hence the change in > parameters. > > Signed-off-by: Barret Rhoden > Reviewed-by: David Hildenbrand Acked-by: Dan Williams