From patchwork Sat Nov 26 01:39:01 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "J. Bruce Fields" X-Patchwork-Id: 9448215 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 0FAFC6071C for ; Sat, 26 Nov 2016 01:39:09 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0010327AB2 for ; Sat, 26 Nov 2016 01:39:08 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E8C6827D13; Sat, 26 Nov 2016 01:39:08 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A76C927AB2 for ; Sat, 26 Nov 2016 01:39:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753359AbcKZBjF (ORCPT ); Fri, 25 Nov 2016 20:39:05 -0500 Received: from fieldses.org ([173.255.197.46]:60058 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753299AbcKZBjE (ORCPT ); Fri, 25 Nov 2016 20:39:04 -0500 Received: by fieldses.org (Postfix, from userid 2815) id 54A393F0; Fri, 25 Nov 2016 20:39:01 -0500 (EST) Date: Fri, 25 Nov 2016 20:39:01 -0500 From: "J. Bruce Fields" To: Eryu Guan Cc: Andreas Dilger , linux-fsdevel , fstests@vger.kernel.org, Linux NFS Mailing List Subject: [PATCH 1/2] Document fstests mailing list Message-ID: <20161126013901.GA32632@fieldses.org> References: <20161123222054.GA7900@fieldses.org> <35420A4E-1698-4743-9523-CBF43F2A2DC6@dilger.ca> <20161125034706.GA20729@fieldses.org> <20161125113511.GI4609@eguan.usersys.redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20161125113511.GI4609@eguan.usersys.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: "J. Bruce Fields" Signed-off-by: J. Bruce Fields --- README | 6 ++++++ 1 file changed, 6 insertions(+) > This looks fine to me. Can you please resend as a formal patch? Also the > patch to fix dirstress.c. Sure, here you go.--b. diff --git a/README b/README index 8a362bd51f49..9f20884ecd37 100644 --- a/README +++ b/README @@ -243,3 +243,9 @@ Pass/failure: The recent pass/fail history is maintained in the file "check.log". The elapsed time for the most recent pass for each test is kept in "check.time". + +__________________ +SUBMITTING PATCHES +__________________ + +Send patches to the fstests mailing list at fstests@vger.kernel.org.