public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Magnus Lindholm <linmag7@gmail.com>
To: torvalds@linux-foundation.org, linux-alpha@vger.kernel.org,
	linux-kernel@vger.kernel.org
Cc: mattst88@gmail.com, richard.henderson@linaro.org, lindholm@kernel.org
Subject: [GIT PULL] alpha updates for v7.1
Date: Thu, 16 Apr 2026 22:24:22 +0200	[thread overview]
Message-ID: <aeFFduvOLiLEJ9Dp@z440.darklands.se> (raw)

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

             reply	other threads:[~2026-04-16 20:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-16 20:24 Magnus Lindholm [this message]
2026-04-17 16:04 ` [GIT PULL] alpha updates for v7.1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aeFFduvOLiLEJ9Dp@z440.darklands.se \
    --to=linmag7@gmail.com \
    --cc=lindholm@kernel.org \
    --cc=linux-alpha@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mattst88@gmail.com \
    --cc=richard.henderson@linaro.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox