On Wed, 2025-04-23 at 17:45 -0400, Rorie Reyes wrote: > Kernel commit 8a14 changed from using ASSEMBLY to ASSEMBLER
Kernel commit 8a141be3233a ("x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in UAPI headers") > Updated the update-linux-header script to match > > Signed-off-by: Rorie Reyes <rre...@linux.ibm.com> > --- > scripts/update-linux-headers.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh > index 8913e4fb99..b43b8ef75a 100755 > --- a/scripts/update-linux-headers.sh > +++ b/scripts/update-linux-headers.sh > @@ -177,7 +177,7 @@ EOF > > # Remove everything except the macros from bootparam.h avoiding the > # unnecessary import of several video/ist/etc headers > - sed -e '/__ASSEMBLY__/,/__ASSEMBLY__/d' \ > + sed -e '/__ASSEMBLER__/,/__ASSEMBLER__/d' \ > "$hdrdir/include/asm/bootparam.h" > "$hdrdir/bootparam.h" > cp_portable "$hdrdir/bootparam.h" \ > "$output/include/standard-headers/asm-$arch"