Catalin Marinas <catalin.marinas@xxxxxxx> writes: > From: Vincenzo Frascino <vincenzo.frascino@xxxxxxx> > > Add MTE-specific SIGSEGV codes to siginfo.h. > > Note that the for MTE we are reusing the same SPARC ADI codes because > the two functionalities are similar and they cannot coexist on the same > system. Any chance you can move the v2 notes up into the description or otherwise fix it. The description talks about reusing the ADI codes which is no longer happening. Otherwise the patch looks good. Acked-by: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx> > > Cc: Arnd Bergmann <arnd@xxxxxxxx> > Cc: Eric W. Biederman <ebiederm@xxxxxxxxxxxx> > Signed-off-by: Vincenzo Frascino <vincenzo.frascino@xxxxxxx> > [catalin.marinas@xxxxxxx: renamed precise/imprecise to sync/async] > [catalin.marinas@xxxxxxx: dropped #ifdef __aarch64__, renumbered] > Signed-off-by: Catalin Marinas <catalin.marinas@xxxxxxx> > --- > > Notes: > v2: > - Dropped the #ifdef __aarch64__. > - Renumbered the SEGV_MTE* values to avoid clash with ADI. > > include/uapi/asm-generic/siginfo.h | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/include/uapi/asm-generic/siginfo.h b/include/uapi/asm-generic/siginfo.h > index cb3d6c267181..7aacf9389010 100644 > --- a/include/uapi/asm-generic/siginfo.h > +++ b/include/uapi/asm-generic/siginfo.h > @@ -229,7 +229,9 @@ typedef struct siginfo { > #define SEGV_ACCADI 5 /* ADI not enabled for mapped object */ > #define SEGV_ADIDERR 6 /* Disrupting MCD error */ > #define SEGV_ADIPERR 7 /* Precise MCD exception */ > -#define NSIGSEGV 7 > +#define SEGV_MTEAERR 8 /* Asynchronous ARM MTE error */ > +#define SEGV_MTESERR 9 /* Synchronous ARM MTE exception */ > +#define NSIGSEGV 9 > > /* > * SIGBUS si_codes