linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tools:bootconfig:scripts This file was missing the shebang line, so added it
@ 2025-07-22 22:53 Bhaskar Chowdhury
  2025-07-23 14:58 ` Masami Hiramatsu
  0 siblings, 1 reply; 3+ messages in thread
From: Bhaskar Chowdhury @ 2025-07-22 22:53 UTC (permalink / raw)
  To: mhiramat, linux-kernel, linux-trace-kernel; +Cc: Bhaskar Chowdhury

This file was missing the shebang line, so added it.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 tools/bootconfig/scripts/ftrace.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/bootconfig/scripts/ftrace.sh b/tools/bootconfig/scripts/ftrace.sh
index 186eed923041..cc5250c64699 100644
--- a/tools/bootconfig/scripts/ftrace.sh
+++ b/tools/bootconfig/scripts/ftrace.sh
@@ -1,3 +1,4 @@
+#!/bin/sh
 # SPDX-License-Identifier: GPL-2.0-only

 clear_trace() { # reset trace output
--
2.49.1


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

* Re: [PATCH] tools:bootconfig:scripts This file was missing the shebang line, so added it
  2025-07-22 22:53 [PATCH] tools:bootconfig:scripts This file was missing the shebang line, so added it Bhaskar Chowdhury
@ 2025-07-23 14:58 ` Masami Hiramatsu
  2025-07-24 13:14   ` Masami Hiramatsu
  0 siblings, 1 reply; 3+ messages in thread
From: Masami Hiramatsu @ 2025-07-23 14:58 UTC (permalink / raw)
  To: Bhaskar Chowdhury; +Cc: linux-kernel, linux-trace-kernel

On Wed, 23 Jul 2025 04:23:01 +0530
Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:

> This file was missing the shebang line, so added it.
> 

Good catch :) 

Let me pick this.

Thanks!

> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  tools/bootconfig/scripts/ftrace.sh | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tools/bootconfig/scripts/ftrace.sh b/tools/bootconfig/scripts/ftrace.sh
> index 186eed923041..cc5250c64699 100644
> --- a/tools/bootconfig/scripts/ftrace.sh
> +++ b/tools/bootconfig/scripts/ftrace.sh
> @@ -1,3 +1,4 @@
> +#!/bin/sh
>  # SPDX-License-Identifier: GPL-2.0-only
> 
>  clear_trace() { # reset trace output
> --
> 2.49.1
> 


-- 
Masami Hiramatsu (Google) <mhiramat@kernel.org>

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

* Re: [PATCH] tools:bootconfig:scripts This file was missing the shebang line, so added it
  2025-07-23 14:58 ` Masami Hiramatsu
@ 2025-07-24 13:14   ` Masami Hiramatsu
  0 siblings, 0 replies; 3+ messages in thread
From: Masami Hiramatsu @ 2025-07-24 13:14 UTC (permalink / raw)
  To: Masami Hiramatsu; +Cc: Bhaskar Chowdhury, linux-kernel, linux-trace-kernel

On Wed, 23 Jul 2025 23:58:55 +0900
Masami Hiramatsu (Google) <mhiramat@kernel.org> wrote:

> On Wed, 23 Jul 2025 04:23:01 +0530
> Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:
> 
> > This file was missing the shebang line, so added it.

BTW, I will change the title as

tools/bootconfig: scripts/ftrace.sh was missing the shebang line, so added it

Thanks,

> > 
> 
> Good catch :) 
> 
> Let me pick this.
> 
> Thanks!
> 
> > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> > ---
> >  tools/bootconfig/scripts/ftrace.sh | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/tools/bootconfig/scripts/ftrace.sh b/tools/bootconfig/scripts/ftrace.sh
> > index 186eed923041..cc5250c64699 100644
> > --- a/tools/bootconfig/scripts/ftrace.sh
> > +++ b/tools/bootconfig/scripts/ftrace.sh
> > @@ -1,3 +1,4 @@
> > +#!/bin/sh
> >  # SPDX-License-Identifier: GPL-2.0-only
> > 
> >  clear_trace() { # reset trace output
> > --
> > 2.49.1
> > 
> 
> 
> -- 
> Masami Hiramatsu (Google) <mhiramat@kernel.org>


-- 
Masami Hiramatsu (Google) <mhiramat@kernel.org>

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

end of thread, other threads:[~2025-07-24 13:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-22 22:53 [PATCH] tools:bootconfig:scripts This file was missing the shebang line, so added it Bhaskar Chowdhury
2025-07-23 14:58 ` Masami Hiramatsu
2025-07-24 13:14   ` Masami Hiramatsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).