From patchwork Thu Jun 7 21:59:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joe Perches X-Patchwork-Id: 163679 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id CE339B6FAC for ; Fri, 8 Jun 2012 07:59:30 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933096Ab2FGV7H (ORCPT ); Thu, 7 Jun 2012 17:59:07 -0400 Received: from perches-mx.perches.com ([206.117.179.246]:53675 "EHLO labridge.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S933036Ab2FGV7E (ORCPT ); Thu, 7 Jun 2012 17:59:04 -0400 Received: from [96.251.11.108] (account joe@perches.com HELO [192.168.1.162]) by labridge.com (CommuniGate Pro SMTP 5.0.14) with ESMTPA id 19238199; Thu, 07 Jun 2012 14:59:04 -0700 Message-ID: <1339106343.14838.20.camel@joe2Laptop> Subject: Re: [PATCH 1/7] drivers/ide/ide-cs.c: adjust suspicious bit operation From: Joe Perches To: David Miller Cc: Julia.Lawall@lip6.fr, kernel-janitors@vger.kernel.org, linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, julia@diku.dk Date: Thu, 07 Jun 2012 14:59:03 -0700 In-Reply-To: <20120607.144616.2224976714259476349.davem@davemloft.net> References: <1339018901-28439-1-git-send-email-Julia.Lawall@lip6.fr> <1339018901-28439-2-git-send-email-Julia.Lawall@lip6.fr> <20120607.144616.2224976714259476349.davem@davemloft.net> X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 Sender: linux-ide-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org On Thu, 2012-06-07 at 14:46 -0700, David Miller wrote: > the > risk %99.999 of the time is purely to introduce regressions rather > than make forward progress. MAINTAINERS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/MAINTAINERS b/MAINTAINERS index b54f50c..41d4586 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3404,7 +3404,7 @@ M: "David S. Miller" L: linux-ide@vger.kernel.org Q: http://patchwork.ozlabs.org/project/linux-ide/list/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git -S: Maintained +S: Watchdogged - Patch at your own peril F: Documentation/ide/ F: drivers/ide/ F: include/linux/ide.h