[tip: core/rcu] rcu: Update comment from rsp->rcu_gp_seq to rsp->gp_seq

2020-07-31 Thread tip-bot2 for Lihao Liang
The following commit has been merged into the core/rcu branch of tip: Commit-ID: 360fbbb4897c98971e8955b063c01250817a2191 Gitweb: https://git.kernel.org/tip/360fbbb4897c98971e8955b063c01250817a2191 Author:Lihao Liang AuthorDate:Thu, 14 May 2020 21:34:34 +01:00 Committer

[PATCH] doc: Update comment from rsp->rcu_gp_seq to rsp->gp_seq

2020-05-14 Thread Lihao Liang
Signed-off-by: Lihao Liang --- kernel/rcu/tree.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/rcu/tree.h b/kernel/rcu/tree.h index 2d7fcb9bdd34..508c46421eb3 100644 --- a/kernel/rcu/tree.h +++ b/kernel/rcu/tree.h @@ -41,7 +41,7 @@ struct rcu_node

Re: [PATCH RFC 00/16] A new RCU implementation based on a fast consensus protocol

2018-01-27 Thread Lihao Liang
On Sat, Jan 27, 2018 at 7:57 AM, Paul E. McKenney wrote: > On Sat, Jan 27, 2018 at 07:22:27AM +0000, Lihao Liang wrote: >> On Thu, Jan 25, 2018 at 5:53 AM, Paul E. McKenney >> wrote: >> > On Tue, Jan 23, 2018 at 03:59:25PM +0800, liangli...@huawei.com wrote:

Re: [PATCH RFC 01/16] prcu: Add PRCU implementation

2018-01-26 Thread Lihao Liang
24114.3024143 >> >> Signed-off-by: Heng Zhang >> Signed-off-by: Lihao Liang > > A few comments and questions interspersed. > > Thanx, Paul > >> --- >>

Re: [PATCH RFC 00/16] A new RCU implementation based on a fast consensus protocol

2018-01-26 Thread Lihao Liang
On Thu, Jan 25, 2018 at 5:53 AM, Paul E. McKenney wrote: > On Tue, Jan 23, 2018 at 03:59:25PM +0800, liangli...@huawei.com wrote: >> From: Lihao Liang >> >> Dear Paul, >> >> This patch set implements a preemptive version of RCU (PRCU) based on the >> foll

Re: [PATCH RFC 07/16] prcu: Implement call_prcu() API

2018-01-26 Thread Lihao Liang
On Thu, Jan 25, 2018 at 6:20 AM, Paul E. McKenney wrote: > On Tue, Jan 23, 2018 at 03:59:32PM +0800, liangli...@huawei.com wrote: >> From: Lihao Liang >> >> This is PRCU's counterpart of RCU's call_rcu() API. >> >> Reviewed-by: Heng Zhang >> Sig

Re: [PATCH RFC 06/16] rcuperf: Set gp_exp to true for tests to run

2018-01-26 Thread Lihao Liang
On Thu, Jan 25, 2018 at 6:18 AM, Paul E. McKenney wrote: > On Tue, Jan 23, 2018 at 03:59:31PM +0800, liangli...@huawei.com wrote: >> From: Lihao Liang >> >> Signed-off-by: Lihao Liang >> --- >> kernel/rcu/rcuperf.c | 2 +- >> 1 file changed, 1 inserti

Re: [PATCH RFC 01/16] prcu: Add PRCU implementation

2018-01-24 Thread Lihao Liang
Dear Peter, Many thanks for your comments. I will provide a proper changelog. Alternatively, the paper can be found at http://ipads.se.sjtu.edu.cn/lib/exe/fetch.php?media=publications:consensus-tpds16.pdf Best, Lihao. On Wed, Jan 24, 2018 at 11:26 AM, Peter Zijlstra wrote: > On Tue, Jan 23, 20

Re: [PATCH v3] rcutorture: Add basic ARM64 support to run scripts

2018-01-12 Thread Lihao Liang
On 2018/1/13 1:52, Paul E. McKenney wrote: > On Fri, Jan 12, 2018 at 06:11:32PM +0800, liangli...@huawei.com wrote: >> From: Lihao Liang >> >> This commit adds support of the qemu command qemu-system-aarch64 >> to rcutorture. >> >> Signed-off-by: Li

Re: [PATCH v2] rcutorture: Add basic ARM64 support to run scripts

2018-01-12 Thread Lihao Liang
Hi Paul, On 2017/12/19 7:31, Paul E. McKenney wrote: > On Tue, Dec 12, 2017 at 05:19:25PM +0800, liangli...@huawei.com wrote: >> From: Lihao Liang >> >> This commit adds support of the qemu command qemu-system-aarch64 >> to rcutorture. >> >> Signed-off-b

Re: [PATCH] rcutorture: Add basic ARM64 support to run scripts

2017-12-12 Thread Lihao Liang
:13:43PM +0800, liangli...@huawei.com wrote: >> From: Lihao Liang >> >> This commit adds support of the qemu command qemu-system-aarch64 >> to rcutorture. Use the following command to run: >> >> ./kvm.sh --qemu-cmd qemu-system-aarch64 >> >> Si

Re: linux-next: Signed-off-by missing for commit in the rcu tree

2017-11-28 Thread Lihao Liang
On 2017/11/29 11:14, Hanjun Guo wrote: > Hi Lihao, > > On 2017/11/29 10:48, Lihao Liang wrote: >> Hi Paul, >> >> Signed-off-by: Lihao Liang > > ... > >> >> Many thanks, >> Lihao. >> >> On 2017/11/29 9:14, Paul E. McKenney wro

Re: linux-next: Signed-off-by missing for commit in the rcu tree

2017-11-28 Thread Lihao Liang
Hi Paul, Signed-off-by: Lihao Liang Many thanks, Lihao. On 2017/11/29 9:14, Paul E. McKenney wrote: > On Wed, Nov 29, 2017 at 11:51:51AM +1100, Stephen Rothwell wrote: >> Hi Paul, >> >> Commit >> >> d7e182c9c324 ("rcu: Remove unnecessary spinlock in >