Re: [Qemu-devel] [PATCH] linux-user: Assert stack used for auxvec, envp, argv

2014-05-02 Thread Peter Maydell
On 2 May 2014 11:03, Riku Voipio wrote: > Hi, > > I've rolled up a new patchset to: > > https://git.linaro.org/people/riku.voipio/qemu.git/shortlog/refs/heads/linux-user-for-upstream > > Should I submit this or wait for your AT_HWCAP2 patch? I have the AT_HWCAP2 patch (and some other related fixe

Re: [Qemu-devel] [PATCH] linux-user: Assert stack used for auxvec, envp, argv

2014-05-02 Thread Riku Voipio
Hi, I've rolled up a new patchset to: https://git.linaro.org/people/riku.voipio/qemu.git/shortlog/refs/heads/linux-user-for-upstream Should I submit this or wait for your AT_HWCAP2 patch? Riku On Thu, May 01, 2014 at 07:08:29PM +0100, Peter Maydell wrote: > Ping! > > Riku -- do you have this

Re: [Qemu-devel] [PATCH] linux-user: Assert stack used for auxvec, envp, argv

2014-05-01 Thread Peter Maydell
Ping! Riku -- do you have this in your tree now? (I'm adding an aux entry for AT_HWCAP2 and I noticed the assert wasn't firing :-)) thanks -- PMM On 25 March 2014 23:21, James Hogan wrote: > Assert that the amount of stack space used for auxvec, envp & argv > exactly matches the amount allocat

[Qemu-devel] [PATCH] linux-user: Assert stack used for auxvec, envp, argv

2014-03-25 Thread James Hogan
Assert that the amount of stack space used for auxvec, envp & argv exactly matches the amount allocated. This catches if DLINFO_ITEMS isn't updated when another NEW_AUX_ENT is added. Signed-off-by: James Hogan Cc: Riku Voipio Cc: Peter Maydell --- This should be applied after "linux-user: Corre