LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Roland McGrath <roland@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>,
Andrew Morton <akpm@linux-foundation.org>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] x86 handle_vm86_trap cleanup
Date: Sat, 22 Mar 2008 12:17:29 +0100 [thread overview]
Message-ID: <20080322111728.GD13264@elte.hu> (raw)
In-Reply-To: <20080322035357.4B43326F992@magilla.localdomain>
* Roland McGrath <roland@redhat.com> wrote:
> > for the record, this also changes semantics, because previously we'd
> > permanently unblock SIGTRAP (most certainly as a hack, to be able to
> > do the send_sig()), while now we use force_sig() which just ignores
> > the blocked mask. (and i agree with your fix of course)
>
> That's not so. force_sig_info (called by force_sig) removes the
> signal from the blocked set too. That is the only way to get the
> signal ever to be dequeued.
ah, indeed, i missed that :)
Ingo
prev parent reply other threads:[~2008-03-22 11:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-17 9:21 Roland McGrath
2008-03-21 10:39 ` Ingo Molnar
2008-03-22 3:53 ` Roland McGrath
2008-03-22 11:17 ` Ingo Molnar [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080322111728.GD13264@elte.hu \
--to=mingo@elte.hu \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=roland@redhat.com \
--cc=tglx@linutronix.de \
--subject='Re: [PATCH] x86 handle_vm86_trap cleanup' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).