Re: [PATCH V6 05/10] acpi: apei: handle SEA notification type for ARMv8

2016-12-20 Thread James Morse
Hi Tyler, On 07/12/16 21:48, Tyler Baicar wrote: > ARM APEI extension proposal added SEA (Synchrounous External > Abort) notification type for ARMv8. > Add a new GHES error source handling function for SEA. If an error > source's notification type is SEA, then this function can be registered >

Re: [RFC] minimum gcc version for kernel: raise to gcc-4.3 or 4.6?

2016-12-20 Thread Heiko Carstens
On Fri, Dec 16, 2016 at 11:00:27PM +0100, Arnd Bergmann wrote: > On Friday, December 16, 2016 6:00:43 PM CET Sebastian Andrzej Siewior wrote: > > On 2016-12-16 11:56:21 [+0100], Arnd Bergmann wrote: > > > The original gcc-4.3 release was in early 2008. If we decide to still > > > support that, we

Re: [PATCH v8 01/16] FDT: introduce global phandle allocation

2016-12-20 Thread Andrew Jones
On Mon, Dec 19, 2016 at 06:43:29PM +, Andre Przywara wrote: > Well, yes. The problem is that AFAIK you cannot initialize an array > easily with all the values getting set to something other than zero. u32 phandles[PHANDLES_MAX] = { [0 ... PHANDLES_MAX-1] = FDT_INVALID_PHANDLE }; (Unrelated,