Re: [PATCH] checkpatch: Remove migrated RCU APIs from deprecated_apis

2025-01-09 Thread Paul E. McKenney
On Thu, Jan 09, 2025 at 07:56:51AM -0800, Joe Perches wrote: > On Wed, 2025-01-08 at 11:24 -0800, David Reaver wrote: > > The deprecated_apis map was created in [1] so checkpatch would flag > > deprecated RCU APIs. These deprecated APIs have since been removed from the > > kernel. This patch remove

Re: [PATCH] checkpatch: Remove migrated RCU APIs from deprecated_apis

2025-01-09 Thread Joe Perches
On Wed, 2025-01-08 at 11:24 -0800, David Reaver wrote: > The deprecated_apis map was created in [1] so checkpatch would flag > deprecated RCU APIs. These deprecated APIs have since been removed from the > kernel. This patch removes them from this map so checkpatch doesn't waste > time looking for t

Re: [PATCH] checkpatch: Remove migrated RCU APIs from deprecated_apis

2025-01-08 Thread Kuan-Wei Chiu
On Wed, Jan 08, 2025 at 11:24:54AM -0800, David Reaver wrote: > The deprecated_apis map was created in [1] so checkpatch would flag > deprecated RCU APIs. These deprecated APIs have since been removed from the > kernel. This patch removes them from this map so checkpatch doesn't waste > time lookin

Re: [PATCH] checkpatch: Remove migrated RCU APIs from deprecated_apis

2025-01-08 Thread Paul E. McKenney
On Wed, Jan 08, 2025 at 11:24:54AM -0800, David Reaver wrote: > The deprecated_apis map was created in [1] so checkpatch would flag > deprecated RCU APIs. These deprecated APIs have since been removed from the > kernel. This patch removes them from this map so checkpatch doesn't waste > time lookin

[PATCH] checkpatch: Remove migrated RCU APIs from deprecated_apis

2025-01-08 Thread David Reaver
The deprecated_apis map was created in [1] so checkpatch would flag deprecated RCU APIs. These deprecated APIs have since been removed from the kernel. This patch removes them from this map so checkpatch doesn't waste time looking for them, and so readers of checkpatch looking for deprecated APIs d