This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Consolidate set* Linux implementation
- From: Yury Norov <ynorov at caviumnetworks dot com>
- To: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>
- Cc: libc-alpha at sourceware dot org
- Date: Mon, 27 Mar 2017 18:35:58 +0300
- Subject: Re: [PATCH] Consolidate set* Linux implementation
- Authentication-results: sourceware.org; auth=none
- Authentication-results: linaro.org; dkim=none (message not signed) header.d=none;linaro.org; dmarc=none action=none header.from=caviumnetworks.com;
- References: <1490626073-29171-1-git-send-email-adhemerval.zanella@linaro.org>
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
Hi,
On Mon, Mar 27, 2017 at 11:47:53AM -0300, Adhemerval Zanella wrote:
> This patch consolidates the Linux setegid, seteuid, setgid, setgroups,
> setregid, setresgid, setresuid, setreuid, and setuid implementation on
> default sysdeps/unix/sysv/linux/sh/set*.c implementation. It basically
The path should probably be sysdeps/unix/sysv/linux/set*.c?
> removes all the architecture define implementations and add support for
> __NR_set*32 syscall on Linux default implementation.
>
> Checked on i686-linux-gnu, x86_64-linux-gnu, x86_64-linux-gnux32,
> aarch64-linux-gnu, arm-linux-gnueabihf, and powerpc64le-linux-gnu.
Yury