[Bug 1877633] Re: libseccomp 2.4.3 (and 2.4.2) is not correctly resolving (at least) the getrlimit syscall on arm64
Launchpad Bug Tracker
1877633 at bugs.launchpad.net
Mon Jun 29 09:00:12 UTC 2020
This bug was fixed in the package libseccomp - 2.4.3-1ubuntu3.20.04.2
---------------
libseccomp (2.4.3-1ubuntu3.20.04.2) focal; urgency=medium
* Updated to new upstream 2.4.3 version for updated syscalls support
and test-suite robustness
- d/p/add-5.4-local-syscall-headers.patch: Add local copy of the
architecture specific header files which specify system call numbers
from linux-libc-dev in focal to ensure unit tests pass on older
releases where the linux-libc-dev package does not have the required
system calls defined and use these during compilation of unit tests
- d/p/db-properly-reset-attribute-state.patch: Drop this patch since
is now upstream
- LP: #1876055
* Add missing aarch64 system calls
- d/p/fix-aarch64-syscalls.patch
- LP: #1877633
-- Alex Murray <alex.murray at canonical.com> Tue, 02 Jun 2020 14:11:45
+0930
** Changed in: libseccomp (Ubuntu Focal)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1877633
Title:
libseccomp 2.4.3 (and 2.4.2) is not correctly resolving (at least) the
getrlimit syscall on arm64
Status in libseccomp package in Ubuntu:
Fix Released
Status in libseccomp source package in Focal:
Fix Released
Status in libseccomp source package in Groovy:
Fix Released
Bug description:
This was reported via the snapcraft forum[1]:
On bionic amd64, libseccomp 2.4.1-0ubuntu0.18.04.2
$ lsb_release -d
Description: Ubuntu 18.04.4 LTS
$ scmp_sys_resolver -a aarch64 163
getrlimit
$ scmp_sys_resolver -a aarch64 getrlimit
163
focal amd64, libseccomp 2.4.3-1ubuntu1 -- *__BROKEN__*
$ lsb_release -d
Description: Ubuntu 20.04 LTS
$ scmp_sys_resolver -a aarch64 163
UNKNOWN
$ scmp_sys_resolver -a aarch64 getrlimit
-10180
[1]https://forum.snapcraft.io/t/getrlimit-blocked-by-seccomp-on-focal-
arm64/17237/8
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libseccomp/+bug/1877633/+subscriptions
More information about the Ubuntu-sponsors
mailing list