Comment 2 for bug 1554098

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2016-03-09 04:48 EDT-------
The s390 backport looks good for libseccomp 2.2.3-3. However this upstream patch is missing:

commit d2ca11b7cdddbba3782b1e306ceacf19e898faee
Author: Heiko Carstens <email address hidden>
Date: Mon Nov 9 13:15:39 2015 +0100

arch: update s390/s390x system call tables
s390 and s390x gained quite a few new system calls:
- numa related system calls
- the separated socket system calls
- two more s390 specific pci mmio system calls
All architectures got the new membarrier and userfaultfd system calls.

This patch updates the s390 specific system call tables and updates other
architectures where needed.

Also remove some extra whitespace from the s390 specific system call tables.

Both 'make check' and './regression -T live' still work for s390 and s390x
after this update.

Signed-off-by: Heiko Carstens <email address hidden>
Signed-off-by: Paul Moore <email address hidden>