Bernhard Walle <bernhard at bwalle.de> writes: > Zitat von "Eric W. Biederman" <ebiederm at xmission.com>: > >> >> It looks like no one ever tested taking a crashdump >> from a 64bit kernel with a 32bit userspace on x86, >> and we have a reuse-cmdline regression fixes follow. > > I didn't even know that it is supposed to work... The x86 biarch tends to be an after thought. But we have to do the hard work for all of the architectures where the optimal configuration is 32bit userspace with a 64bit kernel. So we might as well have it work on x86 so we can test the code without need an exotic architecture. In my case it was purely code size savings on an embedded setup that got me using, and thus fixing it. Eric