From: Lennox Wu <lennox.wu@gmail.com>
To: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org,
stsp@users.sourceforge.net
Subject: [GIT PULL] Score: Fix the check condition of get_sigframe
Date: Wed, 16 Mar 2016 00:33:57 +0800 [thread overview]
Message-ID: <56E83975.5080408@gmail.com> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 1136 bytes --]
Hi Linus,
Please pull the patch issued by Stas Sergeev for a signal issue.
The following changes since commit 67944024c1cdd897e49a09b0d6af3ea38d1388ca:
Merge tag 'sound-4.5-rc7' of
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound (2016-03-05
12:35:48 -0800)
are available in the git repository at:
git://github.com/sctscore/linux-off.git sig
for you to fetch changes up to ea5cf3c0c898848f5b402df385d873ae8479fe80:
Currently get_sigframe() checks only (ka->sa.sa_flags & SA_ONSTACK) &&
(!on_sig_stack(sp)) to determine whether the switch to sigaltstack is
needed. It forgets to checks whether the sigaltstack was previously set.
(2016-03-11 03:34:05 +0800)
----------------------------------------------------------------
Lennox Wu (1):
Currently get_sigframe() checks only (ka->sa.sa_flags &
SA_ONSTACK) && (!on_sig_stack(sp)) to determine whether the switch
to sigaltstack is needed. It forgets to checks whether the
sigaltstack was previously set.
arch/score/kernel/signal.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
Best,
Lennox
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
next reply other threads:[~2016-03-15 16:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-15 16:33 Lennox Wu [this message]
2016-03-16 18:08 ` [GIT PULL] Score: Fix the check condition of get_sigframe Linus Torvalds
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=56E83975.5080408@gmail.com \
--to=lennox.wu@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=stsp@users.sourceforge.net \
--cc=torvalds@linux-foundation.org \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox