Zachary Amsden <[email protected]> wrote: > > Please try my patch - sent earlier, but attached again. It will tell > you with 100% confidence if the problem is with userspace expecting the > vsyscall page to be at a particular address. > > > [bogo-fixmap text/plain (645 bytes)] > > Index: linux-2.6.17-rc/include/asm-i386/fixmap.h > =================================================================== > --- linux-2.6.17-rc.orig/include/asm-i386/fixmap.h 2006-03-19 21:53:29.000000000 -0800 > +++ linux-2.6.17-rc/include/asm-i386/fixmap.h 2006-05-19 18:16:00.000000000 -0700 > @@ -20,7 +20,7 @@ > * Leave one empty page between vmalloc'ed areas and > * the start of the fixmap. > */ > -#define __FIXADDR_TOP 0xfffff000 > +#define __FIXADDR_TOP 0xffbff000 The machine runs OK with that applied and with move-vsyscall-page-out-of-fixmap-into-normal-vma-as-per-mmap.patch not applied. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [patch] i386, vdso=[0|1] boot option and /proc/sys/vm/vdso_enabled
- From: Zachary Amsden <[email protected]>
- Re: [patch] i386, vdso=[0|1] boot option and /proc/sys/vm/vdso_enabled
- References:
- [PATCH] Gerd Hoffman's move-vsyscall-into-user-address-range patch
- From: Rusty Russell <[email protected]>
- Re: [PATCH] Gerd Hoffman's move-vsyscall-into-user-address-range patch
- From: Ingo Molnar <[email protected]>
- Re: [PATCH] Gerd Hoffman's move-vsyscall-into-user-address-range patch
- From: Rusty Russell <[email protected]>
- Re: [PATCH] Gerd Hoffman's move-vsyscall-into-user-address-range patch
- From: Andrew Morton <[email protected]>
- Re: [PATCH] Gerd Hoffman's move-vsyscall-into-user-address-range patch
- From: Ingo Molnar <[email protected]>
- Re: [PATCH] Gerd Hoffman's move-vsyscall-into-user-address-range patch
- From: Andrew Morton <[email protected]>
- Re: [PATCH] Gerd Hoffman's move-vsyscall-into-user-address-range patch
- From: Linus Torvalds <[email protected]>
- [patch] i386, vdso=[0|1] boot option and /proc/sys/vm/vdso_enabled
- From: Ingo Molnar <[email protected]>
- Re: [patch] i386, vdso=[0|1] boot option and /proc/sys/vm/vdso_enabled
- From: Andrew Morton <[email protected]>
- Re: [patch] i386, vdso=[0|1] boot option and /proc/sys/vm/vdso_enabled
- From: Zachary Amsden <[email protected]>
- [PATCH] Gerd Hoffman's move-vsyscall-into-user-address-range patch
- Prev by Date: Re: [patch] i386, vdso=[0|1] boot option and /proc/sys/vm/vdso_enabled
- Next by Date: Re: [patch] i386, vdso=[0|1] boot option and /proc/sys/vm/vdso_enabled
- Previous by thread: Re: [patch] i386, vdso=[0|1] boot option and /proc/sys/vm/vdso_enabled
- Next by thread: Re: [patch] i386, vdso=[0|1] boot option and /proc/sys/vm/vdso_enabled
- Index(es):