From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756577AbYJQUfl (ORCPT ); Fri, 17 Oct 2008 16:35:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755451AbYJQUfR (ORCPT ); Fri, 17 Oct 2008 16:35:17 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:47838 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755277AbYJQUfQ (ORCPT ); Fri, 17 Oct 2008 16:35:16 -0400 Date: Fri, 17 Oct 2008 13:34:42 -0700 (PDT) From: Linus Torvalds To: Greg KH cc: Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: [GIT PATCH] STAGING patches for 2.6.28 In-Reply-To: <20081013213651.GA8338@kroah.com> Message-ID: References: <20081010224130.GA30117@kroah.com> <20081013213651.GA8338@kroah.com> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 13 Oct 2008, Greg KH wrote: > > I've now added 2 more patches to this tree, fixing a build error if you > did not build any staging drivers into your tree (the normal mode of > building), and added an additional wireless driver that came from the > Fedora kernel trees. Greg - I finally got around to merging this tree, and it got some conflicts with the changes/cleanups to taint handling (and due to the MAINTAINERS file cleanups/alphasort). They conflicts weren't all that nasty, and I think they're all resolved correctly, but it might be worth testing the TAINT_CRAP flag in particular. I tested the build in the normal config, but didn't actually bother to test any tainted drivers. Linus