[GIT PULL] alpha updates for v6.19

From: Magnus Lindholm
Date: Wed Dec 10 2025 - 17:46:23 EST


Hi Linus,

This pull request contains two small uapi fixes. One patch hardcodes TC* ioctl
values that previously depended on the deprecated termio struct, avoiding build
issues with newer glibc versions. The other patch switches uapi headers to use
the compiler-defined __ASSEMBLER__ macro for better consistency between
kernel and userspace.

The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:

Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/lindholm/alpha.git tags/alpha-for-v6.19-tag

for you to fetch changes up to 9aeed9041929812a10a6d693af050846942a1d16:

alpha: don't reference obsolete termio struct for TC* constants (2025-12-08 23:10:54 +0100)

Thanks!

Magnus

----------------------------------------------------------------
alpha updates for v6.19

- alpha: don't reference obsolete termio struct for TC* constants
- alpha: Replace __ASSEMBLY__ with __ASSEMBLER__ in the alpha headers

----------------------------------------------------------------
Sam James (1):
alpha: don't reference obsolete termio struct for TC* constants

Thomas Huth (1):
alpha: Replace __ASSEMBLY__ with __ASSEMBLER__ in the alpha headers

arch/alpha/include/asm/console.h | 4 ++--
arch/alpha/include/asm/page.h | 4 ++--
arch/alpha/include/asm/pal.h | 4 ++--
arch/alpha/include/asm/thread_info.h | 8 ++++----
arch/alpha/include/uapi/asm/ioctls.h | 8 ++++----
5 files changed, 14 insertions(+), 14 deletions(-)