Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 24 Jul 2002 09:10:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 24 Jul 2002 09:10:31 -0400 Received: from mion.elka.pw.edu.pl ([194.29.160.35]:43476 "EHLO mion.elka.pw.edu.pl") by vger.kernel.org with ESMTP id ; Wed, 24 Jul 2002 09:10:30 -0400 Date: Wed, 24 Jul 2002 15:13:22 +0200 (MET DST) From: Bartlomiej Zolnierkiewicz To: Ingo Molnar cc: , Linus Torvalds Subject: Re: [patch] irqlock patch 2.5.27-H4 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 962 Lines: 32 On Wed, 24 Jul 2002, Ingo Molnar wrote: > the latest irqlock patch can be found at: > > http://redhat.com/~mingo/remove-irqlock-patches/remove-irqlock-2.5.27-H4 > > Changes in -H4: > > - fix the cli()/sti() hack in ide/main.c, per Marcin Dalecki's > suggestion. [this leaves the tty layer as the only remaining subsystem > that still has cli()/sti() related hacks.] Hi Ingo, Marcin's suggestions will bring you nowhere. You should remove all these locking from ide_unregister_subdriver() because in 100% cases it is already called with ide_lock held. Also in ide subsystem ide-tape.c needs fixing, however it is already broken and proper locking fixing may be non-trivial task. Regards -- Bartlomiej - 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/