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] [day] [month] [year] [list]
Message-ID: <20071120034205.GA27474@wotan.suse.de>
Date:	Tue, 20 Nov 2007 04:42:06 +0100
From:	Nick Piggin <npiggin@...e.de>
To:	Tim Pepper <lnxninja@...ux.vnet.ibm.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] radix_tree.h trivial comment correction

On Mon, Nov 19, 2007 at 11:17:48AM -0800, Tim Pepper wrote:
> There is an unmatched parenthesis in the locking commentary of radix_tree.h
> which is trivially fixed by the patch below.
> 
> Signed-off-by: Tim Pepper <lnxninja@...ux.vnet.ibm.com>
> Cc: Nick Piggin <npiggin@...e.de>

Acked-by: Nick Piggin <npiggin@...e.de>

> 
> ---
> 
> diff --git a/include/linux/radix-tree.h b/include/linux/radix-tree.h
> --- a/include/linux/radix-tree.h
> +++ b/include/linux/radix-tree.h
> @@ -91,7 +91,7 @@ do {									\
>   *
>   * For API usage, in general,
>   * - any function _modifying_ the tree or tags (inserting or deleting
> - *   items, setting or clearing tags must exclude other modifications, and
> + *   items, setting or clearing tags) must exclude other modifications, and
>   *   exclude any functions reading the tree.
>   * - any function _reading_ the tree or tags (looking up items or tags,
>   *   gang lookups) must exclude modifications to the tree, but may occur
-
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