Re: [PATCH rcu 05/12] srcu: Standardize srcu_data pointers to "sdp" and similar

2024-10-14 Thread Neeraj Upadhyay
On 10/15/2024 5:59 AM, Paul E. McKenney wrote: > On Mon, Oct 14, 2024 at 09:49:52AM -0700, Paul E. McKenney wrote: >> On Mon, Oct 14, 2024 at 02:45:50PM +0530, Neeraj Upadhyay wrote: >>> On 10/9/2024 11:37 PM, Paul E. McKenney wrote: This commit changes a few "cpuc" variables to "sdp" to al

Re: [PATCH rcu 05/12] srcu: Standardize srcu_data pointers to "sdp" and similar

2024-10-14 Thread Paul E. McKenney
On Mon, Oct 14, 2024 at 09:49:52AM -0700, Paul E. McKenney wrote: > On Mon, Oct 14, 2024 at 02:45:50PM +0530, Neeraj Upadhyay wrote: > > On 10/9/2024 11:37 PM, Paul E. McKenney wrote: > > > This commit changes a few "cpuc" variables to "sdp" to align wiht usage > > > elsewhere. > > > > > > > s/wi

Re: [PATCH rcu 05/12] srcu: Standardize srcu_data pointers to "sdp" and similar

2024-10-14 Thread Paul E. McKenney
On Mon, Oct 14, 2024 at 02:45:50PM +0530, Neeraj Upadhyay wrote: > On 10/9/2024 11:37 PM, Paul E. McKenney wrote: > > This commit changes a few "cpuc" variables to "sdp" to align wiht usage > > elsewhere. > > > > s/wiht/with/ Good eyes! > This commit is doing a lot more than renaming "cpuc". I

Re: [PATCH rcu 05/12] srcu: Standardize srcu_data pointers to "sdp" and similar

2024-10-14 Thread Neeraj Upadhyay
On 10/9/2024 11:37 PM, Paul E. McKenney wrote: > This commit changes a few "cpuc" variables to "sdp" to align wiht usage > elsewhere. > s/wiht/with/ This commit is doing a lot more than renaming "cpuc". - Neeraj > Signed-off-by: Paul E. McKenney > Cc: Alexei Starovoitov > Cc: Andrii Nakryi

[PATCH rcu 05/12] srcu: Standardize srcu_data pointers to "sdp" and similar

2024-10-09 Thread Paul E. McKenney
This commit changes a few "cpuc" variables to "sdp" to align wiht usage elsewhere. Signed-off-by: Paul E. McKenney Cc: Alexei Starovoitov Cc: Andrii Nakryiko Cc: Peter Zijlstra Cc: Kent Overstreet Cc: --- include/linux/srcu.h | 35 ++ include/linux/srcutr