From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33494 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PN93C-0007eX-Ja for qemu-devel@nongnu.org; Mon, 29 Nov 2010 14:06:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PN93B-0005Zn-8Z for qemu-devel@nongnu.org; Mon, 29 Nov 2010 14:06:10 -0500 Received: from mail.codesourcery.com ([38.113.113.100]:35709) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PN93A-0005ZM-VT for qemu-devel@nongnu.org; Mon, 29 Nov 2010 14:06:09 -0500 Date: Mon, 29 Nov 2010 11:06:02 -0800 From: Nathan Froyd Subject: Re: [Qemu-devel] [PATCH 1/6] ARM: linux-user: Correct size of padding in target_ucontext_v2 Message-ID: <20101129190602.GK8544@codesourcery.com> References: <1290612008-18693-1-git-send-email-peter.maydell@linaro.org> <1290612008-18693-2-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1290612008-18693-2-git-send-email-peter.maydell@linaro.org> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org On Wed, Nov 24, 2010 at 03:20:03PM +0000, Peter Maydell wrote: > The padding in the target_ucontext_v2 is defined by the size of > the target's sigset_t type, not the host's. (This bug only causes > problems when we start using the uc_regspace[] array to expose > VFP registers to userspace signal handlers.) > > Signed-off-by: Peter Maydell Reviewed-by: Nathan Froyd -Nathan