From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757103AbZFVSGT (ORCPT ); Mon, 22 Jun 2009 14:06:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752679AbZFVSGE (ORCPT ); Mon, 22 Jun 2009 14:06:04 -0400 Received: from fifo99.com ([67.223.236.141]:43929 "EHLO fifo99.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754146AbZFVSGD (ORCPT ); Mon, 22 Jun 2009 14:06:03 -0400 Subject: Re: [PATCH -rt] disable building all staging drivers From: Daniel Walker To: Greg KH Cc: Uwe =?ISO-8859-1?Q?Kleine-K=F6nig?= , linux-kernel@vger.kernel.org, linux-rt@pengutronix.de, Thomas Gleixner , Ian Abbott , Frank Mori Hess In-Reply-To: <20090622171948.GA15145@kroah.com> References: <1244929118-23326-1-git-send-email-u.kleine-koenig@pengutronix.de> <20090614112802.GA4502@kroah.com> <20090614230044.GA21624@pengutronix.de> <20090622151515.GA16627@pengutronix.de> <20090622171948.GA15145@kroah.com> Content-Type: text/plain; charset=utf-8 Date: Mon, 22 Jun 2009 11:06:04 -0700 Message-Id: <1245693964.32124.52.camel@desktop> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2009-06-22 at 10:19 -0700, Greg KH wrote: > On Mon, Jun 22, 2009 at 05:15:15PM +0200, Uwe Kleine-König wrote: > > Hi Greg, > > > > On Mon, Jun 15, 2009 at 01:00:44AM +0200, Uwe Kleine-König wrote: > > > On Sun, Jun 14, 2009 at 04:28:02AM -0700, Greg KH wrote: > > > > On Sat, Jun 13, 2009 at 11:38:38PM +0200, Uwe Kleine-König wrote: > > > > > I know that at least COMEDI and RT2870 are broken with -rt, > > > > > > > > I didn't know this, has anyone sent me a bug report? What in -rt causes > > > > these drivers to break? > > > > > > > > > but Thomas requested disabling all of staging. He's the maintainer. > > > > > > > > This seems like a patch to ensure that the staging drivers never get a > > > > chance to be fixed for any potential -rt issues. How about just sending > > > > me bug reports instead? > > > I cannot reproduce the failure I saw for RT2870 at the moment. > > OK, hit again: > > > > 17:02:43 E: ERROR: "there_is_no_init_MUTEX_LOCKED_for_RT_semaphores" [drivers/staging/rt2870/rt2870sta.ko] undefined! > > What needs to be done in the rt2870 driver to resolve this issue? The semaphore needs to be converted to a completion. Or the code needs to be re-worked so it can use a mutex. Daniel