Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932159Ab0BCAJl (ORCPT ); Tue, 2 Feb 2010 19:09:41 -0500 Received: from mail-fx0-f215.google.com ([209.85.220.215]:41793 "EHLO mail-fx0-f215.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755660Ab0BCAJj (ORCPT ); Tue, 2 Feb 2010 19:09:39 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:message-id:content-type:content-transfer-encoding; b=M6JB1UyNlkdlBG+1KPB7oEi5NqUXUxM7f38D7OsW0b7/+1+xgiy4L8rjJfXBgq3PND BqC4J5S9LPf0r8DmnkyDEfjgzs7zSD7iYgke18cf77rivmRmpCmq4WRJumQInujvmTQY 7RdDT12/s6s8fwQ+YpwRFJmEINze/JygjJEpo= From: Bartlomiej Zolnierkiewicz To: Jeff Garzik Subject: Re: [PATCH 1/2] move host drivers for VLB IDE controllers to staging/out Date: Wed, 3 Feb 2010 01:08:50 +0100 User-Agent: KMail/1.12.2 (Linux/2.6.31.8-0.1-desktop; KDE/4.3.1; x86_64; ; ) Cc: Alan Cox , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, David Miller References: <20100202172701.7599.2028.sendpatchset@localhost> <201002022222.29728.bzolnier@gmail.com> <4B68AE6A.8030304@garzik.org> In-Reply-To: <4B68AE6A.8030304@garzik.org> MIME-Version: 1.0 Message-Id: <201002030108.50647.bzolnier@gmail.com> Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2945 Lines: 67 On Tuesday 02 February 2010 11:59:54 pm Jeff Garzik wrote: > On 02/02/2010 04:22 PM, Bartlomiej Zolnierkiewicz wrote: > > On Tuesday 02 February 2010 07:00:41 pm Alan Cox wrote: > >> On Tue, 02 Feb 2010 18:27:08 +0100 > >> Bartlomiej Zolnierkiewicz wrote: > >> > >>> From: Bartlomiej Zolnierkiewicz > >>> Subject: [PATCH] move host drivers for VLB IDE controllers to staging/out > >>> > >>> - they are for really old hardware that nobody has any longer > >>> - they all require 'magic' parameters to work > >>> - many controllers are also supported by pata_legacy driver > >>> > >>> so move them to staging/out and schedule for removal in 2.6.36 > >>> unless somebody steps in to work on them. > >>> > >>> Signed-off-by: Bartlomiej Zolnierkiewicz > >> > >> Acked-by: Alan Cox > >> > >> When I actually tried some of the VLB bits while working on the > >> pata_legacy stuff it was clear these hadn't been maintained/used for a > >> very long time indeed. Most of them also are hacks doing stuff like fixed > >> mode settings. > >> > >> However if the point of the old IDE code was as claimed to keep it as a > >> 'stable' layer throwing chunks of it out doesn't strike me as in keeping > >> with the stated plan ... > > > > I've always been under the impression that the claim was about adding new > > stuff and not about removing dead code or ongoing efforts to make whole > > kernel more maintainable. Either way, Dave would be a much better person > > to clarify it.. > > David's statements at the time were > > I'm going to treat IDE as pure legacy, rather than as > competition with the PATA drivers which is what people whould > be moving over to. I believe that the competition part was the result of misinterpretation of the nature of large volume of changes as resulting in added features while those changes were mainly re-organizing and shrinking the source code size (by ~30% in total during last 3 years).. > "pure legacy" does not usually imply accepting major changes to drivers, > changing APIs, and the like. Your definition probably matches RHEL (or SLES) nicely but upstream kernel and its APIs (i.e. block layer ones) evolve all the time. It is impossible for any piece of kernel code to be a truly 'lone island'. > But if IDE users are happy with this abrupt change of direction, the > resumption of frequent, large IDE changes, then that's their call... I > would rather they just use libata, but who am I to judge? ;-) With atang tree they are free of this dilemma and through code sharing they can (to some degree) use both at the same time! :-) -- Bartlomiej Zolnierkiewicz -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/