[PATCH] MAINTAINERS: adjust file entry in INTEL SGX

Lukas Bulwahn posted 1 patch 2 weeks, 5 days ago
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: adjust file entry in INTEL SGX
Posted by Lukas Bulwahn 2 weeks, 5 days ago
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>

Commit 693c819fedcd ("x86/entry/vdso: Refactor the vdso build") moves the
vdso sources into common, vdso32, and vdso64 subdirectories, but misses to
adjust the file entry in the INTEL SGX section of the MAINTAINERS file.

Adjust the file entry in accordance with the file movement of the commit
above.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 14a06f856b81..68f5fec91f96 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13105,7 +13105,7 @@ S:	Supported
 Q:	https://patchwork.kernel.org/project/intel-sgx/list/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/sgx
 F:	Documentation/arch/x86/sgx.rst
-F:	arch/x86/entry/vdso/vsgx.S
+F:	arch/x86/entry/vdso/vdso64/vsgx.S
 F:	arch/x86/include/asm/sgx.h
 F:	arch/x86/include/uapi/asm/sgx.h
 F:	arch/x86/kernel/cpu/sgx/*
-- 
2.52.0
Re: [PATCH] MAINTAINERS: adjust file entry in INTEL SGX
Posted by H. Peter Anvin 2 weeks, 4 days ago
On January 19, 2026 1:38:35 AM PST, Lukas Bulwahn <lbulwahn@redhat.com> wrote:
>From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
>Commit 693c819fedcd ("x86/entry/vdso: Refactor the vdso build") moves the
>vdso sources into common, vdso32, and vdso64 subdirectories, but misses to
>adjust the file entry in the INTEL SGX section of the MAINTAINERS file.
>
>Adjust the file entry in accordance with the file movement of the commit
>above.
>
>Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/MAINTAINERS b/MAINTAINERS
>index 14a06f856b81..68f5fec91f96 100644
>--- a/MAINTAINERS
>+++ b/MAINTAINERS
>@@ -13105,7 +13105,7 @@ S:	Supported
> Q:	https://patchwork.kernel.org/project/intel-sgx/list/
> T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/sgx
> F:	Documentation/arch/x86/sgx.rst
>-F:	arch/x86/entry/vdso/vsgx.S
>+F:	arch/x86/entry/vdso/vdso64/vsgx.S
> F:	arch/x86/include/asm/sgx.h
> F:	arch/x86/include/uapi/asm/sgx.h
> F:	arch/x86/kernel/cpu/sgx/*

This should be added to tip:x86/entry.

Acked-by: H. Peter Anvin (Intel) <hpa@zytor.com>
[tip: x86/entry] MAINTAINERS: Adjust vdso file entry in INTEL SGX
Posted by tip-bot2 for Lukas Bulwahn 2 weeks, 5 days ago
The following commit has been merged into the x86/entry branch of tip:

Commit-ID:     436ee609df7da5671ae5a717d1df867313868baf
Gitweb:        https://git.kernel.org/tip/436ee609df7da5671ae5a717d1df867313868baf
Author:        Lukas Bulwahn <lukas.bulwahn@redhat.com>
AuthorDate:    Mon, 19 Jan 2026 10:38:35 +01:00
Committer:     Borislav Petkov (AMD) <bp@alien8.de>
CommitterDate: Mon, 19 Jan 2026 14:33:14 +01:00

MAINTAINERS: Adjust vdso file entry in INTEL SGX

Commit

  693c819fedcd ("x86/entry/vdso: Refactor the vdso build")

moves the vdso sources into common, vdso32, and vdso64 subdirectories, but
misses to adjust the file entry in the INTEL SGX section of the MAINTAINERS
file.

Adjust the file entry in accordance with the file movement of the commit
above.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://patch.msgid.link/20260119093835.114554-1-lukas.bulwahn@redhat.com
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0d044a5..7bfc0b9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13008,7 +13008,7 @@ S:	Supported
 Q:	https://patchwork.kernel.org/project/intel-sgx/list/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/sgx
 F:	Documentation/arch/x86/sgx.rst
-F:	arch/x86/entry/vdso/vsgx.S
+F:	arch/x86/entry/vdso/vdso64/vsgx.S
 F:	arch/x86/include/asm/sgx.h
 F:	arch/x86/include/uapi/asm/sgx.h
 F:	arch/x86/kernel/cpu/sgx/*