Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp314770ybi; Sat, 15 Jun 2019 01:34:45 -0700 (PDT) X-Google-Smtp-Source: APXvYqz0piDfqH8uUNGHzYbwWBlA/1pn2hKsvAE0hLxbVttYMOr/neJS0s0sWKRmpgq5oQ1hcBnk X-Received: by 2002:a17:902:5ac4:: with SMTP id g4mr20551027plm.80.1560587685464; Sat, 15 Jun 2019 01:34:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560587685; cv=none; d=google.com; s=arc-20160816; b=Ni5vjmuMSMOxGQq8nCwhrb9r8yPiMKXDXXMwQSpSO+Alsr0pAOAuKzReoFMKNk5uCI X09dVLdUVIFlvi3TvgsjCQE/djyEfKml6m7QxPWrd6bx/Zou0RnXwomeL9McWSt8xUZo Aa2LEN+kxQ99UQIXxbQYjUJO76el+BH/RtIZqO3OJnNKvrphvcN6sDBVV1SPgcrUqUXo /26XUeLu0wR3LOL4BUMdjyrB/ZtePfSxn1PySBIn/a/GLHaEFrsyLsisYKImDTuSSuVW vtoulde5jsMRM9d6/Je3622aSKjDkdIqELN9wCAHlwXAU5Ff4a1ZU7okBYtg+YSWaBNd M2QQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=mR7PxNzd5bP66FhVZHZ5KOQNeolUowFMkemyz6yQM7g=; b=zNh68Y116QwB1/Ci/uRcJRYE70eAZGsQuDAUj5PNv6K2efUWM5uabB3pKQeigihjBR ilDQa+dpTVV6XJ+ww8xJcUmBwDNndR51vwHG0GNpuoZJj4VNngZvUxW3vmgAiwGgat3R i8TrpgWCds39swT53sIRrJP6Q6whGZyW/fhLJ9CJTztgC5DWP8xEDf9Rr7/FHcLl/Cxt CG+QB1+J2WPTvii5AeHVogLtzqBLF1wdBT3HjGY70sDryg840Qa44P8k92wK43I1Z93Q 1qp2GqjeV29r8YpAYcyyz/mzc/xz7RKtnLXvEXCEYF3/E6RnfKKKmOaC9/nF1E9FCJak CJOA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q1si4303489pll.25.2019.06.15.01.34.30; Sat, 15 Jun 2019 01:34:45 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726236AbfFOIe0 (ORCPT + 99 others); Sat, 15 Jun 2019 04:34:26 -0400 Received: from verein.lst.de ([213.95.11.211]:52416 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725825AbfFOIe0 (ORCPT ); Sat, 15 Jun 2019 04:34:26 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 31A9C68AFE; Sat, 15 Jun 2019 10:33:57 +0200 (CEST) Date: Sat, 15 Jun 2019 10:33:56 +0200 From: Christoph Hellwig To: Dan Williams Cc: Christoph Hellwig , =?iso-8859-1?B?Suly9G1l?= Glisse , Jason Gunthorpe , Ben Skeggs , Linux MM , nouveau@lists.freedesktop.org, Maling list - DRI developers , linux-nvdimm , linux-pci@vger.kernel.org, Linux Kernel Mailing List , Andrew Morton Subject: Re: dev_pagemap related cleanups Message-ID: <20190615083356.GB23406@lst.de> References: <20190613094326.24093-1-hch@lst.de> <20190614061333.GC7246@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 14, 2019 at 06:14:45PM -0700, Dan Williams wrote: > On Thu, Jun 13, 2019 at 11:14 PM Christoph Hellwig wrote: > > > > On Thu, Jun 13, 2019 at 11:27:39AM -0700, Dan Williams wrote: > > > It also turns out the nvdimm unit tests crash with this signature on > > > that branch where base v5.2-rc3 passes: > > > > How do you run that test? > > This is the unit test suite that gets kicked off by running "make > check" from the ndctl source repository. In this case it requires the > nfit_test set of modules to create a fake nvdimm environment. > > The setup instructions are in the README, but feel free to send me > branches and I can kick off a test. One of these we'll get around to > making it automated for patch submissions to the linux-nvdimm mailing > list. Oh, now I remember, and that was the bummer as anything requiring modules just does not fit at all into my normal test flows that just inject kernel images and use otherwise static images.