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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 7 Oct 2015 08:42:01 -0700
From:	"Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
To:	Valentin Rothberg <valentinrothberg@...il.com>
Cc:	corbet@....net, josh@...htriplett.org,
	linux-kernel@...r.kernel.org, dave@...olabs.net
Subject: Re: [PATCH] Documentation: locktorture.txt: corret MUTEXES typo

On Wed, Oct 07, 2015 at 01:15:07PM +0200, Valentin Rothberg wrote:
> s/CONFIG_RT_MUTEX/CONFIG_RT_MUTEXES/
> 
> Signed-off-by: Valentin Rothberg <valentinrothberg@...il.com>

Acked-by: Paul E. McKenney <paulmck@...ux.vnet.ibm.com>

Also copying Davidlohr for his take.

> ---
> I detected the typo with scripts/checkkconfigsymbols.py
> 
>  Documentation/locking/locktorture.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/locking/locktorture.txt b/Documentation/locking/locktorture.txt
> index a2ef3a929bf1..66b70df5c5ec 100644
> --- a/Documentation/locking/locktorture.txt
> +++ b/Documentation/locking/locktorture.txt
> @@ -53,7 +53,7 @@ torture_type	  Type of lock to torture. By default, only spinlocks will
>  		     o "mutex_lock": mutex_lock() and mutex_unlock() pairs.
> 
>  		     o "rtmutex_lock": rtmutex_lock() and rtmutex_unlock()
> -				       pairs. Kernel must have CONFIG_RT_MUTEX=y.
> +				       pairs. Kernel must have CONFIG_RT_MUTEXES=y.
> 
>  		     o "rwsem_lock": read/write down() and up() semaphore pairs.
> 
> -- 
> 2.6.1
> 

--
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