From patchwork Fri Jan 20 21:22:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chuck Lever X-Patchwork-Id: 137116 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from rcsinet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "rcsinet15.oracle.com", Issuer "VeriSign Class 3 International Server CA - G3" (not verified)) by ozlabs.org (Postfix) with ESMTPS id B5BC0B6F9B for ; Sat, 21 Jan 2012 08:22:16 +1100 (EST) Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by rcsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id q0KLMBYw016408 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 20 Jan 2012 21:22:12 GMT Received: from oss.oracle.com (oss.oracle.com [141.146.12.120]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q0KLMAaL009068 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 20 Jan 2012 21:22:11 GMT Received: from localhost ([127.0.0.1] helo=oss.oracle.com) by oss.oracle.com with esmtp (Exim 4.63) (envelope-from ) id 1RoLuU-00049Z-J0; Fri, 20 Jan 2012 13:22:10 -0800 Received: from rcsinet12.oracle.com ([148.87.113.124]) by oss.oracle.com with esmtp (Exim 4.63) (envelope-from ) id 1RoLuT-00049S-BV for fedfs-utils-devel@oss.oracle.com; Fri, 20 Jan 2012 13:22:09 -0800 Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.213.171]) by rcsinet12.oracle.com (Sentrion-MTA-4.2.0/Sentrion-MTA-4.2.0) with ESMTP id q0KLLOHm027949 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Fri, 20 Jan 2012 21:22:08 GMT Received: by mail-yx0-f171.google.com with SMTP id r9so517088yen.2 for ; Fri, 20 Jan 2012 13:22:08 -0800 (PST) Received: by 10.236.187.67 with SMTP id x43mr34673164yhm.94.1327094528798; Fri, 20 Jan 2012 13:22:08 -0800 (PST) Received: from degas.1015granger.net ([99.26.161.222]) by mx.google.com with ESMTPS id y6sm11623133and.2.2012.01.20.13.22.07 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 20 Jan 2012 13:22:08 -0800 (PST) From: Chuck Lever To: fedfs-utils-devel@oss.oracle.com Date: Fri, 20 Jan 2012 16:22:07 -0500 Message-ID: <20120120212207.13737.70444.stgit@degas.1015granger.net> In-Reply-To: <20120120211104.13737.83361.stgit@degas.1015granger.net> References: <20120120211104.13737.83361.stgit@degas.1015granger.net> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 X-Flow-Control-Info: class=Default ip=209.85.213.171 ct-class=T2 ct-vol1=0 ct-vol2=1 ct-vol3=2 ct-risk=54 ct-spam1=76 ct-spam2=63 ct-bulk=0 rcpts=1 size=1890 Subject: [fedfs-utils] [PATCH 5/6] CheckInTests: Bring up to date with recent changes X-BeenThere: fedfs-utils-devel@oss.oracle.com X-Mailman-Version: 2.1.9 Precedence: list Reply-To: fedfs-utils Developers List-Id: fedfs-utils Developers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: fedfs-utils-devel-bounces@oss.oracle.com Errors-To: fedfs-utils-devel-bounces@oss.oracle.com X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-CT-RefId: str=0001.0A090203.4F19DB04.0120:SCFSTAT3865452, ss=1, re=-4.000, fgs=0 Signed-off-by: Chuck Lever --- doc/CheckInTests | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --git a/doc/CheckInTests b/doc/CheckInTests index 550e6d5..d8f2c17 100644 --- a/doc/CheckInTests +++ b/doc/CheckInTests @@ -63,16 +63,21 @@ Especially: See also Documentation/CodingStyle in the Linux kernel source tree. +Please ensure you have the right to submit the patches you send. If +you create changes at work, your employer may own the patch. +Submitted patches fall under the GPLv2 once they are merged. + Review ------ This is an open source project, so design and code review are a key part of the development process. Patches are posted for review on -. + and can be tracked via a patchwork +repository at http://patchwork.ozlabs.org/project/fedfs-utils/list/ . Before commits become a permanent part of the source control history, -time-limited review is performed on the mailing list. +time-limited review is performed on the above mailing list. Per-commit acceptance tests @@ -93,6 +98,9 @@ bisecting to be useful. Note that to preserve bisectability, the tree MUST build after each commit. +Try to maintain documentation coherency with code. Check code against +man pages and the INSTALL and README documents. + At some point, we'd like: 1. Automated checking of coding style and white space 2. fortify, sparse, or splint testing @@ -113,6 +121,9 @@ Per-release While we are in alpha, that last rule may be bent somewhat. + Maintenance releases are generally for bug fixes and security patches. + New feature development occurs in major and minor releases. + Release candidate: One or more release candidates will be provided before each minor and