[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230228143547.52f30201@gandalf.local.home>
Date: Tue, 28 Feb 2023 14:35:47 -0500
From: Steven Rostedt <rostedt@...dmis.org>
To: Uros Bizjak <ubizjak@...il.com>
Cc: linux-trace-kernel@...r.kernel.org, linux-kernel@...r.kernel.org,
Masami Hiramatsu <mhiramat@...nel.org>
Subject: Re: [PATCH 0/3] Improve trace/ring_buffer.c
On Tue, 28 Feb 2023 18:59:26 +0100
Uros Bizjak <ubizjak@...il.com> wrote:
> This series improves ring_buffer.c by changing the type of some
> static functions to void or bool and
Well, it's not really an improvement unless it has a functional change. But
I'm OK with taking these.
> uses try_cmpxchg instead of
> cmpxchg (*ptr, old, new) == old where appropriate.
Now, the try_cmpxchg() could be an improvement on x86.
-- Steve
>
> Cc: Steven Rostedt <rostedt@...dmis.org>
> Cc: Masami Hiramatsu <mhiramat@...nel.org>
>
> Uros Bizjak (3):
> ring_buffer: Change some static functions to void
> ring_buffer: Change some static functions to bool
> ring_buffer: Use try_cmpxchg instead of cmpxchg
>
> kernel/trace/ring_buffer.c | 89 ++++++++++++++++----------------------
> 1 file changed, 37 insertions(+), 52 deletions(-)
>
Powered by blists - more mailing lists