Re: [PATCH RFC 2/4] signal: Introduce TRAP_PERF si_code and si_perf to siginfo

From: Arnd Bergmann
Date: Tue Feb 23 2021 - 15:10:11 EST


On Tue, Feb 23, 2021 at 7:01 PM Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote:
>
> On Tue, Feb 23, 2021 at 3:52 PM Marco Elver <elver@xxxxxxxxxx> wrote:
> > Introduces the TRAP_PERF si_code, and associated siginfo_t field
> > si_perf. These will be used by the perf event subsystem to send signals
> > (if requested) to the task where an event occurred.
> >
> > Signed-off-by: Marco Elver <elver@xxxxxxxxxx>
>
> > arch/m68k/kernel/signal.c | 3 +++
>
> Acked-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
>

For asm-generic:

Acked-by: Arnd Bergmann <arnd@xxxxxxxx>