Re: [PATCH][AArch64] Properly reject invalid attribute strings

2016-01-15 Thread James Greenhalgh
On Fri, Jan 15, 2016 at 01:39:54PM +, Kyrill Tkachov wrote: > Hi all, > > A bug in the target attribute parsing logic led to us silently accepting > attribute strings that did not appear in the attributes table i.e invalid > attributes. > > This patch fixes that oversight so we now error out

[PATCH][AArch64] Properly reject invalid attribute strings

2016-01-15 Thread Kyrill Tkachov
Hi all, A bug in the target attribute parsing logic led to us silently accepting attribute strings that did not appear in the attributes table i.e invalid attributes. This patch fixes that oversight so we now error out on obviously bogus strings. Bootstrapped and tested on aarch64. Ok for tru