From patchwork Sat Oct 26 01:06:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Williams X-Patchwork-Id: 11213325 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0B0AF913 for ; Sat, 26 Oct 2019 01:20:38 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B0F9B20650 for ; Sat, 26 Oct 2019 01:20:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B0F9B20650 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvdimm-bounces@lists.01.org Received: from new-ml01.vlan13.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 2F92D100EA602; Fri, 25 Oct 2019 18:21:47 -0700 (PDT) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=134.134.136.31; helo=mga06.intel.com; envelope-from=dan.j.williams@intel.com; receiver= Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id DBFBB100EA601 for ; Fri, 25 Oct 2019 18:21:44 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Oct 2019 18:20:34 -0700 X-IronPort-AV: E=Sophos;i="5.68,230,1569308400"; d="scan'208";a="189096220" Received: from dwillia2-desk3.jf.intel.com (HELO dwillia2-desk3.amr.corp.intel.com) ([10.54.39.16]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Oct 2019 18:20:34 -0700 Subject: [ndctl PATCH 0/2] test/dax.sh: fixup and split by fs From: Dan Williams To: vishal.l.verma@intel.com Date: Fri, 25 Oct 2019 18:06:17 -0700 Message-ID: <157205197710.4128114.10329643056047769577.stgit@dwillia2-desk3.amr.corp.intel.com> User-Agent: StGit/0.18-2-gc94f MIME-Version: 1.0 Message-ID-Hash: DZY6SMGXXEWOWXTD4ZLN6UYDPUWIHT4S X-Message-ID-Hash: DZY6SMGXXEWOWXTD4ZLN6UYDPUWIHT4S X-MailFrom: dan.j.williams@intel.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header CC: linux-nvdimm@lists.01.org X-Mailman-Version: 3.1.1 Precedence: list List-Id: "Linux-nvdimm developer list." Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Hi Vishal, Here's a rework of patch4 from the huge page validation series, and a lead in fix that was causing the apply-conflict on your end. --- Dan Williams (2): test/dax.sh: Make dax.sh more robust vs small namespaces test/dax.sh: Split into ext4 and xfs tests test/Makefile.am | 3 +- test/dax-ext4.sh | 1 + test/dax-xfs.sh | 1 + test/dax.sh | 101 +++++++++++++++++++++++++++++++----------------------- 4 files changed, 62 insertions(+), 44 deletions(-) create mode 120000 test/dax-ext4.sh create mode 120000 test/dax-xfs.sh