From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752099AbbJQLNj (ORCPT ); Sat, 17 Oct 2015 07:13:39 -0400 Received: from mail-lb0-f180.google.com ([209.85.217.180]:35623 "EHLO mail-lb0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751348AbbJQLNi (ORCPT ); Sat, 17 Oct 2015 07:13:38 -0400 Subject: Re: [PATCH v2] MIPS64: signal: n64 kernel bugfix of MIPS32 o32 ABI sigaction syscall To: Leonid Yegoshin , linux-mips@linux-mips.org, paul.burton@imgtec.com, richard@nod.at, linux-kernel@vger.kernel.org, ralf@linux-mips.org, luto@amacapital.net, alex.smith@imgtec.com, markos.chandras@imgtec.com References: <20151017002553.7002.69013.stgit@ubuntu-yegoshin> From: Sergei Shtylyov Message-ID: <56222D5F.5080601@cogentembedded.com> Date: Sat, 17 Oct 2015 14:13:35 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151017002553.7002.69013.stgit@ubuntu-yegoshin> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello. On 10/17/2015 3:25 AM, Leonid Yegoshin wrote: > MIPS32 o32 ABI sigaction() processing on MIPS64 n64 kernel was incorrectly > set to processing aka rt_sigaction() variant only. > > Fixed. > -- > v2: Taken in account CONFIG vars interdependencies and conditional expression > simplified. As a result, the reverse problem fixed (introduced by v1). > Tested on all 3 ABIs. > -- You forgot to sign off this time. [...] MBR, Sergei