Re: [PATCH RT 2/2 v4] preempt-rt/x86: Delay calling signals in int3
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Subject: Re: [PATCH RT 2/2 v4] preempt-rt/x86: Delay calling signals in int3
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- Date: Fri, 3 Feb 2012 19:40:16 +0100
- Cc: linux-kernel@xxxxxxxxxxxxxxx, linux-rt-users <linux-rt-users@xxxxxxxxxxxxxxx>, Thomas Gleixner <tglx@xxxxxxxxxxxxx>, Carsten Emde <C.Emde@xxxxxxxxx>, John Kacur <jkacur@xxxxxxxxxx>, Masami Hiramatsu <masami.hiramatsu.pt@xxxxxxxxxxx>, Ingo Molnar <mingo@xxxxxxx>, Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>, "H. Peter Anvin" <hpa@xxxxxxxxx>, Alexander van Heukelum <heukelum@xxxxxxxxxxx>, Andi Kleen <ak@xxxxxxxxxxxxxxx>, Clark Williams <williams@xxxxxxxxxx>, Luis Goncalves <lgoncalv@xxxxxxxxxx>, stable-rt@xxxxxxxxxxxxxxx
- In-reply-to: <20120203183041.427463295@goodmis.org>
- References: <20120203182853.547078531@goodmis.org> <20120203183041.427463295@goodmis.org>
- User-agent: Mutt/1.5.18 (2008-05-17)
Steven, I guess I need to actually read the patch before asking the
questions... I'll try later, but
On 02/03, Steven Rostedt wrote:
>
> --- linux-rt.git.orig/arch/x86/kernel/entry_64.S
> +++ linux-rt.git/arch/x86/kernel/entry_64.S
> @@ -1391,6 +1391,14 @@ paranoid_userspace:
> paranoid_schedule:
> TRACE_IRQS_ON
> ENABLE_INTERRUPTS(CLBR_ANY)
> +#ifdef CONFIG_PREEMPT_RT_FULL
> + GET_THREAD_INFO(%rcx)
> + movl TI_flags(%rcx),%ebx
> + testl $_TIF_FORCE_SIG_TRAP,%ebx
> + jz paranoid_do_schedule
> + call do_force_sig_trap
> +paranoid_do_schedule:
> +#endif
Stupid question. Do we really need to send the signal from here?
Why force_sig(rt => T) can't set TIF_NOTIFY_RESUME instead? Then
we can change do_notify_resume() to check TIF_FORCE_SIG_TRAP. And
perhaps we can even avoid the new TIF_FORCE_SIG_TRAP, we could
check task->stored_info_set.
In fact I feel this can be simplified even more, but I am not sure.
Oleg.
--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
[RT Stable]
[Kernel Newbies]
[Share Photos]
[IDE]
[Security]
[Git]
[Netfilter]
[Bugtraq]
[Photo]
[Yosemite]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Linux ATA RAID]
[Samba]
[Video 4 Linux]
[Device Mapper]
[Linux Resources]