Re: [PATCH 13/21] trace: don't use GENMASK()

From: Steven Rostedt
Date: Sat Oct 25 2025 - 15:30:32 EST


On Sat, 25 Oct 2025 12:32:55 -0400
"Yury Norov (NVIDIA)" <yury.norov@xxxxxxxxx> wrote:

> GENMASK(high, low) notation is confusing. FIRST_BITS() is more
> appropriate.
>

I'm fine with this change as a clean up, but...

> Signed-off-by: Yury Norov (NVIDIA) <yury.norov@xxxxxxxxx>
> ---
> kernel/trace/fgraph.c | 10 +++++-----
> kernel/trace/trace_probe.h | 2 +-

Make this two different patches. trace_probe and fgraph go through
different topic branches.

Thanks,

-- Steve


> 2 files changed, 6 insertions(+), 6 deletions(-)