Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934812AbcCOQeQ (ORCPT ); Tue, 15 Mar 2016 12:34:16 -0400 Received: from mail-pf0-f170.google.com ([209.85.192.170]:36372 "EHLO mail-pf0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934750AbcCOQeM (ORCPT ); Tue, 15 Mar 2016 12:34:12 -0400 From: Lennox Wu Subject: [GIT PULL] Score: Fix the check condition of get_sigframe To: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, stsp@users.sourceforge.net Message-ID: <56E83975.5080408@gmail.com> Date: Wed, 16 Mar 2016 00:33:57 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="m9VAnHXSXvQ905WisDQT52MKw3d5SFI2S" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2390 Lines: 73 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --m9VAnHXSXvQ905WisDQT52MKw3d5SFI2S Content-Type: multipart/mixed; boundary="GurGepSMlLU1GhOJXnOpmg4iOPL8UfMOW" From: Lennox Wu To: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, stsp@users.sourceforge.net Message-ID: <56E83975.5080408@gmail.com> Subject: [GIT PULL] Score: Fix the check condition of get_sigframe --GurGepSMlLU1GhOJXnOpmg4iOPL8UfMOW Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Linus, Please pull the patch issued by Stas Sergeev for a signal issue. The following changes since commit 67944024c1cdd897e49a09b0d6af3ea38d138= 8ca: 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=20 --GurGepSMlLU1GhOJXnOpmg4iOPL8UfMOW-- --m9VAnHXSXvQ905WisDQT52MKw3d5SFI2S Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJW6Dl8AAoJEH8MOdC0wg4y+SIIANAtPw8vPbpKeV5uZ0nJC/1Q wFxfvAnww0QuXf3+N78nFCGiF8Q1qSx0MyEXD3EYkyz3AsM42NmDriX2O9f+5q7i tJmUn53xWcWkoCJORq8k7zgwPxVAggYToWucHFQN7B1nNy+F2pyiExFRljuYvfJ/ uE7qxzWT8gSTRNY42x+P8Wo34c/SQQz+Itlwh7ZBrxcsXqoYL9F20K9paD6iH5zq vLzzse+aVBM4fWqPpQMCd2/Ru4/61Ia3t+eatHlzC70VYtIH1atEruExk17ezwZZ R/wsgvJUCRVoY9y16Vr0ajqsFCl9ExxM4cQP/NjV5XXihXnC7ppa+4hCSguY93A= =kxvM -----END PGP SIGNATURE----- --m9VAnHXSXvQ905WisDQT52MKw3d5SFI2S--