Re: [PATCH 01/15] selftests/seccomp: Refactor arch register macros to avoid xtensa special case

From: Christian Brauner
Date: Tue Sep 15 2020 - 18:45:38 EST


On Sat, Sep 12, 2020 at 04:08:06AM -0700, Kees Cook wrote:
> To avoid an xtensa special-case, refactor all arch register macros to
> take the register variable instead of depending on the macro expanding
> as a struct member name.
>
> Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx>
> ---

Looks good!
Acked-by: Christian Brauner <christian.brauner@xxxxxxxxxx>