Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp980630pxv; Thu, 1 Jul 2021 14:00:36 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwoC3/qMgvgL6BhG6jokk1Wut2jU7quroDTRcCswZ+ZsQ0+Nx3GN3c5ZIPhx13HTlsehxGC X-Received: by 2002:a05:6602:25da:: with SMTP id d26mr1048467iop.106.1625173235917; Thu, 01 Jul 2021 14:00:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1625173235; cv=none; d=google.com; s=arc-20160816; b=CN6qjb16fiYrLFvki9FKEr6ruKnwXGsl1JEE0wXIFupzw4NR0TH5vKbQPxKeRzmMxz F50INCtdhZ1YGgqI/iBqA0lkmzHxE9BXHg2FWg44gMm1l4fRYe1KQd2icUM/JV5f8GPq a8PpVlwaaW0CK8QrftSpr/A4BPlqgpSG2YSzMM22sP1eZy197dzjlE/5iYLuuCoGIuh6 nzYjL1WOrE3SL8zikAwz7YR/fLdz75f0lttmDZGtQTLHjUhx9phmVXEsUg/Mpn81MV81 pfNuTYkMZnlt9qa1MdxQSet+XIotjRFyzu0hQhNPLjo0qT48p/CpWrOMublhBWvU6kG9 onLQ== 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=/ENe6OmC+3GImqnyxOqbNFEnCfIrqK0FpLsMnVAV0xE=; b=OomtupWW1SYiYGtXVTeGehvS10kEtIxwWUCIzel5lRuSom4mQn61nc34Lxiy5AkOQt MKyr4ieJ9cj/61VhgvCkTGpRcc6n1l8SqNn74ynlpsPhXrW772NHSf8cThludQY+3clo fEgAs2PGvxohJAyVMc+7UvQDdv5iO4NRLV2LNf5hrXOMZd0vdS0jVg0bLGm0+aM3IQBF 1FZoaLnaX3OMX9CTGYJkBFwRtrnXRiVi3k4eg7m/H3n4BuFDt5345ohsbMxGq5F4TExq 4FfIiI3k5n46V/59tW06fryd1O76rrKGre2MBcU62vf1AzHQi3By/ZIIsvSufyq1JBBA oAbw== 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 a11si920117iln.136.2021.07.01.14.00.15; Thu, 01 Jul 2021 14:00:35 -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 S234306AbhGAU7E (ORCPT + 99 others); Thu, 1 Jul 2021 16:59:04 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:52242 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S232637AbhGAU7E (ORCPT ); Thu, 1 Jul 2021 16:59:04 -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 161KuS2p012228 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 1 Jul 2021 16:56:29 -0400 Received: by cwcc.thunk.org (Postfix, from userid 15806) id 87E7815C3CE1; Thu, 1 Jul 2021 16:56:28 -0400 (EDT) Date: Thu, 1 Jul 2021 16:56:28 -0400 From: "Theodore Ts'o" To: Ritesh Harjani Cc: linux-ext4@vger.kernel.org Subject: Re: [PATCH 0/9] kvmxfstests: Add 64K related configs for Power 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 Fri, Jun 18, 2021 at 04:39:51PM +0530, Ritesh Harjani wrote: > Hello, > > These patches adds and/or fixes configs for 64K blocksize/pagesize related > platform (e.g. Power). This series adds some new configs for btrfs and 64K > related configs for ext4/xfs/btrfs. > > There are also some fixes related to dax and related to SCRATCH_DEV_POOL > env variable is used by btrfs. > > Then the last patch adds some extra packages which many a times are useful while > manual debugging/testing. Applied, thanks! - Ted