Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp186382ybx; Tue, 29 Oct 2019 16:37:19 -0700 (PDT) X-Google-Smtp-Source: APXvYqwnTgWs2UkyNW9Lz6+v86/rDuiFNQFzSjGbaUlzQU8Uh8TxTY+EiG0nDrpgaIDVU4vwGWba X-Received: by 2002:a05:6402:304c:: with SMTP id bu12mr27877570edb.230.1572392239604; Tue, 29 Oct 2019 16:37:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572392239; cv=none; d=google.com; s=arc-20160816; b=PkVvWKA5J8j6PwdmF0QpgxB+StWtI846bCnlj2HUiARsBNN7wG+tnXn8BbFgiHQTcM 42bDiihn1RmzNDxVApjIclLA9zzn7PNqDHTwr03alarmwjYg1vDZRJr+W/hA+R5TPcc0 Tkx+giHVIYe+NpNwk9tV1XkvP/kJgsPLl4axADvMX97EdB7Uy1RjFGZJAXeg5nIhIX0U zcUZbP47wzjnSweIzRqC2N+VUejfnjRYcb+iMgGTzlg+Lpn5b920wykrfVyWvVEVND13 7kVhQlBpeqxYpmokgkWcq9Ac1Rg1XtCznmH9XDxlv/LZonEW+hJsb+SiCoNFib1Lo+IP kjDA== 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=h8Lmh+KA9KP18mXJkKVP4ZNfOleieSu2ZQRpJSqbgl8=; b=GmgePwDgz91x5eptJ6JWzBlWKBWO+X9wJLppRnnmjTKNhmryjnLtg1nU8DsoUy6TcL NRPFq5+FQRabA0yP9ppc117/dcmyzAEToV3md3LPXspt/qfyOhK3+VQ3jg4ccJqataoE F7wSIomcfmSdW9K1JWuFdgJW6tQcSKkzPBa8cbsd1iDikTrdBp/K7n8MKenIPlZCwBWb H6qsEhqvfLa0WsQVGSscwtFmdWsiHuIJ3qp9J7q/BtiewaGtDNZ1YfLKlTNpmHUdDTk+ WLvqGsQ7QV21Yf5ymBQHlRz1QcpYg3J9vLscI045gmQv+0gM/AZhurGoQcVsT/x9GBVX aVDg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-ext4-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 a1si104305ejy.214.2019.10.29.16.36.54; Tue, 29 Oct 2019 16:37:19 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-ext4-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-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726108AbfJ2Xed (ORCPT + 99 others); Tue, 29 Oct 2019 19:34:33 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:35379 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726053AbfJ2Xec (ORCPT ); Tue, 29 Oct 2019 19:34:32 -0400 Received: from callcc.thunk.org (guestnat-104-133-0-98.corp.google.com [104.133.0.98] (may be forged)) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id x9TNY2XX011791 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 29 Oct 2019 19:34:03 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id E8116420456; Tue, 29 Oct 2019 19:34:01 -0400 (EDT) Date: Tue, 29 Oct 2019 19:34:01 -0400 From: "Theodore Y. Ts'o" To: Matthew Bobrowski Cc: jack@suse.cz, adilger.kernel@dilger.ca, linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org, hch@infradead.org, david@fromorbit.com, darrick.wong@oracle.com Subject: Re: [PATCH v6 00/11] ext4: port direct I/O to iomap infrastructure Message-ID: <20191029233401.GB8537@mit.edu> References: <20191029233159.GA8537@mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191029233159.GA8537@mit.edu> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Tue, Oct 29, 2019 at 07:31:59PM -0400, Theodore Y. Ts'o wrote: > Hi Matthew, it looks like there are a number of problems with this > patch series when using the ext3 backwards compatibility mode (e.g., > no extents enabled). > > So the following configurations are failing: > > kvm-xfstests -c ext3 generic/091 generic/240 generic/263 Here are the details of the generic/240 failure: root@kvm-xfstests:~# diff -u /root/xfstests/tests/generic/240.out /results/ext4/results-ext3/generic/240.out.bad --- /root/xfstests/tests/generic/240.out 2019-10-21 15:29:56.000000000 -0400 +++ /results/ext4/results-ext3/generic/240.out.bad 2019-10-29 19:32:29.166850310 -0400 @@ -1,2 +1,7 @@ QA output created by 240 Silence is golden. +AIO write offset 4608 expected 4096 got 512 +AIO write offset 8704 expected 4096 got 512 +non one buffer at buf[0] => 0x00,00,00,00 +non-one read at offset 12800 +*** WARNING *** /vdd/aiodio_sparse has not been unlinked; if you don't rm it manually first, it may influence the next run - Ted