From patchwork Wed Jun 17 09:31:58 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xiao Yang X-Patchwork-Id: 11609527 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 61A851744 for ; Wed, 17 Jun 2020 09:47:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 40502207E8 for ; Wed, 17 Jun 2020 09:47:33 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=163.com header.i=@163.com header.b="UORVCnBx" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726270AbgFQJrc (ORCPT ); Wed, 17 Jun 2020 05:47:32 -0400 Received: from mail-m974.mail.163.com ([123.126.97.4]:58002 "EHLO mail-m974.mail.163.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726044AbgFQJrc (ORCPT ); Wed, 17 Jun 2020 05:47:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version; bh=OSd9W /Yf7TK1nY5FnrGlLv4zPYU6XOVQJJpmJZMx5Sg=; b=UORVCnBxuXu/bVhBWNs42 E+j2XgXPcocFh2pRIIlxEVZywRohr5h41PtWsGATkf5mtkoZNu/UVfJyzcke+yhw mEKeXaKmX8dJWUcZOc4ePyndyEDi0wRRKSLRAhyuxXf1VXMjT+U/I5KS+gz5sqCQ B/Clnaq5fScQjQyheL/RP4= Received: from localhost.localdomain (unknown [122.96.44.138]) by smtp4 (Coremail) with SMTP id HNxpCgDH8VsW4+leg8edAw--.16498S2; Wed, 17 Jun 2020 17:32:07 +0800 (CST) From: Xiao Yang To: fstests@vger.kernel.org Cc: darrick.wong@oracle.com, ira.weiny@intel.com, ross.zwisler@linux.intel.com, Xiao Yang Subject: [PATCH v2 0/6] Make fstests support new behavior of DAX Date: Wed, 17 Jun 2020 17:31:58 +0800 Message-Id: <20200617093204.20838-1-ice_yangxiao@163.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 X-CM-TRANSID: HNxpCgDH8VsW4+leg8edAw--.16498S2 X-Coremail-Antispam: 1Uf129KBjvJXoW7Xr4rJF17ury5Jr4UCr1Dtrb_yoW8Jry5pa y0kryfKF1xJw1xZrW3GwnFgas8KFs7Cr47Zr17X34IqF1rXa45Krn2qr1xJryrWry8Wr4Y v3WkKFyF9FsrJFDanT9S1TB71UUUUUUqnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x07jFsjUUUUUU= X-Originating-IP: [122.96.44.138] X-CM-SenderInfo: 5lfhs5xdqj5xldr6il2tof0z/xtbBEBhGXlUMR5af1gAAsR Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org From: Xiao Yang The new behavior of DAX on xfs/ext4 has been merged into main kernel tree/ext4-dax branch so it is time for fstests to support new behavior of DAX. References: https://lkml.org/lkml/2019/10/20/96 https://lkml.org/lkml/2020/5/28/949 Xiao Yang (6): common/rc: Introduce new helpers for DAX mount options and FS_XFLAG_DAX fstests: Use _require_scratch_dax_mountopt() and _require_scratch_dax_iflag() common/rc: Remove unused _require_scratch_dax() generic/223: Don't clear all mkfs options for _scratch_mkfs_geom() roughly generic/413, xfs/260: Improve format operation for PMD fault testing xfs/260: Move xfs/260 to generic common/rc | 57 +++++++++++++++++++++++++++++----- tests/ext4/030 | 2 +- tests/ext4/031 | 4 +-- tests/generic/223 | 1 - tests/generic/413 | 12 ++----- tests/generic/462 | 2 +- tests/{xfs/260 => generic/602} | 12 +++---- tests/generic/602.out | 2 ++ tests/generic/group | 1 + tests/xfs/260.out | 2 -- tests/xfs/group | 1 - 11 files changed, 65 insertions(+), 31 deletions(-) rename tests/{xfs/260 => generic/602} (93%) create mode 100644 tests/generic/602.out delete mode 100644 tests/xfs/260.out