Re: Possible regression from "fs/exec.c: call arch_pick_mmap_layout() only once"

2014-01-02 Thread Pat Erley
On 01/02/2014 04:39 PM, Pat Erley wrote: On 01/02/2014 04:24 PM, Richard Weinberger wrote: Am Donnerstag, 2. Januar 2014, 15:41:27 schrieb Pat Erley: On my 64bit kernel, commit 283fe963095b38a6ab75dda1436ee66b9e45c7c2 seems to have broken 32bit compatibility. I've run the bisection twice, and

Re: Possible regression from "fs/exec.c: call arch_pick_mmap_layout() only once"

2014-01-02 Thread Pat Erley
On 01/02/2014 04:24 PM, Richard Weinberger wrote: Am Donnerstag, 2. Januar 2014, 15:41:27 schrieb Pat Erley: On my 64bit kernel, commit 283fe963095b38a6ab75dda1436ee66b9e45c7c2 seems to have broken 32bit compatibility. I've run the bisection twice, and verified that reverting this on HEAD fixes

Re: Possible regression from "fs/exec.c: call arch_pick_mmap_layout() only once"

2014-01-02 Thread Richard Weinberger
Am Donnerstag, 2. Januar 2014, 15:41:27 schrieb Pat Erley: > On my 64bit kernel, commit 283fe963095b38a6ab75dda1436ee66b9e45c7c2 > seems to have broken 32bit compatibility. I've run the bisection twice, > and verified that reverting this on HEAD fixes the problem. I've > uploaded my .config to pa