Alpha arch development list
 help / color / mirror / Atom feed
From: "Thomas Weißschuh" <thomas.weissschuh@linutronix.de>
To: Kees Cook <kees@kernel.org>, Arnd Bergmann <arnd@arndb.de>
Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org,
	linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-riscv@lists.infradead.org, loongarch@lists.linux.dev,
	linux-s390@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
	linux-mips@vger.kernel.org, sparclinux@vger.kernel.org,
	linux-sh@vger.kernel.org, linux-alpha@vger.kernel.org,
	"Thomas Weißschuh" <thomas.weissschuh@linutronix.de>
Subject: [PATCH v2 01/15] MAINTAINERS: exec: Add more auxvec.h variants
Date: Thu, 03 Sep 2026 09:41:16 +0200	[thread overview]
Message-ID: <20260903-at-vector-size-arch-v2-1-5bc32a71e3d8@linutronix.de> (raw)
In-Reply-To: <20260903-at-vector-size-arch-v2-0-5bc32a71e3d8@linutronix.de>

There are quite a few auxvec.h headers. Mark all of them maintained
as part of 'EXEC & BINFMT API, ELF'.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Reviewed-by: Kees Cook <kees@kernel.org>
---
 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3a19da74d00c..42715aea210b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9808,13 +9808,16 @@ L:	linux-mm@kvack.org
 S:	Supported
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/execve
 F:	Documentation/userspace-api/ELF.rst
+F:	arch/*/include/uapi/asm/auxvec.h
 F:	fs/*binfmt_*.c
 F:	fs/Kconfig.binfmt
 F:	fs/exec.c
 F:	fs/tests/binfmt_*_kunit.c
 F:	fs/tests/exec_kunit.c
+F:	include/linux/auxvec.h
 F:	include/linux/binfmts.h
 F:	include/linux/elf.h
+F:	include/uapi/asm-generic/auxvec.h
 F:	include/uapi/linux/auxvec.h
 F:	include/uapi/linux/binfmts.h
 F:	include/uapi/linux/elf.h

-- 
2.55.0


  reply	other threads:[~2026-09-03  7:41 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-03  7:41 [PATCH v2 00/15] exec: Remove AT_VECTOR_SIZE_ARCH from UAPI Thomas Weißschuh
2026-09-03  7:41 ` Thomas Weißschuh [this message]
2026-09-03  7:41 ` [PATCH v2 02/15] auxvec.h: Move AT_VECTOR_SIZE definitions to linux/auxvec.h Thomas Weißschuh
2026-09-03  7:41 ` [PATCH v2 03/15] asm-generic: add an in-kernel auxvec.h header Thomas Weißschuh
2026-09-03  7:41 ` [PATCH v2 04/15] ARM: drop custom asm/auxvec.h Thomas Weißschuh
2026-09-03  7:41 ` [PATCH v2 05/15] x86: Remove AT_VECTOR_SIZE_ARCH from UAPI Thomas Weißschuh
2026-09-03  7:41 ` [PATCH v2 06/15] arm64: " Thomas Weißschuh
2026-09-03  7:41 ` [PATCH v2 07/15] RISC-V: " Thomas Weißschuh
2026-09-03  7:41 ` [PATCH v2 08/15] LoongArch: " Thomas Weißschuh
2026-09-03  7:41 ` [PATCH v2 09/15] s390: " Thomas Weißschuh
2026-09-03  7:41 ` [PATCH v2 10/15] powerpc: " Thomas Weißschuh
2026-09-03  7:41 ` [PATCH v2 11/15] MIPS: " Thomas Weißschuh
2026-09-03  7:41 ` [PATCH v2 12/15] sparc: " Thomas Weißschuh
2026-09-03  7:41 ` [PATCH v2 13/15] sh: " Thomas Weißschuh
2026-09-03  7:41 ` [PATCH v2 14/15] alpha: remove " Thomas Weißschuh
2026-09-03  7:41 ` [PATCH v2 15/15] auxvec.h: Drop fallback AT_VECTOR_SIZE_ARCH Thomas Weißschuh

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=20260903-at-vector-size-arch-v2-1-5bc32a71e3d8@linutronix.de \
    --to=thomas.weissschuh@linutronix.de \
    --cc=arnd@arndb.de \
    --cc=kees@kernel.org \
    --cc=linux-alpha@vger.kernel.org \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=loongarch@lists.linux.dev \
    --cc=sparclinux@vger.kernel.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