lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 04 Mar 2015 11:54:37 +0100
From:	Paul Bolle <pebolle@...cali.nl>
To:	"Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
Cc:	linux-kernel@...r.kernel.org, mingo@...nel.org,
	laijs@...fujitsu.com, dipankar@...ibm.com,
	akpm@...ux-foundation.org, mathieu.desnoyers@...icios.com,
	josh@...htriplett.org, tglx@...utronix.de, peterz@...radead.org,
	rostedt@...dmis.org, dhowells@...hat.com, edumazet@...gle.com,
	dvhart@...ux.intel.com, fweisbec@...il.com, oleg@...hat.com,
	bobby.prani@...il.com
Subject: Re: [PATCH tip/core/rcu 10/20] rcu: Provide diagnostic option to
 slow down grace-period initialization

All I spotted is a silly typo.

Paul E. McKenney schreef op di 03-03-2015 om 09:43 [-0800]:
> --- a/lib/Kconfig.debug
> +++ b/lib/Kconfig.debug
> @@ -1257,6 +1257,30 @@ config RCU_TORTURE_TEST_RUNNABLE
>  	  Say N here if you want the RCU torture tests to start only
>  	  after being manually enabled via /proc.
>  
> +config RCU_TORTURE_TEST_SLOW_INIT
> +	bool "Slow down RCU grace-period initialization to expose races"
> +	depends on RCU_TORTURE_TEST
> +	help
> +	  This option makes grace-period initialization block for a
> +	  few jiffies between initializing each pair of consecutive
> +	  rcu_node structures.	This helps to expose races involving
> +	  grace-period initialization, in other words, it makes your
> +	  kernel less stable.  It can also greatly increase grace-period
> +	  latency, especially on systems with large numbers of CPUs.
> +	  This is useful when torture-testing RCU, but in almost no
> +	  other circumstance.
> +
> +	  Say Y here if you want your system to crash and hang more often.

(Did you ever consider going into marketing?)

> +	  Say N if you want a sane system.
> +
> +config RCU_TORTURE_TEST_SLOW_INIT_DELAY
> +	int "How must to slow down RCU grace-period initialization"

s/must/much/

> +	range 0 5
> +	default 0
> +	help
> +	  This option specifies the number of jiffies to wait between
> +	  each rcu_node structure initialization.
> +
>  config RCU_CPU_STALL_TIMEOUT
>  	int "RCU CPU stall timeout in seconds"
>  	depends on RCU_STALL_COMMON


Paul Bolle

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ