* Andi Kleen (ak at suse.de) wrote: > > > Inconsistency detected by ld.so: rtld.c: 1250: dl_main: Assertion `(void *) ph-> > > > p_vaddr == _rtld_local._dl_sysinfo_dso' failed! > > I started some bisecting... <snip patch list> > it's already broken at more-generic-paravirtualization. Surprised > me a little, i was suspecting the MMU changes. Looks like the VDSO issue, paravirt is not compatible if COMPAT_VDSO. I expect you'll get the same if you disable COMPAT_VDSO on native build? thanks, -chris