[SRU][F][PATCH 0/1] Fix selftests/seccomp build issue caused by previous fix

Luke Nowakowski-Krijger luke.nowakowskikrijger at canonical.com
Thu Dec 16 21:51:52 UTC 2021


BugLink: https://bugs.launchpad.net/bugs/1896420

Same buglink as 'UBUNTU: SAUCE: selftests/seccomp: fix "storage size of 'md' isn't known'
as this is a direct fix to that.

[Impact]

Seccomp failed to build on s390x with error:
seccomp_bpf.c:1615:24: error: unknown type name 's390_regs';
due to a previous fix ommiting a needed include.

[Test case]

Built sucessfully on all arches on Focal and B/5.4 kernels.

[Fixes]

Include asm/ptrace.h to get needed definition.

[Potential regression]

None likely.

Luke Nowakowski-Krijger (1):
  UBUNTU: SAUCE: selftests/seccomp: Fix s390x regs not defined issue

 tools/testing/selftests/seccomp/seccomp_bpf.c | 1 +
 1 file changed, 1 insertion(+)

-- 
2.32.0




More information about the kernel-team mailing list