Re: [PATCH v2] tracing: Make is_signed_type() compatible with sparse
From: David Laight
Date: Tue Sep 01 2026 - 17:29:22 EST
On Tue, 1 Sep 2026 11:05:18 -0700
Bart Van Assche <bvanassche@xxxxxxx> wrote:
> On 9/1/26 1:20 AM, David Laight wrote:
> > I suspect you need to change the TRACE_EVENT() calls to remove the
> > __bitwise marker.
>
> How to remove the __bitwise marker? Removing the __bitwise marker is not
> supported by sparse, isn't it?
Wont (__force u32)u32_bitwise_var remove it - you just have to know the
type.
David