From patchwork Wed Jul 26 01:56:54 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 13327374 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 5F0FFEB64DD for ; Wed, 26 Jul 2023 01:57:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229923AbjGZB5M (ORCPT ); Tue, 25 Jul 2023 21:57:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47684 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229627AbjGZB5L (ORCPT ); Tue, 25 Jul 2023 21:57:11 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5AB2D2D45; Tue, 25 Jul 2023 18:56:56 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id D24E061159; Wed, 26 Jul 2023 01:56:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 43E80C433C7; Wed, 26 Jul 2023 01:56:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690336615; bh=pdFNWAJ8/VY98I8CDgv4gL3F5Az1bjD1Fnn3EVK4iH8=; h=Subject:From:To:Cc:Date:From; b=Rm7arkeFW6eWtOa2zrow9wYNH0jDBFY/fwWsJvd/IRcLDYZmse7GPn7rsLRgjSYoR 82L4JrR/oX8VbQ8VJu7CNV4BdsoIW1gB/UToarXnbgFJ5HhtwbFzB9O90EisYaLXNn QPmMgIErsNoTkE69ci2o0h2/QfCNxlEPIvY9kmMHXYag4MwgnSxeCpcVAmoVbNudoz DB2/7Zv4wq5AAuY67AjmMVF8kf1gzO4FR0KB9IpcEN9P7C173VEZpb25/b0DogWSJw 0ZCb+KvEsf+xqu3uMZtByXV3X8o1CVzdpEmGiSgSUrFYeTGHR+ICZpc29LLCdRJ0tx DLeb0304UL1sw== Subject: [PATCHSET 0/1] fstests: updates for Linux 6.5 From: "Darrick J. Wong" To: djwong@kernel.org, zlang@redhat.com Cc: linux-xfs@vger.kernel.org, fstests@vger.kernel.org, guan@eryu.me Date: Tue, 25 Jul 2023 18:56:54 -0700 Message-ID: <169033661482.3222297.18190312289773544342.stgit@frogsfrogsfrogs> User-Agent: StGit/0.19 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org Hi all, Pending fixes for things that are merged in 6.5. 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 fstests git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=xfs-fixes-6.5 --- tests/xfs/122 | 8 ++++++++ 1 file changed, 8 insertions(+)