Re: [PATCH] Fix COMPAT_VDSO regression bug

2007-03-15 Thread Leroy van Logchem
Andrew Morton linux-foundation.org> writes: > > Revert "[PATCH] Fix CONFIG_COMPAT_VDSO" > > This reverts commit a1f3bb9ae4497a2ed3eac773fd7798ac33a0371f. > > > > Several systems couldnt boot using CONFIG_HIGHMEM64G=y as > > reported in bug #8040. Reverting the above patch solved

Re: [PATCH] Fix COMPAT_VDSO regression bug

2007-03-15 Thread Andrew Morton
> On Thu, 15 Mar 2007 00:38:40 +0100 Leroy van Logchem <[EMAIL PROTECTED]> > wrote: > Revert "[PATCH] Fix CONFIG_COMPAT_VDSO" > This reverts commit a1f3bb9ae4497a2ed3eac773fd7798ac33a0371f. > > Several systems couldnt boot using CONFIG_HIGHMEM64G=y as > reported in bug #8040. Reve

Re: [stable] [PATCH] Fix COMPAT_VDSO regression bug

2007-03-15 Thread Leroy van Logchem
Leroy van Logchem wldelft.nl> writes: > > Greg KH wrote: > > On Thu, Mar 15, 2007 at 12:38:40AM +0100, Leroy van Logchem wrote: > > > >> Revert "[PATCH] Fix CONFIG_COMPAT_VDSO" > >> This reverts commit a1f3bb9ae4497a2ed3eac773fd7798ac33a0371f. > >> > >> Several systems couldnt boo

Re: [stable] [PATCH] Fix COMPAT_VDSO regression bug

2007-03-15 Thread Leroy van Logchem
Greg KH wrote: On Thu, Mar 15, 2007 at 12:38:40AM +0100, Leroy van Logchem wrote: Revert "[PATCH] Fix CONFIG_COMPAT_VDSO" This reverts commit a1f3bb9ae4497a2ed3eac773fd7798ac33a0371f. Several systems couldnt boot using CONFIG_HIGHMEM64G=y as reported in bug #8040. Reverting t

Re: [stable] [PATCH] Fix COMPAT_VDSO regression bug

2007-03-14 Thread Greg KH
On Thu, Mar 15, 2007 at 12:38:40AM +0100, Leroy van Logchem wrote: > > Revert "[PATCH] Fix CONFIG_COMPAT_VDSO" > This reverts commit a1f3bb9ae4497a2ed3eac773fd7798ac33a0371f. > > Several systems couldnt boot using CONFIG_HIGHMEM64G=y as > reported in bug #8040. Reverting the above

Re: [PATCH] Fix COMPAT_VDSO regression bug

2007-03-14 Thread Roland McGrath
I built a CONFIG_COMPAT_VDSO=y, CONFIG_HIGHMEM64G=y kernel and it has no problems with FC-6 userland. Everything looks fine with the vDSO. So either some more details of your kernel config are relevant, or something about the userland usage pattern. Thanks, Roland - To unsubscribe from this li

[PATCH] Fix COMPAT_VDSO regression bug

2007-03-14 Thread Leroy van Logchem
Revert "[PATCH] Fix CONFIG_COMPAT_VDSO" This reverts commit a1f3bb9ae4497a2ed3eac773fd7798ac33a0371f. Several systems couldnt boot using CONFIG_HIGHMEM64G=y as reported in bug #8040. Reverting the above patch solved the problem. Cc: Randy Dunlap <[EMAIL PROTECTED]> Cc: Ingo M