From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261328AbVCYTW1 (ORCPT ); Fri, 25 Mar 2005 14:22:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261756AbVCYTW1 (ORCPT ); Fri, 25 Mar 2005 14:22:27 -0500 Received: from mail.kroah.org ([69.55.234.183]:44263 "EHLO perch.kroah.org") by vger.kernel.org with ESMTP id S261751AbVCYTWN (ORCPT ); Fri, 25 Mar 2005 14:22:13 -0500 Date: Fri, 25 Mar 2005 11:20:24 -0800 From: Greg KH To: Patrick Mochel Cc: linux-kernel@vger.kernel.org Subject: Re: [0/12] More Driver Model Locking Changes Message-ID: <20050325192024.GA14290@kroah.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 24, 2005 at 09:54:24PM -0800, Patrick Mochel wrote: > > Here is the next round of driver model locking changes. These build off of > the previous set of changes, including the klist patch. They eradicate all > of the uses of the subsystems' rwsem in the driver core. > > It does include the fix posted earlier that happened when removing the > driver. > > A summary is listed below. The patches follow. Looks great, I've pulled all of these into my tree. thanks a lot for doing this work. greg k-h