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 pastebin at http://pastebin.com/kVcr9H65
Even this simple program:
main(){puts("HELLO");}
compiled with:
gcc -m32 test.c
Will crash with a segfault. Stracing shows that it's failing to
allocate memory.
Pat Erley
--
To unsubscribe from this list: send the line "unsubscribe linux-next" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html