Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751940AbXARFFU (ORCPT ); Thu, 18 Jan 2007 00:05:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751937AbXARFFU (ORCPT ); Thu, 18 Jan 2007 00:05:20 -0500 Received: from cantor2.suse.de ([195.135.220.15]:33655 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751934AbXARFFT (ORCPT ); Thu, 18 Jan 2007 00:05:19 -0500 Date: Wed, 17 Jan 2007 21:04:24 -0800 From: Greg KH To: Daniel Rodrick Cc: kernelnewbies , Linux Newbie , linux-kernel@vger.kernel.org Subject: Re: after effects of a kernel API change Message-ID: <20070118050424.GB17408@kroah.com> References: <292693080701172015n736a269fl6945ba4fe19d8174@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <292693080701172015n736a269fl6945ba4fe19d8174@mail.gmail.com> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1320 Lines: 33 On Thu, Jan 18, 2007 at 09:45:04AM +0530, Daniel Rodrick wrote: > Hi list, > > Whenever there is a change in the kernel API (or a new API is > introduced), all of the drivers that use the older API need to be > changed (or recommended to be changed). I believe it is the > responsibility of the person changing the kernel API, to change all > the drivers that have found their way into the kernel code? Yes, that is the case. > How does this happen? Because the person who brought the change in the > API might not know the internals of all the drivers? But they know why they made the change, so it's usually pretty obvious. If not, they merely ask for help from the original author / maintainer of the code, but that doesn't happen very often. > Is there any way volunteers like me can help in this exercise? Sure, go through the kernel building all of the different arches and all of the modules and report what breaks due to api changes. The -mm tree is the best place to test this stuff out, as that is where the changes usually occur first. good luck, greg k-h - 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/