From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755317AbcCBP0G (ORCPT ); Wed, 2 Mar 2016 10:26:06 -0500 Received: from foss.arm.com ([217.140.101.70]:59174 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752713AbcCBP0D (ORCPT ); Wed, 2 Mar 2016 10:26:03 -0500 Subject: Re: [PATCH v2 0/8] arm64: Support for systems without AArch32 state To: Yury Norov References: <1456393968-17386-1-git-send-email-suzuki.poulose@arm.com> <20160301211923.GA1325@yury-N73SV> <20160302150721.GA16286@yury-N73SV> Cc: linux-arm-kernel@lists.infradead.org, mark.rutland@arm.com, marc.zyngier@arm.com, catalin.marinas@arm.com, will.deacon@arm.com, linux-kernel@vger.kernel.org, kvmarm@lists.cs.columbia.edu, christoffer.dall@linaro.org From: "Suzuki K. Poulose" Message-ID: <56D70607.7090903@arm.com> Date: Wed, 2 Mar 2016 15:25:59 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20160302150721.GA16286@yury-N73SV> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/03/16 15:07, Yury Norov wrote: > On Wed, Mar 02, 2016 at 12:19:23AM +0300, Yury Norov wrote: >> On Thu, Feb 25, 2016 at 09:52:40AM +0000, Suzuki K Poulose wrote: >>> This series add checks to make sure that the AArch32 state is >>> supported before we process the 32bit ID registers. Also >>> checks the same for COMPAT binary execution. ... > > So, everything is looking OK. > > Tested-by: Yury Norov Thanks Yury. Suzuki