Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752961Ab1FKRjd (ORCPT ); Sat, 11 Jun 2011 13:39:33 -0400 Received: from mail-bw0-f46.google.com ([209.85.214.46]:43032 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752506Ab1FKRjb (ORCPT ); Sat, 11 Jun 2011 13:39:31 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=gBuBfqcaU0tRtn6a9poHkRVXsqG3CQZoexFiDxLWsHEkrjpu4qxPZd7qzH2KhWYHXz +OxDg0ib+9k2Atzy5haCG6mRXomneMt9EamEm611GCJ+pN09boKfOGmzHTzc1/V5lPqG CFnXNZJFum+BIj9uGX+V5PZbSGrXWNQgurJxw= MIME-Version: 1.0 In-Reply-To: References: <17185480.5304.1307435255996.JavaMail.root@WARSBL214.highway.telekom.at> <4DEDF1F2.2080204@steinhoff.de> <1307439469.2322.235.camel@twins> <20110607233517.GA31794@opentech.at> Date: Sat, 11 Jun 2011 19:16:51 +0200 X-Google-Sender-Auth: NyEF2_FMyHC72hCH60HWXqrTlYw Message-ID: Subject: Re: Changing Kernel thread priorities From: Remy Bohmer To: Thomas Gleixner Cc: Nicholas Mc Guire , Peter Zijlstra , Armin Steinhoff , Johannes Bauer , Monica Puig-Pey , Rolando Martins , linux-rt-users@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1215 Lines: 37 Hi, > No, it's not. The root cause was a problem with the network softirq > and a network driver, the softirq ->49 was a temporary workaround > until we had enough information to find the real root cause. I wish > I'd never committed that change at all. Clear. Did not know it was already solved. I thought it was still an issue. This changes things :-) >> Race conditions that occur when a softirq preempts a related hardirq >> what the driver did not expect or was designed for. > > And making it the other way round hides the problem, which is even > worse. We want stuff to explode right away. 100% Agreed > You can run into the same > problem when the softirq holds a lock and the high prio irq thread > boosts it. OK. Thanks for the explanation. I see no reason any more why setting the prios default to 1 would be a bad thing. The rest of the configuration in that case can then indeed done be done by udev and other userland friends. Kind regards, Remy -- 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/