[GIT PULL] alpha updates for v7.0

From: Magnus Lindholm

Date: Mon Feb 09 2026 - 09:04:27 EST


Hi Linus,

This pull request includes a single fix for the long‑standing
user‑space crashes on Alpha systems triggered by memory compaction.

The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:

Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/lindholm/alpha.git tags/alpha-for-v7.0-tag

for you to fetch changes up to dd5712f3379cfe760267cdd28ff957d9ab4e51c7:

alpha: fix user-space corruption during memory compaction (2026-01-24 10:35:52 +0100)

Thanks!

Magnus

----------------------------------------------------------------
alpha updates for v7.0

- alpha: fix user-space corruption during memory compaction

----------------------------------------------------------------
Magnus Lindholm (1):
alpha: fix user-space corruption during memory compaction

arch/alpha/include/asm/pgtable.h | 33 ++++++++++-
arch/alpha/include/asm/tlbflush.h | 4 +-
arch/alpha/mm/Makefile | 2 +-
arch/alpha/mm/tlbflush.c | 112 ++++++++++++++++++++++++++++++++++++++
4 files changed, 148 insertions(+), 3 deletions(-)
create mode 100644 arch/alpha/mm/tlbflush.c