Re: [PATCH v2 12/12] s390/percpu: Rework to simplify percpu_entry() and percpu_exit()

From: Heiko Carstens

Date: Fri Sep 18 2026 - 06:12:10 EST


On Fri, Sep 18, 2026 at 10:48:42AM +0200, Heiko Carstens wrote:
> diff --git a/arch/s390/include/asm/ptrace.h b/arch/s390/include/asm/ptrace.h
> index 6411e3584283..5102d851b84b 100644
> --- a/arch/s390/include/asm/ptrace.h
> +++ b/arch/s390/include/asm/ptrace.h
> @@ -132,7 +132,7 @@ struct pt_regs {
> };
> unsigned long flags;
> unsigned long last_break;
> - unsigned int cpu;
> + unsigned int cpu

Looks like I forgot to amend a compile fix (missing semicolon) before
sending. I'm not going to send a new version for just this.