Re: [PATCH rcu 0/11] Add light-weight readers for SRCU

2024-10-03 Thread Paul E. McKenney
On Wed, Oct 02, 2024 at 12:59:55PM -0700, Andrii Nakryiko wrote: > On Tue, Sep 3, 2024 at 3:08 PM Andrii Nakryiko > wrote: > > > > On Tue, Sep 3, 2024 at 9:32 AM Paul E. McKenney wrote: > > > > > > Hello! > > > > > > This series provides light-weight readers for SRCU. This lightness > > > is sel

Re: [PATCH rcu 0/11] Add light-weight readers for SRCU

2024-10-02 Thread Andrii Nakryiko
On Tue, Sep 3, 2024 at 3:08 PM Andrii Nakryiko wrote: > > On Tue, Sep 3, 2024 at 9:32 AM Paul E. McKenney wrote: > > > > Hello! > > > > This series provides light-weight readers for SRCU. This lightness > > is selected by the caller by using the new srcu_read_lock_lite() and > > srcu_read_unlock

Re: [PATCH rcu 0/11] Add light-weight readers for SRCU

2024-09-04 Thread Paul E. McKenney
On Tue, Sep 03, 2024 at 07:03:53PM -0400, Kent Overstreet wrote: > On Tue, Sep 03, 2024 at 03:13:40PM GMT, Paul E. McKenney wrote: > > On Tue, Sep 03, 2024 at 05:38:05PM -0400, Kent Overstreet wrote: > > > On Tue, Sep 03, 2024 at 09:32:51AM GMT, Paul E. McKenney wrote: > > > > Hello! > > > > > > >

Re: [PATCH rcu 0/11] Add light-weight readers for SRCU

2024-09-03 Thread Kent Overstreet
On Tue, Sep 03, 2024 at 03:13:40PM GMT, Paul E. McKenney wrote: > On Tue, Sep 03, 2024 at 05:38:05PM -0400, Kent Overstreet wrote: > > On Tue, Sep 03, 2024 at 09:32:51AM GMT, Paul E. McKenney wrote: > > > Hello! > > > > > > This series provides light-weight readers for SRCU. This lightness > > >

Re: [PATCH rcu 0/11] Add light-weight readers for SRCU

2024-09-03 Thread Paul E. McKenney
On Tue, Sep 03, 2024 at 03:08:21PM -0700, Andrii Nakryiko wrote: > On Tue, Sep 3, 2024 at 9:32 AM Paul E. McKenney wrote: > > > > Hello! > > > > This series provides light-weight readers for SRCU. This lightness > > is selected by the caller by using the new srcu_read_lock_lite() and > > srcu_rea

Re: [PATCH rcu 0/11] Add light-weight readers for SRCU

2024-09-03 Thread Paul E. McKenney
On Tue, Sep 03, 2024 at 05:38:05PM -0400, Kent Overstreet wrote: > On Tue, Sep 03, 2024 at 09:32:51AM GMT, Paul E. McKenney wrote: > > Hello! > > > > This series provides light-weight readers for SRCU. This lightness > > is selected by the caller by using the new srcu_read_lock_lite() and > > src

Re: [PATCH rcu 0/11] Add light-weight readers for SRCU

2024-09-03 Thread Andrii Nakryiko
On Tue, Sep 3, 2024 at 9:32 AM Paul E. McKenney wrote: > > Hello! > > This series provides light-weight readers for SRCU. This lightness > is selected by the caller by using the new srcu_read_lock_lite() and > srcu_read_unlock_lite() flavors instead of the usual srcu_read_lock() and > srcu_read_u

Re: [PATCH rcu 0/11] Add light-weight readers for SRCU

2024-09-03 Thread Kent Overstreet
On Tue, Sep 03, 2024 at 09:32:51AM GMT, Paul E. McKenney wrote: > Hello! > > This series provides light-weight readers for SRCU. This lightness > is selected by the caller by using the new srcu_read_lock_lite() and > srcu_read_unlock_lite() flavors instead of the usual srcu_read_lock() and > srcu