Re: [PATCH v5 1/8] arm: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers

From: Oleg Nesterov

Date: Fri Aug 21 2026 - 07:14:26 EST


On 08/21, Thomas Huth wrote:
>
> > --- a/arch/arm/include/uapi/asm/ptrace.h
> > +++ b/arch/arm/include/uapi/asm/ptrace.h
> > @@ -110,7 +110,7 @@
> > #define PT_DATA_ADDR 0x10004
> > #define PT_TEXT_END_ADDR 0x10008
> > -#ifndef __ASSEMBLY__
> > +#ifndef __ASSEMBLER__
> > /*
> > * This struct defines the way the registers are stored on the
> > @@ -149,6 +149,6 @@ struct pt_regs {
> > #define ARM_VFPREGS_SIZE ( 32 * 8 /*fpregs*/ + 4 /*fpscr*/ )
> > -#endif /* __ASSEMBLY__ */
> > +#endif /* __ASSEMBLER__ */
> > #endif /* _UAPI__ASM_ARM_PTRACE_H */
>
> Ping!
>
> Oleg, could you maybe take this patch through your ptrace tree?

No, sorry, I can't.

I lost my account on git.kernel.org years ago, and I still haven't gotten
around to restoring it...

I think this should routed via arm tree.

Oleg.