Re: [PATCH v2 0/6] Clean up many __builtin_* in drivers.

2024-10-30 Thread David Marchand
On Fri, Oct 25, 2024 at 9:04 AM David Marchand wrote: > > Here is a series cleaning up most of uses of __builtin_* helpers in > drivers when they have a direct replacement in EAL. > > checkpatch is extended to forbid new additions. > > -- > David Marchand > > Changes since v1: > - more fixes in cr

Re: [PATCH v2 0/6] Clean up many __builtin_* in drivers.

2024-10-25 Thread Hemant Agrawal
On 25-10-2024 12:34, David Marchand wrote: Here is a series cleaning up most of uses of __builtin_* helpers in drivers when they have a direct replacement in EAL. checkpatch is extended to forbid new additions. Series- Acked-by: Hemant Agrawal