* [GIT PULL] alpha updates for v7.1
@ 2026-04-16 20:24 Magnus Lindholm
2026-04-17 16:04 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Magnus Lindholm @ 2026-04-16 20:24 UTC (permalink / raw)
To: torvalds, linux-alpha, linux-kernel; +Cc: mattst88, richard.henderson, lindholm
Hi Linus,
This pull request contains two alpha patches: one fix to silence
pgprot_modify() compiler warnings, and one patch adding
SECCOMP/SECCOMP_FILTER support together with the syscall and ptrace
fixes needed for it.
The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lindholm/alpha.git tags/alpha-for-v7.1-tag
for you to fetch changes up to bd39fc81340aed5445c731eb391af9ac9a701658:
alpha: Define pgprot_modify to silence tautological comparison warnings (2026-04-12 19:14:37 +0200)
Thanks!
Magnus
----------------------------------------------------------------
alpha updates for v7.1
- alpha: Define pgprot_modify to silence tautological comparison warnings
- alpha: add support for SECCOMP and SECCOMP_FILTER
----------------------------------------------------------------
Magnus Lindholm (1):
alpha: add support for SECCOMP and SECCOMP_FILTER
Matt Turner (1):
alpha: Define pgprot_modify to silence tautological comparison warnings
.../seccomp/seccomp-filter/arch-support.txt | 2 +-
arch/alpha/Kconfig | 2 +
arch/alpha/include/asm/pgtable.h | 11 ++
arch/alpha/include/asm/seccomp.h | 13 +++
arch/alpha/include/asm/syscall.h | 90 ++++++++++++++++-
arch/alpha/include/asm/thread_info.h | 16 ++-
arch/alpha/kernel/entry.S | 111 ++++++++++++++++++---
arch/alpha/kernel/ptrace.c | 83 ++++++++++++++-
8 files changed, 304 insertions(+), 24 deletions(-)
create mode 100644 arch/alpha/include/asm/seccomp.h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-17 16:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-16 20:24 [GIT PULL] alpha updates for v7.1 Magnus Lindholm
2026-04-17 16:04 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox