From patchwork Wed Nov 11 00:42:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 11895925 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 7FEA71668 for ; Wed, 11 Nov 2020 00:42:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 58C5621D46 for ; Wed, 11 Nov 2020 00:42:59 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=oracle.com header.i=@oracle.com header.b="iQTjZw16" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731984AbgKKAm7 (ORCPT ); Tue, 10 Nov 2020 19:42:59 -0500 Received: from aserp2120.oracle.com ([141.146.126.78]:47280 "EHLO aserp2120.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727275AbgKKAm6 (ORCPT ); Tue, 10 Nov 2020 19:42:58 -0500 Received: from pps.filterd (aserp2120.oracle.com [127.0.0.1]) by aserp2120.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 0AB0XmQ3110506; Wed, 11 Nov 2020 00:42:56 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=subject : from : to : cc : date : message-id : mime-version : content-type : content-transfer-encoding; s=corp-2020-01-29; bh=fo421s2EnfwyVevtgX+Hd+uckNvuyOPPkrlrr0SDd2M=; b=iQTjZw16pus4DNs+/UrT5jPFTXm5puYcXFt5z9z/jZvjxvbyTWi+IJGZFawjHb22Ozsa PaKh0FJBGE7wKcaDKq3Mesvn2Zq+q8hQ2wz3nmnv5TSlKsauCPy3QB8ncESvoEJr7N8I y0no4nYmDSvjTmg9Fp3yoxFxtGWwbw4r/rk3xFwUSPJJsvTC8Acz47LtC579dmIdE5H8 tC053kpUPc6cHy76vUAT/Og45kPUT0sMOZWvn1Eup2CdwLkwk8UYhAxB/Ee/HGMFYMk3 QHVx2kGTRv39iPsnDAHEIOzdswWVckv2tStJ/uknDgUdl9L5tHrHPe7evto+qu7bSHV9 oA== Received: from aserp3030.oracle.com (aserp3030.oracle.com [141.146.126.71]) by aserp2120.oracle.com with ESMTP id 34nkhkxnk1-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 11 Nov 2020 00:42:56 +0000 Received: from pps.filterd (aserp3030.oracle.com [127.0.0.1]) by aserp3030.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 0AB0VEMR095430; Wed, 11 Nov 2020 00:42:56 GMT Received: from userv0121.oracle.com (userv0121.oracle.com [156.151.31.72]) by aserp3030.oracle.com with ESMTP id 34p55pata7-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 11 Nov 2020 00:42:55 +0000 Received: from abhmp0003.oracle.com (abhmp0003.oracle.com [141.146.116.9]) by userv0121.oracle.com (8.14.4/8.13.8) with ESMTP id 0AB0gsnc000331; Wed, 11 Nov 2020 00:42:54 GMT Received: from localhost (/67.169.218.210) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 10 Nov 2020 16:42:54 -0800 Subject: [PATCH 0/6] xfstests: random fixes From: "Darrick J. Wong" To: darrick.wong@oracle.com, guaneryu@gmail.com Cc: linux-xfs@vger.kernel.org, fstests@vger.kernel.org Date: Tue, 10 Nov 2020 16:42:53 -0800 Message-ID: <160505537312.1388647.14788379902518687395.stgit@magnolia> User-Agent: StGit/0.19 MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9801 signatures=668682 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 adultscore=0 spamscore=0 phishscore=0 mlxlogscore=998 mlxscore=0 malwarescore=0 bulkscore=0 suspectscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2009150000 definitions=main-2011110001 X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9801 signatures=668682 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 phishscore=0 priorityscore=1501 mlxscore=0 suspectscore=0 mlxlogscore=999 lowpriorityscore=0 spamscore=0 malwarescore=0 adultscore=0 clxscore=1015 bulkscore=0 impostorscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2009150000 definitions=main-2011110001 Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org Hi all, This series contains random fixes to fstests. 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 --- check | 26 +++++++++++++++++++++++++- common/populate | 11 +++++++++++ common/rc | 29 ++++++++++++++++++----------- common/xfs | 20 ++++++++++++++++++++ tests/ext4/032 | 2 +- tests/generic/157 | 2 +- tests/generic/175 | 2 +- tests/shared/032 | 2 +- tests/xfs/033 | 2 +- tests/xfs/129 | 2 +- tests/xfs/169 | 2 +- tests/xfs/208 | 2 +- tests/xfs/336 | 2 +- tests/xfs/344 | 2 +- tests/xfs/345 | 2 +- 15 files changed, 85 insertions(+), 23 deletions(-)