public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add static_call_inline.c to STATIC BRANCH/CALL
@ 2022-09-21  9:17 Jiri Slaby
  0 siblings, 0 replies; 4+ messages in thread
From: Jiri Slaby @ 2022-09-21  9:17 UTC (permalink / raw)
  To: peterz
  Cc: linux-kernel, Jiri Slaby, Josh Poimboeuf, Jason Baron,
	Steven Rostedt, Ard Biesheuvel

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 9ae989b32ebb..22b2b12d0478 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19430,7 +19430,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.37.3


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] MAINTAINERS: add static_call_inline.c to STATIC BRANCH/CALL
@ 2022-11-02  8:41 Jiri Slaby (SUSE)
  2022-11-02 21:05 ` Josh Poimboeuf
  0 siblings, 1 reply; 4+ messages in thread
From: Jiri Slaby (SUSE) @ 2022-11-02  8:41 UTC (permalink / raw)
  To: peterz
  Cc: linux-kernel, Jiri Slaby, Josh Poimboeuf, Jason Baron,
	Steven Rostedt, Ard Biesheuvel

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: add static_call_inline.c to STATIC BRANCH/CALL
  2022-11-02  8:41 [PATCH] MAINTAINERS: add static_call_inline.c to STATIC BRANCH/CALL Jiri Slaby (SUSE)
@ 2022-11-02 21:05 ` Josh Poimboeuf
  0 siblings, 0 replies; 4+ messages in thread
From: Josh Poimboeuf @ 2022-11-02 21:05 UTC (permalink / raw)
  To: Jiri Slaby (SUSE)
  Cc: peterz, linux-kernel, Jiri Slaby, Jason Baron, Steven Rostedt,
	Ard Biesheuvel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] MAINTAINERS: Add static_call_inline.c to STATIC BRANCH/CALL
@ 2025-01-09 11:47 Jiri Slaby (SUSE)
  0 siblings, 0 replies; 4+ messages in thread
From: Jiri Slaby (SUSE) @ 2025-01-09 11:47 UTC (permalink / raw)
  To: peterz
  Cc: linux-kernel, Jiri Slaby (SUSE), Josh Poimboeuf, Jason Baron,
	Steven Rostedt, Ard Biesheuvel

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

Fix it by changing the MAINTAINERS line to be a glob: static_call*.c.

Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
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>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a3566163f1cb..27f20bb4e5c8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22599,7 +22599,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.47.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-01-09 11:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-02  8:41 [PATCH] MAINTAINERS: add static_call_inline.c to STATIC BRANCH/CALL Jiri Slaby (SUSE)
2022-11-02 21:05 ` Josh Poimboeuf
  -- strict thread matches above, loose matches on Subject: below --
2025-01-09 11:47 [PATCH] MAINTAINERS: Add " Jiri Slaby (SUSE)
2022-09-21  9:17 [PATCH] MAINTAINERS: add " Jiri Slaby

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox