Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 27 Nov 2001 11:41:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 27 Nov 2001 11:41:08 -0500 Received: from mx2.elte.hu ([157.181.151.9]:49384 "HELO mx2.elte.hu") by vger.kernel.org with SMTP id ; Tue, 27 Nov 2001 11:40:42 -0500 Date: Tue, 27 Nov 2001 19:38:22 +0100 (CET) From: Ingo Molnar Reply-To: To: Maneesh Soni Cc: LKML , Rusty Subject: Re: smp_call_function & BH handlers In-Reply-To: <20011127215910.I14200@in.ibm.com> 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 On Tue, 27 Nov 2001, Maneesh Soni wrote: > I am working with Dipankar on Read-Copy Update, and experimenting with > smp_call_function(). We believed the comments for this routine and > faced this problem. That's why this question came. I have not yet > searched kernel sources for such places hence not sure whether there > are really such places or not. we had similar lockup problems before, eg. TLB flushes initiated from IRQ/BH contexts - which is illegal now. Generally it's not safe to assume that every CPU is responsive to synchronous events triggered from IRQ/BH contexts. Every read_lock user is prone to this problem. Ingo - 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/