From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754897AbdCPPxk (ORCPT ); Thu, 16 Mar 2017 11:53:40 -0400 Received: from mga07.intel.com ([134.134.136.100]:14433 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754065AbdCPPxi (ORCPT ); Thu, 16 Mar 2017 11:53:38 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,173,1486454400"; d="scan'208";a="1143352025" Date: Thu, 16 Mar 2017 09:53:35 -0600 From: Ross Zwisler To: Ross Zwisler , Xiong Zhou , linux-nvdimm@ml01.01.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: fsx tests on DAX started to fail with msync failure on 0307 -next tree Message-ID: <20170316155335.GA27340@linux.intel.com> Mail-Followup-To: Ross Zwisler , Xiong Zhou , linux-nvdimm@ml01.01.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org References: <20170314025642.nwpf7zxbc6655gum@XZHOUW.usersys.redhat.com> <20170314173609.GA13885@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170314173609.GA13885@linux.intel.com> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 14, 2017 at 11:36:10AM -0600, Ross Zwisler wrote: > On Tue, Mar 14, 2017 at 10:56:42AM +0800, Xiong Zhou wrote: > > Hi, > > > > xfstests cases: > > generic/075 generic/112 generic/127 generic/231 generic/263 > > > > fail with DAX, pass without it. Both xfs and ext4. > > > > It was okay on 0306 -next tree. > > Thanks for the report. I'm looking into it. -next is all kinds of broken. > :( Just FYI, in case folks are still testing -next: One other issue that I was hitting was that for many of the commits in -next kernel modules wouldn't load, which meant that my /dev/pmem0 device wasn't showing up because I have libnvdimm compiled as a module. I bisected that issue to this commit: commit d1091c7fa3d5 ("objtool: Improve detection of BUG() and other dead ends") It looks like Xiong also found this issue: https://lkml.org/lkml/2017/3/2/114 And Linus found it: https://lkml.org/lkml/2017/2/28/794 - Ross