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

Jiri Slaby (SUSE) posted 1 patch 3 years, 5 months ago
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: add static_call_inline.c to STATIC BRANCH/CALL
Posted by Jiri Slaby (SUSE) 3 years, 5 months ago
From: Jiri Slaby <jslaby@suse.cz>

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 <peterz@infradead.org>
Cc: Josh Poimboeuf <jpoimboe@kernel.org>
Cc: Jason Baron <jbaron@akamai.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
---
 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 <arnaud.pouliquen@foss.st.com>
-- 
2.38.1
Re: [PATCH] MAINTAINERS: add static_call_inline.c to STATIC BRANCH/CALL
Posted by Josh Poimboeuf 3 years, 5 months ago
On Wed, Nov 02, 2022 at 09:41:34AM +0100, Jiri Slaby (SUSE) wrote:
> From: Jiri Slaby <jslaby@suse.cz>
> 
> 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 <peterz@infradead.org>
> Cc: Josh Poimboeuf <jpoimboe@kernel.org>
> Cc: Jason Baron <jbaron@akamai.com>
> Cc: Steven Rostedt <rostedt@goodmis.org>
> Cc: Ard Biesheuvel <ardb@kernel.org>
> Signed-off-by: Jiri Slaby <jslaby@suse.cz>

Acked-by: Josh Poimboeuf <jpoimboe@kernel.org>

-- 
Josh