[PATCH 0/2] Documentation/RCU: Update documents

2019-01-01 Thread Junchang Wang
Hi list, This patch set updates a few outdated links/sections in the documents of RCU. Please take a look. -- Junchang Wang (2): whatisRCU.txt: correct outdated links torture.txt: update the list of supported torture types Documentation/RCU/torture.txt | 15 +++ Documentation

[PATCH 1/2] whatisRCU.txt: fix outdated links

2019-01-01 Thread Junchang Wang
Fix outdated links in whatisRCU.txt. Signed-off-by: Junchang Wang --- Documentation/RCU/whatisRCU.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/RCU/whatisRCU.txt b/Documentation/RCU/whatisRCU.txt index 4a68543..1ace208 100644 --- a/Documentation/RCU

[PATCH 2/2] torture.txt: update the list of supported torture types

2019-01-01 Thread Junchang Wang
added in commits "ca1d51ed98" and "2397d072f7", respectively. This patch updates torture.txt accordingly. Signed-off-by: Junchang Wang --- Documentation/RCU/torture.txt | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Documentation/RCU/torture.txt b/D

Re: [PATCH 2/2] torture.txt: update the list of supported torture types

2019-01-01 Thread Junchang Wang
On Wed, Jan 2, 2019 at 1:54 AM Paul E. McKenney wrote: > > On Tue, Jan 01, 2019 at 10:03:20PM +0800, Junchang Wang wrote: > > Torture types "rcu_bh" and "sched" were removed in commit "c770c82a23". > > The name of torture type "rcu_busted&quo

[PATCH] RCU/torture.txt: remove section MODULE PARAMETERS

2019-01-03 Thread Junchang Wang
: Junchang Wang --- Documentation/RCU/torture.txt | 169 +- 1 file changed, 2 insertions(+), 167 deletions(-) diff --git a/Documentation/RCU/torture.txt b/Documentation/RCU/torture.txt index 55918b5..c12d4cc 100644 --- a/Documentation/RCU/torture.txt +++ b

Re: [PATCH] RCU/torture.txt: remove section MODULE PARAMETERS

2019-01-03 Thread Junchang Wang
On Fri, Jan 4, 2019 at 1:03 AM Paul E. McKenney wrote: > > On Thu, Jan 03, 2019 at 10:24:51PM +0800, Junchang Wang wrote: > > The supported module parameters are detailed in both RCU/torture.txt and > > admin-guide/kernel-parameters.txt, and the latter is actively maintained.