From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1033598AbdAEKq2 (ORCPT ); Thu, 5 Jan 2017 05:46:28 -0500 Received: from hr2.samba.org ([144.76.82.148]:22342 "EHLO hr2.samba.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936873AbdAEKov (ORCPT ); Thu, 5 Jan 2017 05:44:51 -0500 Date: Thu, 5 Jan 2017 21:44:10 +1100 From: Anton Blanchard To: "Theodore Ts'o" Cc: Chandan Rajendra , jack@suse.cz, Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , Stephen Rothwell , axboe@fb.com, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org, Jens Axboe , torvalds@linux-foundation.org Subject: Re: ext4 filesystem corruption with 4.10-rc2 on ppc64le Message-ID: <20170105214410.0fc5cd58@kryten> In-Reply-To: <20170104152837.wdh7cdncs7gyged7@thunk.org> References: <20170104161808.5ad7b4fd@kryten> <6085340.JSrffQ0Szo@localhost.localdomain> <20170104152837.wdh7cdncs7gyged7@thunk.org> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ted, > Anton or Chandan, could you do me a favor and verify whether or not > 64k block sizes are working for you on ppcle on ext4 by running > xfstests? Light duty testing works for me but when I stress ext4 with > pagesize==blocksize on ppcle64 via xfstests, it blows up. I suspect > (but am not sure) it's due to (non-upstream) device driver issues, and > a verification that you can run xfstests on your ppcle64 systems using > standard upstream device drivers would be very helpful, since I don't > have easy console access on the machines I have access to at > $WORK. :-( I fired off an xfstests run, and it looks good. There are 3 failures, but they seem to be setup issues on my part. I also double checked those same three failed on 4.8. Chandan has been running the test suite regularly, and plans to do a run against mainline too. Anton