This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 1/4] Alpha: Add wrappers to get/setrlimit64 to fix RLIM64_INFINITY constant [BZ #22648]
- From: Richard Henderson <rth at twiddle dot net>
- To: libc-alpha at sourceware dot org
- Date: Tue, 2 Jan 2018 09:28:12 -0800
- Subject: Re: [PATCH 1/4] Alpha: Add wrappers to get/setrlimit64 to fix RLIM64_INFINITY constant [BZ #22648]
- Authentication-results: sourceware.org; auth=none
- References: <20171230184441.25392-1-aurelien@aurel32.net> <20171230184441.25392-2-aurelien@aurel32.net> <b40c291b-1889-2d48-d49b-50d967cceb21@twiddle.net> <20180102090959.GA13946@aurel32.net>
On 01/02/2018 01:09 AM, Aurelien Jarno wrote:
> - Using different syscalls depending on the architecture causes issues
> when seccomp is being used, and requires additional whitelisting for
> them. It's something that is usually not well done for non-mainstream
> architectures like alpha. This has caused issue for example in systemd
> (not sure about alpha in particular though).
Huh. I hadn't considered that issue.
The patch series looks fine, then.
r~