From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f200.google.com (mail-pf0-f200.google.com [209.85.192.200]) by kanga.kvack.org (Postfix) with ESMTP id B76756B0005 for ; Tue, 12 Jun 2018 15:37:45 -0400 (EDT) Received: by mail-pf0-f200.google.com with SMTP id p29-v6so51477pfi.19 for ; Tue, 12 Jun 2018 12:37:45 -0700 (PDT) Received: from mga01.intel.com (mga01.intel.com. [192.55.52.88]) by mx.google.com with ESMTPS id z3-v6si731911pgb.277.2018.06.12.12.37.44 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Jun 2018 12:37:44 -0700 (PDT) Date: Tue, 12 Jun 2018 13:37:41 -0600 From: Ross Zwisler Subject: Re: [PATCH v13 00/72] Convert page cache to XArray Message-ID: <20180612193741.GC28436@linux.intel.com> References: <20180611140639.17215-1-willy@infradead.org> <20180612104041.GB24375@twin.jikos.cz> <20180612113122.GA19433@bombadil.infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180612113122.GA19433@bombadil.infradead.org> Sender: owner-linux-mm@kvack.org List-ID: To: Matthew Wilcox Cc: dsterba@suse.cz, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Matthew Wilcox , Jan Kara , Jeff Layton , Lukas Czerner , Ross Zwisler , Christoph Hellwig , Goldwyn Rodrigues , Nicholas Piggin , Ryusuke Konishi , linux-nilfs@vger.kernel.org, Jaegeuk Kim , Chao Yu , linux-f2fs-devel@lists.sourceforge.net On Tue, Jun 12, 2018 at 04:31:22AM -0700, Matthew Wilcox wrote: > On Tue, Jun 12, 2018 at 12:40:41PM +0200, David Sterba wrote: > > [ 9875.174796] kernel BUG at fs/inode.c:513! > > What the ... > > Somehow the fix for that got dropped. I spent most of last week chasing > that problem! This is the correct code: > > http://git.infradead.org/users/willy/linux-dax.git/commitdiff/01177bb06761539af8a6c872416109e2c8b64559 > > I'll check over the patchset and see if anything else got dropped! Can you please repost when you have this sorted? I think the commit you've pointed to is in your xarray-20180601 branch, but I see two more recent xarray branches in your tree (xarray-20180608 and xarray-20180612). Basically, I don't know what is stable and what's not, and what I should be reviewing/testing.