From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masami Hiramatsu Subject: Re: [PATCH RT 1/2 v2] x86: Do not disable preemption in int3 on 32bit Date: Fri, 27 Jan 2012 18:36:38 +0900 Message-ID: <4F227026.3000508@hitachi.com> References: <20120125143231.196670014@goodmis.org> <20120125143520.086175333@goodmis.org> <4F211126.1090204@hitachi.com> <1327584811.22710.80.camel@gandalf.stny.rr.com> <4F215C5E.4090006@hitachi.com> <1327587719.22710.95.camel@gandalf.stny.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, linux-rt-users , Thomas Gleixner , Carsten Emde , John Kacur , Ingo Molnar , Andrew Morton , "H. Peter Anvin" , Alexander van Heukelum , Andi Kleen , Oleg Nesterov , Clark Williams , Luis Goncalves To: Steven Rostedt Return-path: Received: from mail9.hitachi.co.jp ([133.145.228.44]:37175 "EHLO mail9.hitachi.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752017Ab2A0Jgq (ORCPT ); Fri, 27 Jan 2012 04:36:46 -0500 In-Reply-To: <1327587719.22710.95.camel@gandalf.stny.rr.com> Sender: linux-rt-users-owner@vger.kernel.org List-ID: (2012/01/26 23:21), Steven Rostedt wrote: > On Thu, 2012-01-26 at 22:59 +0900, Masami Hiramatsu wrote: > >> Better. If the functions are only for signaling, how >> about using the "signal" in name? :) >> >> conditional_sti/cli_for_signal() > > I don't think they are only for signals. The conditional_sti/cli is for > all callers of do_trap(). But those callers that run on an IST stack use > the preempt_conditional_sti/cli() code. Perhaps we should call it: > > conditional_sti/cli_ist() ? > > Actually, I think this is the best name. The "preempt_" one, didn't give > any annotation about why it was disabling preemption. It was done > because the stack is on the IST and we can not schedule out. Thus, if we > add the "_ist()" to it, not only does it annotate why this call is > special, but also allows x86_32, which does not have an IST, not to have > to disable preemption. I agree with your opinion :) Thanks, -- Masami HIRAMATSU Software Platform Research Dept. Linux Technology Center Hitachi, Ltd., Yokohama Research Laboratory E-mail: masami.hiramatsu.pt@hitachi.com