Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261289AbVDIHIH (ORCPT ); Sat, 9 Apr 2005 03:08:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261302AbVDIHIH (ORCPT ); Sat, 9 Apr 2005 03:08:07 -0400 Received: from mx1.elte.hu ([157.181.1.137]:21485 "EHLO mx1.elte.hu") by vger.kernel.org with ESMTP id S261289AbVDIHIE (ORCPT ); Sat, 9 Apr 2005 03:08:04 -0400 Date: Sat, 9 Apr 2005 09:07:38 +0200 From: Ingo Molnar To: davidm@hpl.hp.com Cc: "Luck, Tony" , linux-kernel@vger.kernel.org Subject: Re: [patch] sched: unlocked context-switches Message-ID: <20050409070738.GA5444@elte.hu> References: <3R6Ir-89Y-23@gated-at.bofh.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-ELTE-SpamVersion: MailScanner 4.31.6-itk1 (ELTE 1.2) SpamAssassin 2.63 ClamAV 0.73 X-ELTE-VirusStatus: clean X-ELTE-SpamCheck: no X-ELTE-SpamCheck-Details: score=-2.223, required 5.9, BAYES_00 -4.90, SUBJ_HAS_UNIQ_ID 2.68 X-ELTE-SpamLevel: X-ELTE-SpamScore: -2 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1060 Lines: 25 * David Mosberger-Tang wrote: > > The ia64_switch_to() code includes a section that can change a > > pinned MMU mapping (when the stack for the new process is in a > > different granule from the stack for the old process). The code > > beyond the ".map" label in arch/ia64/kernel/entry.S includes the > > comment: > > Also, there was a nasty dead-lock that could trigger if the > context-switch was interrupted by a TLB flush IPI. I don't remember > the details offhand, but I'm pretty sure it had to do with > switch_mm(), so I suspect it may not be enough to disable irqs just > for ia64_switch_to(). Tread with care! we'll see. The patch certainly needs more testing. Generally we do switch_mm()'s outside of the scheduler as well, without disabling interrupts. 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/