Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp467877pxv; Wed, 30 Jun 2021 09:37:02 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy0E6Dn7Onq/e23j2UWcxXIl5GYhBHLRq8G36omeEl0M1JEFr/IPdx/oPSWej5bImGY7VJF X-Received: by 2002:a92:b745:: with SMTP id c5mr6669272ilm.230.1625071022140; Wed, 30 Jun 2021 09:37:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1625071022; cv=none; d=google.com; s=arc-20160816; b=XTkQcyAxbHWtZchQdc84y3ehX+y2nGNj/nuZQJVGUmA+Us21OhJKhzLb1Vwtqve9xs ywzGTNEPlcfAQSCpZt3HnuOMqd2r8bGjxSAAiMGq/78x9zCG7L0Z3FGvvsCZ8nrT+2GN 5ilyja1r91ONy7cc3p0O80ho3vvq5m5dy2OOWAtB3KnqBUb22QsdE2LvmB6Wb7he5D7o yNdgLvH8qmznQzaLFvO5tes+gEdUSaIr2Aid+wRCpeeyWbh55WUI7t1noF1uZ94KH+zv UlcZJKXiN0NN9KnlOgNkrzOxUd1jaXeKLivWEwN5mP+FTO+kc9scYLFpzawEp+6DEsek ZOYA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=LQx/roG1UdpibKIogRD6qmBgawnje5KQZ6kuptoH+y0=; b=Gp68yQFkoUSfHNj3I/4jbB4Uy3a89J8g0alfvGzFX0pABsXp9yRgVCARpJwsnLqLRZ dERvIkN6EyMTy6/0KrkaKn/jnXxZlEXhBEqI0jb9qx3ld9S+47b82JkSIiRi7bVPzGJx jGjKJFcnwMiYZIfAnP60KGvJNjKaUpA3BzDsh4/PhOxsaPfuC4WnrdPLSrQiDWmcJZzg CXX/FZJXeCAM1fMAwK+AIN544/bUFOhdMVD3rGzcwPI5g/su24h2Q8F74BS7NPeczD3e 2ZVf4n3vJ/LmbPbH+zohZlyAvPE1+qKxlc/W9oAQN+w/hayNoIi7IWqgmvC2liKX2a/m d9Zg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g2si31274827ioo.75.2021.06.30.09.36.49; Wed, 30 Jun 2021 09:37:02 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230394AbhF3Qiu (ORCPT + 99 others); Wed, 30 Jun 2021 12:38:50 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:36048 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S229622AbhF3Qiu (ORCPT ); Wed, 30 Jun 2021 12:38:50 -0400 Received: from cwcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 15UGaGDk007162 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 30 Jun 2021 12:36:17 -0400 Received: by cwcc.thunk.org (Postfix, from userid 15806) id 5DEC015C3C8E; Wed, 30 Jun 2021 12:36:16 -0400 (EDT) Date: Wed, 30 Jun 2021 12:36:16 -0400 From: "Theodore Ts'o" To: Ritesh Harjani Cc: fstests@vger.kernel.org, linux-ext4@vger.kernel.org Subject: Re: [PATCH 4/9] ext4/022: exclude this test for dax config on 64KB pagesize platform Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Mon, Jun 14, 2021 at 11:58:08AM +0530, Ritesh Harjani wrote: > This test case assumes blocksize to be 4KB and hence it fails > to mount with "-o dax" option on a 64kb pagesize platform (e.g. PPC64). > This leads to test case reported as failed with dax config on PPC64. > > This patch exclude this test when pagesize is 64KB and for dax config. > > Signed-off-by: Ritesh Harjani Looks good, thanks. Reviewed-by: Theodore Ts'o