* [GIT PULL] Score: Fix the check condition of get_sigframe
@ 2016-03-15 16:33 Lennox Wu
2016-03-16 18:08 ` Linus Torvalds
0 siblings, 1 reply; 2+ messages in thread
From: Lennox Wu @ 2016-03-15 16:33 UTC (permalink / raw)
To: linux-kernel, torvalds, stsp
[-- 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 --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] Score: Fix the check condition of get_sigframe
2016-03-15 16:33 [GIT PULL] Score: Fix the check condition of get_sigframe Lennox Wu
@ 2016-03-16 18:08 ` Linus Torvalds
0 siblings, 0 replies; 2+ messages in thread
From: Linus Torvalds @ 2016-03-16 18:08 UTC (permalink / raw)
To: Lennox Wu; +Cc: Linux Kernel Mailing List, Stas Sergeev
On Tue, Mar 15, 2016 at 9:33 AM, Lennox Wu <lennox.wu@gmail.com> wrote:
>
> git://github.com/sctscore/linux-off.git sig
Please use a signed tag for github pull requests. I don't pull
unsigned branches from open hosting sites.
Yeah, yeah, I know this is a one-liner, and I could just eyeball the
end result to make sure it really looks fine, but still.. I really
want signing to be standard procedure for open hosting pulls.
Linus
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-16 18:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-15 16:33 [GIT PULL] Score: Fix the check condition of get_sigframe Lennox Wu
2016-03-16 18:08 ` Linus Torvalds
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox