Re: [PATCH v2] misc: sram-exec: Use aligned fncpy instead of memcpy

2017-05-18 Thread Dave Gerlach
On 05/18/2017 10:01 AM, Greg Kroah-Hartman wrote: On Mon, Apr 10, 2017 at 09:52:47AM -0500, Dave Gerlach wrote: Currently the sram-exec functionality, which allows allocation of executable memory and provides an API to move code to it, is only selected in configs for the ARM architecture. Based

Re: [PATCH v2] misc: sram-exec: Use aligned fncpy instead of memcpy

2017-05-18 Thread Greg Kroah-Hartman
On Mon, Apr 10, 2017 at 09:52:47AM -0500, Dave Gerlach wrote: > Currently the sram-exec functionality, which allows allocation of > executable memory and provides an API to move code to it, is only > selected in configs for the ARM architecture. Based on commit > 5756e9dd0de6 ("ARM: 6640/1: Thumb-2

Re: [PATCH v2] misc: sram-exec: Use aligned fncpy instead of memcpy

2017-05-17 Thread Dave Gerlach
On 05/17/2017 08:47 AM, Tony Lindgren wrote: * Russell King - ARM Linux [170517 04:46]: On Wed, May 17, 2017 at 11:13:17AM +0200, Greg Kroah-Hartman wrote: On Tue, May 16, 2017 at 09:01:27AM -0700, Tony Lindgren wrote: * Russell King - ARM Linux [170503 11:58]: On Mon, Apr 10, 2017 at 09:52

Re: [PATCH v2] misc: sram-exec: Use aligned fncpy instead of memcpy

2017-05-17 Thread Tony Lindgren
* Russell King - ARM Linux [170517 04:46]: > On Wed, May 17, 2017 at 11:13:17AM +0200, Greg Kroah-Hartman wrote: > > On Tue, May 16, 2017 at 09:01:27AM -0700, Tony Lindgren wrote: > > > * Russell King - ARM Linux [170503 11:58]: > > > > On Mon, Apr 10, 2017 at 09:52:47AM -0500, Dave Gerlach wrote

Re: [PATCH v2] misc: sram-exec: Use aligned fncpy instead of memcpy

2017-05-17 Thread Russell King - ARM Linux
On Wed, May 17, 2017 at 11:13:17AM +0200, Greg Kroah-Hartman wrote: > On Tue, May 16, 2017 at 09:01:27AM -0700, Tony Lindgren wrote: > > * Russell King - ARM Linux [170503 11:58]: > > > On Mon, Apr 10, 2017 at 09:52:47AM -0500, Dave Gerlach wrote: > > > > Currently the sram-exec functionality, whi

Re: [PATCH v2] misc: sram-exec: Use aligned fncpy instead of memcpy

2017-05-17 Thread Greg Kroah-Hartman
On Tue, May 16, 2017 at 09:01:27AM -0700, Tony Lindgren wrote: > * Russell King - ARM Linux [170503 11:58]: > > On Mon, Apr 10, 2017 at 09:52:47AM -0500, Dave Gerlach wrote: > > > Currently the sram-exec functionality, which allows allocation of > > > executable memory and provides an API to move

Re: [PATCH v2] misc: sram-exec: Use aligned fncpy instead of memcpy

2017-05-16 Thread Tony Lindgren
* Russell King - ARM Linux [170503 11:58]: > On Mon, Apr 10, 2017 at 09:52:47AM -0500, Dave Gerlach wrote: > > Currently the sram-exec functionality, which allows allocation of > > executable memory and provides an API to move code to it, is only > > selected in configs for the ARM architecture. B

Re: [PATCH v2] misc: sram-exec: Use aligned fncpy instead of memcpy

2017-05-04 Thread Alexandre Belloni
On 10/04/2017 at 09:52:47 -0500, Dave Gerlach wrote: > Currently the sram-exec functionality, which allows allocation of > executable memory and provides an API to move code to it, is only > selected in configs for the ARM architecture. Based on commit > 5756e9dd0de6 ("ARM: 6640/1: Thumb-2: Symbol

Re: [PATCH v2] misc: sram-exec: Use aligned fncpy instead of memcpy

2017-05-03 Thread Russell King - ARM Linux
On Mon, Apr 10, 2017 at 09:52:47AM -0500, Dave Gerlach wrote: > Currently the sram-exec functionality, which allows allocation of > executable memory and provides an API to move code to it, is only > selected in configs for the ARM architecture. Based on commit > 5756e9dd0de6 ("ARM: 6640/1: Thumb-2

Re: [PATCH v2] misc: sram-exec: Use aligned fncpy instead of memcpy

2017-04-26 Thread Tony Lindgren
* Dave Gerlach [170410 07:55]: > Currently the sram-exec functionality, which allows allocation of > executable memory and provides an API to move code to it, is only > selected in configs for the ARM architecture. Based on commit > 5756e9dd0de6 ("ARM: 6640/1: Thumb-2: Symbol manipulation macros f

[PATCH v2] misc: sram-exec: Use aligned fncpy instead of memcpy

2017-04-10 Thread Dave Gerlach
Currently the sram-exec functionality, which allows allocation of executable memory and provides an API to move code to it, is only selected in configs for the ARM architecture. Based on commit 5756e9dd0de6 ("ARM: 6640/1: Thumb-2: Symbol manipulation macros for function body copying") simply copyin