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] [day] [month] [year] [list]
Message-ID: <fhsmzzdniegmipfpnqexw4dqcfbs42y77agisobf56ioeydfug@5kpgpsygissu>
Date: Tue, 8 Oct 2024 20:10:58 -0400
From: "Liam R. Howlett" <Liam.Howlett@...cle.com>
To: Jann Horn <jannh@...gle.com>
Cc: maple-tree@...ts.infradead.org, linux-mm@...ck.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] maple_tree: fix outdated flag name in comment

* Jann Horn <jannh@...gle.com> [241007 17:48]:
> MAPLE_USE_RCU was renamed to MT_FLAGS_USE_RCU at some point, fix up the
> comment.
> 
> Signed-off-by: Jann Horn <jannh@...gle.com>

Thanks

Reviewed-by: Liam R. Howlett <Liam.Howlett@...cle.com>

> ---
>  include/linux/maple_tree.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/linux/maple_tree.h b/include/linux/maple_tree.h
> index c2c11004085e..61c236850ca8 100644
> --- a/include/linux/maple_tree.h
> +++ b/include/linux/maple_tree.h
> @@ -224,7 +224,7 @@ typedef struct { /* nothing */ } lockdep_map_p;
>   * (set at tree creation time) and dynamic information set under the spinlock.
>   *
>   * Another use of flags are to indicate global states of the tree.  This is the
> - * case with the MAPLE_USE_RCU flag, which indicates the tree is currently in
> + * case with the MT_FLAGS_USE_RCU flag, which indicates the tree is currently in
>   * RCU mode.  This mode was added to allow the tree to reuse nodes instead of
>   * re-allocating and RCU freeing nodes when there is a single user.
>   */
> 
> ---
> base-commit: 8cf0b93919e13d1e8d4466eb4080a4c4d9d66d7b
> change-id: 20241007-maple-tree-doc-fix-db016fe321ce
> -- 
> Jann Horn <jannh@...gle.com>
> 
> 
> -- 
> maple-tree mailing list
> maple-tree@...ts.infradead.org
> https://lists.infradead.org/mailman/listinfo/maple-tree

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ