mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 17:31:01 +01:00
![]() Bug: https://bugs.launchpad.net/apparmor/+bug/1470985 The ptrace regression test fails to compile on the arm64 platform, because it uses PTRACE_GETREGS and not the newer PTRACE_GETREGSET interface for getting access to arch-specific register information[0]. However, fixing it is complicated by the fact that the struct name for for the general purpose registers is not named consistently across architectures. This patch attempts to address those issues, and compiles at least on i386, amd64, arm64, arm (armhf), ppc64, and ppc64el. The test is verified to continue to function correctly on i386 and amd64. [0] https://sourceware.org/ml/archer/2010-q3/msg00193.html Signed-off-by: Steve Beattie <steve@nxnw.org> Acked-by: John Johansen <john.johansen@canonical.com> |
||
---|---|---|
.. | ||
regression | ||
stress | ||
Makefile |