https://github.com/torvalds/linux
Revision 7797d17c591ae62c6f43c6de4fdb8beeb50eb692 authored by Will Deacon on 11 October 2012, 11:10:57 UTC, committed by Catalin Marinas on 18 October 2012, 19:15:31 UTC
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 <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
1 parent 16dd46b
History
Tip revision: 7797d17c591ae62c6f43c6de4fdb8beeb50eb692 authored by Will Deacon on 11 October 2012, 11:10:57 UTC
arm64: ptrace: make structure padding explicit for debug registers
Tip revision: 7797d17
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.2 KB
.mailmap -rw-r--r-- 4.4 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 92.7 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 221.8 KB
Makefile -rw-r--r-- 46.2 KB
README -rw-r--r-- 18.2 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top