All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scripts: add tracepoint-update to the list of ignores files
@ 2025-10-29 12:07 Bartosz Golaszewski
  2025-10-29 12:47 ` Steven Rostedt
  0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Golaszewski @ 2025-10-29 12:07 UTC (permalink / raw)
  To: Vladimir Oltean, Jacob Keller, Jakub Kicinski, Steven Rostedt
  Cc: linux-kernel, Bartosz Golaszewski

From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

The new program for removing unused tracepoints is not ignored as it
should. Add it to the local .gitignore.

Fixes: e30f8e61e251 ("tracing: Add a tracepoint verification check at build time")
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 scripts/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/.gitignore b/scripts/.gitignore
index c2ef68848da5..4215c2208f7e 100644
--- a/scripts/.gitignore
+++ b/scripts/.gitignore
@@ -11,4 +11,5 @@
 /sign-file
 /sorttable
 /target.json
+/tracepoint-update
 /unifdef
-- 
2.48.1


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

* Re: [PATCH] scripts: add tracepoint-update to the list of ignores files
  2025-10-29 12:07 [PATCH] scripts: add tracepoint-update to the list of ignores files Bartosz Golaszewski
@ 2025-10-29 12:47 ` Steven Rostedt
  0 siblings, 0 replies; 2+ messages in thread
From: Steven Rostedt @ 2025-10-29 12:47 UTC (permalink / raw)
  To: Bartosz Golaszewski
  Cc: Vladimir Oltean, Jacob Keller, Jakub Kicinski, linux-kernel,
	Bartosz Golaszewski

On Wed, 29 Oct 2025 13:07:09 +0100
Bartosz Golaszewski <brgl@bgdev.pl> wrote:

> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> 
> The new program for removing unused tracepoints is not ignored as it
> should. Add it to the local .gitignore.
> 
> Fixes: e30f8e61e251 ("tracing: Add a tracepoint verification check at build time")
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Applied, thanks!

-- Steve

> ---
>  scripts/.gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/scripts/.gitignore b/scripts/.gitignore
> index c2ef68848da5..4215c2208f7e 100644
> --- a/scripts/.gitignore
> +++ b/scripts/.gitignore
> @@ -11,4 +11,5 @@
>  /sign-file
>  /sorttable
>  /target.json
> +/tracepoint-update
>  /unifdef


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

end of thread, other threads:[~2025-10-29 12:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-29 12:07 [PATCH] scripts: add tracepoint-update to the list of ignores files Bartosz Golaszewski
2025-10-29 12:47 ` Steven Rostedt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.