From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suzuki.Poulose@arm.com (Suzuki K. Poulose) Date: Wed, 2 Mar 2016 15:25:59 +0000 Subject: [PATCH v2 0/8] arm64: Support for systems without AArch32 state In-Reply-To: <20160302150721.GA16286@yury-N73SV> References: <1456393968-17386-1-git-send-email-suzuki.poulose@arm.com> <20160301211923.GA1325@yury-N73SV> <20160302150721.GA16286@yury-N73SV> Message-ID: <56D70607.7090903@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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