2022-11-02 09:06:10

by Jiri Slaby

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: add static_call_inline.c to STATIC BRANCH/CALL

From: Jiri Slaby <[email protected]>

Commit 8fd4ddda2f49 (static_call: Don't make __static_call_return0
static) split static_call.c and static_call_inline.c was created. This
was not reflected in MAINTAINERS.

Fix it now by adding a static_call*.c glob.

Cc: Peter Zijlstra <[email protected]>
Cc: Josh Poimboeuf <[email protected]>
Cc: Jason Baron <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Signed-off-by: Jiri Slaby <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 379945f82a64..401b170a168d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19634,7 +19634,7 @@ F: arch/*/kernel/static_call.c
F: include/linux/jump_label*.h
F: include/linux/static_call*.h
F: kernel/jump_label.c
-F: kernel/static_call.c
+F: kernel/static_call*.c

STI AUDIO (ASoC) DRIVERS
M: Arnaud Pouliquen <[email protected]>
--
2.38.1



2022-11-02 21:17:03

by Josh Poimboeuf

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add static_call_inline.c to STATIC BRANCH/CALL

On Wed, Nov 02, 2022 at 09:41:34AM +0100, Jiri Slaby (SUSE) wrote:
> From: Jiri Slaby <[email protected]>
>
> Commit 8fd4ddda2f49 (static_call: Don't make __static_call_return0
> static) split static_call.c and static_call_inline.c was created. This
> was not reflected in MAINTAINERS.
>
> Fix it now by adding a static_call*.c glob.
>
> Cc: Peter Zijlstra <[email protected]>
> Cc: Josh Poimboeuf <[email protected]>
> Cc: Jason Baron <[email protected]>
> Cc: Steven Rostedt <[email protected]>
> Cc: Ard Biesheuvel <[email protected]>
> Signed-off-by: Jiri Slaby <[email protected]>

Acked-by: Josh Poimboeuf <[email protected]>

--
Josh