From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752582AbcDWCeU (ORCPT ); Fri, 22 Apr 2016 22:34:20 -0400 Received: from szxga05-in.huawei.com ([58.251.152.179]:9166 "EHLO szxga05-in.huawei.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751824AbcDWCeS (ORCPT ); Fri, 22 Apr 2016 22:34:18 -0400 Subject: Re: [PATCH 12/25] arm64: compat: change config dependences to aarch32 To: Yury Norov , Catalin Marinas References: <1459894127-17698-1-git-send-email-ynorov@caviumnetworks.com> <1459894127-17698-13-git-send-email-ynorov@caviumnetworks.com> <20160422155818.GP2998@e104818-lin.cambridge.arm.com> <20160422215918.GB2234@yury-N73SV> CC: , , , , , , , , , , , , , , , Bamvor Jian Zhang , , , Hanjun Guo , Bamvor Zhang Jian From: "Zhangjian (Bamvor)" Message-ID: <571ADEFE.4010305@huawei.com> Date: Sat, 23 Apr 2016 10:33:34 +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: <20160422215918.GB2234@yury-N73SV> 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.0A090205.571ADF1F.0094,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: 5e19fa74b2d4a47f965c41f27acc6ca5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Yury On 2016/4/23 5:59, Yury Norov wrote: > On Fri, Apr 22, 2016 at 04:58:18PM +0100, Catalin Marinas wrote: >> On Wed, Apr 06, 2016 at 01:08:34AM +0300, Yury Norov wrote: >>> From: Bamvor Jian Zhang >>> >>> With the patches of ILP32, COMPAT is not equivalent to AARCH32 in EL0. >>> This patch fix this by updating the dependency from COMPAT to >>> AARCH32_EL0 for ARMV8_DEPRECATED and ARM64_ERRATUM_845719. >>> >>> Signed-off-by: Bamvor Jian Zhang >>> Signed-off-by: Yury Norov >> >> Can you not merge patches 10-12 into a single one? They all deal with >> the s/COMPAT/AARCH32_EL0/ replacement. I'm not even sure the series is >> bisectable after patch 10. >> >> -- >> Catalin > > OK, if Bamvoor is not objecting It is ok. Bamvor > > From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Zhangjian (Bamvor)" Subject: Re: [PATCH 12/25] arm64: compat: change config dependences to aarch32 Date: Sat, 23 Apr 2016 10:33:34 +0800 Message-ID: <571ADEFE.4010305@huawei.com> References: <1459894127-17698-1-git-send-email-ynorov@caviumnetworks.com> <1459894127-17698-13-git-send-email-ynorov@caviumnetworks.com> <20160422155818.GP2998@e104818-lin.cambridge.arm.com> <20160422215918.GB2234@yury-N73SV> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20160422215918.GB2234@yury-N73SV> Sender: linux-doc-owner@vger.kernel.org List-Archive: List-Post: To: Yury Norov , Catalin Marinas Cc: arnd@arndb.de, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-s390@vger.kernel.org, pinskia@gmail.com, Prasun.Kapoor@caviumnetworks.com, schwab@suse.de, broonie@kernel.org, linux-doc@vger.kernel.org, heiko.carstens@de.ibm.com, agraf@suse.de, klimov.linux@gmail.com, schwidefsky@de.ibm.com, Nathan_Lynch@mentor.com, Bamvor Jian Zhang , joseph@codesourcery.com, christoph.muellner@theobroma-systems.com, Hanjun Guo Bamvor Zhang Jian List-ID: Hi, Yury On 2016/4/23 5:59, Yury Norov wrote: > On Fri, Apr 22, 2016 at 04:58:18PM +0100, Catalin Marinas wrote: >> On Wed, Apr 06, 2016 at 01:08:34AM +0300, Yury Norov wrote: >>> From: Bamvor Jian Zhang >>> >>> With the patches of ILP32, COMPAT is not equivalent to AARCH32 in EL0. >>> This patch fix this by updating the dependency from COMPAT to >>> AARCH32_EL0 for ARMV8_DEPRECATED and ARM64_ERRATUM_845719. >>> >>> Signed-off-by: Bamvor Jian Zhang >>> Signed-off-by: Yury Norov >> >> Can you not merge patches 10-12 into a single one? They all deal with >> the s/COMPAT/AARCH32_EL0/ replacement. I'm not even sure the series is >> bisectable after patch 10. >> >> -- >> Catalin > > OK, if Bamvoor is not objecting It is ok. Bamvor > > From mboxrd@z Thu Jan 1 00:00:00 1970 From: bamvor.zhangjian@huawei.com (Zhangjian (Bamvor)) Date: Sat, 23 Apr 2016 10:33:34 +0800 Subject: [PATCH 12/25] arm64: compat: change config dependences to aarch32 In-Reply-To: <20160422215918.GB2234@yury-N73SV> References: <1459894127-17698-1-git-send-email-ynorov@caviumnetworks.com> <1459894127-17698-13-git-send-email-ynorov@caviumnetworks.com> <20160422155818.GP2998@e104818-lin.cambridge.arm.com> <20160422215918.GB2234@yury-N73SV> Message-ID: <571ADEFE.4010305@huawei.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, Yury On 2016/4/23 5:59, Yury Norov wrote: > On Fri, Apr 22, 2016 at 04:58:18PM +0100, Catalin Marinas wrote: >> On Wed, Apr 06, 2016 at 01:08:34AM +0300, Yury Norov wrote: >>> From: Bamvor Jian Zhang >>> >>> With the patches of ILP32, COMPAT is not equivalent to AARCH32 in EL0. >>> This patch fix this by updating the dependency from COMPAT to >>> AARCH32_EL0 for ARMV8_DEPRECATED and ARM64_ERRATUM_845719. >>> >>> Signed-off-by: Bamvor Jian Zhang >>> Signed-off-by: Yury Norov >> >> Can you not merge patches 10-12 into a single one? They all deal with >> the s/COMPAT/AARCH32_EL0/ replacement. I'm not even sure the series is >> bisectable after patch 10. >> >> -- >> Catalin > > OK, if Bamvoor is not objecting It is ok. Bamvor > >