From patchwork Wed Oct 5 22:30:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 12999641 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F1D08C433F5 for ; Wed, 5 Oct 2022 22:30:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229660AbiJEWak (ORCPT ); Wed, 5 Oct 2022 18:30:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42074 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229704AbiJEWaj (ORCPT ); Wed, 5 Oct 2022 18:30:39 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 634FF25591; Wed, 5 Oct 2022 15:30:37 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id B4CD8B81F6B; Wed, 5 Oct 2022 22:30:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 708DFC433D6; Wed, 5 Oct 2022 22:30:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665009033; bh=mD3v6sBCow61XrRkx645K5vu16yemOWQy19MHb8DjHw=; h=Subject:From:To:Cc:Date:From; b=XpqGWhV7c5zk1wFks8WAhOAaMQcyPUVxEhl7j6/rY3nCizOQQstzM0DD/td5NH4tL 7L9O/gFk+5Jix3/EvcmjX39HF7t4GdOfKTzwvRi6JlGAJ+ohjnnwrgFr7Rh2VkEARe 1ef3J3f5Ths2XZzVpl4LPlWCMTvPEYVW+FuT3chABkh4KomVLibbNHELPgTU59IN1T LYExdTS5fPt2Ex9MpdiTAP8tntKXisRiO12BtplkeVMt+E0t/dxHAH9HY5LlXB9zrV KbdXlqyrSRPq5h6bLwOXp6ohE7PzNA7vdagvjxHmb+zdjGad92HELGPZbo8grJNqH4 zX5i43HjdYXZg== Subject: [PATCHSET v2 0/6] fstests: random fixes for v2022.09.25 From: "Darrick J. Wong" To: djwong@kernel.org, guaneryu@gmail.com, zlang@redhat.com Cc: linux-xfs@vger.kernel.org, fstests@vger.kernel.org, guan@eryu.me Date: Wed, 05 Oct 2022 15:30:32 -0700 Message-ID: <166500903290.886939.12532028548655386973.stgit@magnolia> User-Agent: StGit/0.19 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org Hi all, Here's the usual batch of odd fixes for fstests. v2: accumulate a few more fixes for problems that I've found. If you're going to start using this mess, you probably ought to just pull from my git trees, which are linked below. This is an extraordinary way to destroy everything. Enjoy! Comments and questions are, as always, welcome. --D kernel git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=random-fixes xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=random-fixes fstests git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=random-fixes --- common/populate | 3 +-- common/xfs | 3 +++ tests/generic/092 | 6 ++++++ tests/xfs/114 | 2 ++ tests/xfs/128 | 34 ++++++++++++++++++++++++++++++---- tests/xfs/229 | 7 ++++++- 6 files changed, 48 insertions(+), 7 deletions(-)