AppArmor tests fail on Xenial kernel on s390x arch
Bug #1531325 reported by
Brad Figg
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
AppArmor |
Fix Released
|
Medium
|
Unassigned | ||
2.10 |
Fix Released
|
Medium
|
Unassigned | ||
2.9 |
Fix Released
|
Medium
|
Unassigned |
Bug Description
This isn't an AppArmor bug actually but It needs to be captured and fixed...
cc -g -O0 -Wall -Wstrict-prototypes ptrace.c -lapparmor -o ptrace
ptrace.c:51:6: error: #error "Need to define ARCH_REGS_STRUCT for this architecture"
# error "Need to define ARCH_REGS_STRUCT for this architecture"
^
ptrace.c: In function 'read_ptrace_
ptrace.c:56:2: error: unknown type name 'ARCH_REGS_STRUCT'
ARCH_
^
<builtin>: recipe for target 'ptrace' failed
make: *** [ptrace] Error 1
See the attached log (client.DEBUG.txt).
Changed in apparmor: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I think s390 is probably struct user_regs_struct: lxr.free- electrons. com/source/ arch/s390/ include/ asm/user. h#L47
http://