Re: [Bugme-new] [Bug 7891] New: vdso page is no longer mapped for

2007-01-29 Thread Joerg Ahrens
On Mon, Jan 29, 2007 at 04:10:29AM +0100, Andi Kleen wrote: > On Saturday 27 January 2007 23:02, Andrew Morton wrote: > > On Sat, 27 Jan 2007 15:01:51 -0500 > > > > "Parag Warudkar" <[EMAIL PROTECTED]> wrote: > > > Here is a patch that does what Andrew Morton suggested (plus some more > > > as expl

Re: [Bugme-new] [Bug 7891] New: vdso page is no longer mapped for

2007-01-29 Thread Alexey Dobriyan
On Mon, Jan 29, 2007 at 04:10:29AM +0100, Andi Kleen wrote: > Don't require the vDSO for handling a.out signals > --- linux.orig/include/linux/binfmts.h > +++ linux/include/linux/binfmts.h > @@ -59,6 +59,7 @@ struct linux_binfmt { > int (*load_shlib)(struct file *); > int (*core_dump)(

Re: [Bugme-new] [Bug 7891] New: vdso page is no longer mapped for

2007-01-29 Thread Andi Kleen
On Saturday 27 January 2007 23:02, Andrew Morton wrote: > On Sat, 27 Jan 2007 15:01:51 -0500 > > "Parag Warudkar" <[EMAIL PROTECTED]> wrote: > > Here is a patch that does what Andrew Morton suggested (plus some more > > as explained below) . > > Patch inline below and also attached in case there is

Re: [Bugme-new] [Bug 7891] New: vdso page is no longer mapped for

2007-01-28 Thread Randy Dunlap
On Sat, 27 Jan 2007 15:01:51 -0500 Parag Warudkar wrote: > Here is a patch that does what Andrew Morton suggested (plus some more > as explained below) . > Patch inline below and also attached in case there is whitespace > damage. Compile tested on i386 with make defconfig; make. If anyone > can t

Re: [Bugme-new] [Bug 7891] New: vdso page is no longer mapped for

2007-01-27 Thread Andrew Morton
On Sat, 27 Jan 2007 15:01:51 -0500 "Parag Warudkar" <[EMAIL PROTECTED]> wrote: > Here is a patch that does what Andrew Morton suggested (plus some more > as explained below) . > Patch inline below and also attached in case there is whitespace > damage. Compile tested on i386 with make defconfig; m

Re: [Bugme-new] [Bug 7891] New: vdso page is no longer mapped for

2007-01-27 Thread Parag Warudkar
Here is a patch that does what Andrew Morton suggested (plus some more as explained below) . Patch inline below and also attached in case there is whitespace damage. Compile tested on i386 with make defconfig; make. If anyone can test on other arches and provide feedback that'd be great. Signed-o

Re: [Bugme-new] [Bug 7891] New: vdso page is no longer mapped for a.out binaries in kernel 2.6.18

2007-01-26 Thread Andrew Morton
(Please respond via reply-to-all, not via the bugzilla web interface) On Fri, 26 Jan 2007 14:40:09 -0800 [EMAIL PROTECTED] wrote: > http://bugzilla.kernel.org/show_bug.cgi?id=7891 > >Summary: vdso page is no longer mapped for a.out binaries in > kernel 2.6.18 >