[RFC PATCH v9 2/3] arch: Wire up introspect_access(2)

Arnd Bergmann arnd at arndb.de
Tue Sep 15 13:32:11 UTC 2020


On Thu, Sep 10, 2020 at 6:46 PM Mickaël Salaün <mic at digikod.net> wrote:
>
> From: Mickaël Salaün <mic at linux.microsoft.com>
>
> Wire up access_interpreted(2) for all architectures.
>
> Signed-off-by: Mickaël Salaün <mic at linux.microsoft.com>
> Reviewed-by: Thibaut Sautereau <thibaut.sautereau at ssi.gouv.fr>
> Cc: Al Viro <viro at zeniv.linux.org.uk>
> Cc: Andrew Morton <akpm at linux-foundation.org>
> Cc: Arnd Bergmann <arnd at arndb.de>
> Cc: Kees Cook <keescook at chromium.org>
> Cc: Vincent Strubel <vincent.strubel at ssi.gouv.fr>
> ---
>
> Changes since v7:
> * New patch for the new syscall.
> * Increase syscall numbers by 2 to leave space for new ones (in
>   linux-next): watch_mount(2) and process_madvise(2).

I checked that the syscall calling conventions are sane and that
it is wired up correctly on all architectures in this patch.

Acked-by: Arnd Bergmann <arnd at arndb.de>

I did not look at the system call implementation or its purpose though,
as that is not my area.



More information about the Linux-security-module-archive mailing list