From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3F98E18C12 for ; Mon, 28 Jul 2025 00:18:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753661886; cv=none; b=m3J2UAk9T2upFplfb1FMTzA+jW8bEOclD6DfplYsXkGzy4qOTzCyVO3t9hXH9cQjBVp31Dwy/T002jVqgoFY8zas+Dh2dMBgaJuPoA1NqhJGpJHHeyEl5jnJq+QknOKszXsTrTWY1EQVDeTSsntkiJuJyvZLUsKatyYpgP9iqdA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753661886; c=relaxed/simple; bh=rRAcs2bK5vcSWG1OTL/1izuw3U/i2nZZkS3UafgaYiw=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=ONJxARAzZQ+xovZlQ8tP6PGKHiC8LIPCkqizXsiZEjOBm3bXtTRVAjY+wxarp3DO1P5eh6twz65J2CILcsl41+HHd8CVaWLoahFoqN4sm1MjVAk3gvefcjKQwLEAyTRDfazFgfcVShKg+XiO+KXT0ZV8iSNsnn6lRukDfGkuogo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=X/G4GH17; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="X/G4GH17" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description; bh=ivGeBVTlzcKIy+yt116yfA/8kkZdb7EGjVZw7jcGVqE=; b=X/G4GH17fZqJ2f46ZvzJo/skM0 2nwHCqlMOFwJzPT4OTF3miw9k/86DyB8WU/iiwUSerhfAgXrGS0uk0s/siyJP6A2B+DbnuOiaYfuQ qliezEzPdkQTxnkNKx07WR0x0+oIA7o+u7osf5MRaMQX+zhgou8qF8E2f1RLarqmhtr7bkEC8vi5c v9r8VeYgKGwKR4zke/f/qRq5tGiRVgeDTViCq2P6irPULjR66yWnzvTJbMcEBDUyhAuw8pFvH6d6B YsJuPiq8vic/eZslXpbp4WVQT6KY5mPBhf6fOkb+OjlMPkmnfQQE5ElyQaL8ok7nz+3p3r1XHuDME UCN+Gy4Q==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1ugBZ4-0000000DNWA-0yxm; Mon, 28 Jul 2025 00:18:02 +0000 From: Luis Chamberlain To: Chuck Lever , Daniel Gomez , kdevops@lists.linux.dev Cc: Chuck Lever Subject: [PATCH 10/40] fstests: local NFS list Date: Sun, 27 Jul 2025 17:17:29 -0700 Message-ID: <20250728001800.3188617-11-mcgrof@kernel.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250728001800.3188617-1-mcgrof@kernel.org> References: <20250728001800.3188617-1-mcgrof@kernel.org> Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Luis Chamberlain From: Chuck Lever Signed-off-by: Chuck Lever --- workflows/fstests/expunges/any/nfs/unassigned/all.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/workflows/fstests/expunges/any/nfs/unassigned/all.txt b/workflows/fstests/expunges/any/nfs/unassigned/all.txt index 728c22bf..a385d105 100644 --- a/workflows/fstests/expunges/any/nfs/unassigned/all.txt +++ b/workflows/fstests/expunges/any/nfs/unassigned/all.txt @@ -1,2 +1,7 @@ generic/476 +generic/551 +generic/559 +generic/560 +generic/561 generic/650 +generic/751 -- 2.47.2