From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932585AbcFUIDt (ORCPT ); Tue, 21 Jun 2016 04:03:49 -0400 Received: from szxga04-in.huawei.com ([58.251.152.52]:63731 "EHLO szxga04-in.huawei.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1755080AbcFUICw (ORCPT ); Tue, 21 Jun 2016 04:02:52 -0400 Subject: Re: [PATCH 18/27] [AARCH64] Add kernel_sigaction.h for AARCH64 ILP32 To: Andreas Schwab , Yury Norov References: <1466485631-3532-1-git-send-email-ynorov@caviumnetworks.com> <1466485631-3532-20-git-send-email-ynorov@caviumnetworks.com> CC: , , , , , , , , , , , Andrew Pinski , "Zhangjian (Bamvor)" From: "Zhangjian (Bamvor)" Message-ID: <5768F24F.5000808@huawei.com> Date: Tue, 21 Jun 2016 15:52:47 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.111.72.170] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020206.5768F264.00AA,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2014-11-16 11:51:01, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 675e510d405868d740bd0f4f23da2169 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 2016/6/21 15:45, Andreas Schwab wrote: > Yury Norov writes: > >> In ILP32, the sigaction struct is the same as AARCH64 > > Isn't sys_ilp32.c using the compat calls for sigaction? Yes. It is an old patch for v3 of ilp32 patches of kernel which wrote in 2014. We should remove it completely. Regards Bamvor > > Andreas. >