From: Will Deacon Date: Thu, 11 Oct 2012 11:10:57 +0000 (+0100) Subject: arm64: ptrace: make structure padding explicit for debug registers X-Git-Tag: v3.7-rc2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7797d17c591ae62c6f43c6de4fdb8beeb50eb692;p=pandora-kernel.git arm64: ptrace: make structure padding explicit for debug registers The user_hwdebug_state structure contains implicit padding to conform to the alignment requirements of the AArch64 ABI (namely that aggregates must be aligned to their most aligned member). This patch fixes the ptrace functions operating on struct user_hwdebug_state so that the padding is handled correctly. Signed-off-by: Will Deacon Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed