Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 26 Jul 2001 18:25:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 26 Jul 2001 18:25:28 -0400 Received: from juicer14.bigpond.com ([139.134.6.23]:14038 "EHLO mailin2.email.bigpond.com") by vger.kernel.org with ESMTP id ; Thu, 26 Jul 2001 18:25:15 -0400 From: Rusty Russell To: Andrea Arcangeli Cc: torvalds@transmeta.com, linux-kernel@vger.kernel.org Subject: Re: 2.4.7 softirq incorrectness. In-Reply-To: Your message of "Wed, 25 Jul 2001 21:33:51 +0200." <20010725213351.A32148@athlon.random> Date: Fri, 27 Jul 2001 06:26:54 +1000 Message-Id: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Original-Recipient: rfc822;linux-kernel-outgoing In message <20010725213351.A32148@athlon.random> you write: > You are wrong, please check again all the code involved. Apologies: you are absolutely correct, disregard my crap patch. local_irq_save does not inc local_irq_count, unlike local_bh_disable. Oops. > do_softirq can be re-entered but on re-entry it will return immediatly "immediately" leaves a narrow window. Sure, it'd be really hard to hit, but it's still there. Rusty. -- Premature optmztion is rt of all evl. --DK - 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/