Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 11 Sep 2002 06:24:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 11 Sep 2002 06:24:52 -0400 Received: from phoenix.infradead.org ([195.224.96.167]:45842 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id ; Wed, 11 Sep 2002 06:24:51 -0400 Date: Wed, 11 Sep 2002 11:29:38 +0100 From: Christoph Hellwig To: James Blackwell Cc: linux-kernel@vger.kernel.org, jonathan@buzzard.org.uk Subject: Re: [PATCH] IRQ patch for Toshiba Char Driver in 2.5.34 Message-ID: <20020911112938.A25726@infradead.org> Mail-Followup-To: Christoph Hellwig , James Blackwell , linux-kernel@vger.kernel.org, jonathan@buzzard.org.uk References: <20020909115956.GA23290@comet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020909115956.GA23290@comet>; from jblack@linuxguru.net on Mon, Sep 09, 2002 at 07:59:57AM -0400 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 459 Lines: 9 You've just made the driver horribly racy on SMP or preempt systems.. Instead of a blind search and replace you have to find out the protected data and add a spinlock around it, also in the top-half of the kernel. - 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/