Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756308AbZGVDSv (ORCPT ); Tue, 21 Jul 2009 23:18:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756004AbZGVDSu (ORCPT ); Tue, 21 Jul 2009 23:18:50 -0400 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:57451 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750804AbZGVDSu (ORCPT ); Tue, 21 Jul 2009 23:18:50 -0400 Date: Tue, 21 Jul 2009 20:18:55 -0700 (PDT) Message-Id: <20090721.201855.32703627.davem@davemloft.net> To: peterz@infradead.org Cc: torvalds@linux-foundation.org, tglx@linutronix.de, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kaber@trash.net Subject: Re: [patch 1/3] net: serialize hrtimer callback in sched_cbq From: David Miller In-Reply-To: <1247832892.15751.35.camel@twins> References: <1247588890.7500.186.camel@twins> <1247832892.15751.35.camel@twins> X-Mailer: Mew version 6.2.51 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1157 Lines: 31 From: Peter Zijlstra Date: Fri, 17 Jul 2009 14:14:52 +0200 > On Tue, 2009-07-14 at 09:42 -0700, Linus Torvalds wrote: >> >> On Tue, 14 Jul 2009, Peter Zijlstra wrote: >> > >> > Linus really hated the softirq mode, which is what prompted me to change >> > that. >> > >> > Now, it might be he only hated the particular interface and the >> > resulting code, but I think to remember he simply thought the whole >> > thing daft. >> >> Yes. And I hated the bugs it had. >> >> Don't make something as core as timers any more complicated. Don't take >> locks in timers and then complain about deadlocks. If your locking is >> broken, don't make the core timers be idiotically broken. >> >> Because it was. The code was a total mess to follow, and had bugs. > > How would something like the below work for people? I like it, but like Linus said it probably belongs in kernel/softirq.c -- 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/