Re: [PATCH 0/2] Consolidate redundant register/stack access code

2015-06-16 Thread Will Deacon
Hi David, On Mon, Jun 15, 2015 at 05:42:57PM +0100, David Long wrote: > From: "David A. Long" > > Move duplicate and functionally equivalent code for accessing registers > and stack (CONFIG_HAVE_REGS_AND_STACK_ACCESS_API) from arch subdirs into > common kernel files. > > Note: Help regression t

Re: [PATCH 0/2] Consolidate redundant register/stack access code

2015-06-16 Thread Martin Schwidefsky
On Mon, 15 Jun 2015 12:42:57 -0400 David Long wrote: > From: "David A. Long" > > Move duplicate and functionally equivalent code for accessing registers > and stack (CONFIG_HAVE_REGS_AND_STACK_ACCESS_API) from arch subdirs into > common kernel files. > > Note: Help regression testing s390, hex

Re: [PATCH 0/2] Consolidate redundant register/stack access code

2015-06-15 Thread David Long
On 06/15/15 16:44, Kees Cook wrote: On Mon, Jun 15, 2015 at 9:42 AM, David Long wrote: From: "David A. Long" Move duplicate and functionally equivalent code for accessing registers and stack (CONFIG_HAVE_REGS_AND_STACK_ACCESS_API) from arch subdirs into common kernel files. Note: Help regres

[PATCH 0/2] Consolidate redundant register/stack access code

2015-06-15 Thread David Long
From: "David A. Long" Move duplicate and functionally equivalent code for accessing registers and stack (CONFIG_HAVE_REGS_AND_STACK_ACCESS_API) from arch subdirs into common kernel files. Note: Help regression testing s390, hexagon, and sh would be appreciated. Powerpc builds but I have no

Re: [PATCH 0/2] Consolidate redundant register/stack access code

2015-06-15 Thread Kees Cook
On Mon, Jun 15, 2015 at 9:42 AM, David Long wrote: > From: "David A. Long" > > Move duplicate and functionally equivalent code for accessing registers > and stack (CONFIG_HAVE_REGS_AND_STACK_ACCESS_API) from arch subdirs into > common kernel files. > > Note: Help regression testing s390, hexagon,