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: <20180116153139.GV9671@linux.vnet.ibm.com>
Date:   Tue, 16 Jan 2018 07:31:39 -0800
From:   "Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
To:     "Liu, Changcheng" <changcheng.liu@...el.com>
Cc:     Lai Jiangshan <jiangshanlai@...il.com>,
        Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] rcu: remove redundant nxttail index marco define

On Tue, Jan 16, 2018 at 05:05:14PM +0800, Liu, Changcheng wrote:
> rcu nxttail has been optimized to be rcu_segcblist.
> The index has been defined in linux/rcu_segcblist.h
> 
> Signed-off-by: Liu Changcheng <changcheng.liu@...el.com>

Good eyes!  Applied for testing and review.

							Thanx, Paul

> diff --git a/kernel/rcu/tree.h b/kernel/rcu/tree.h
> index 46a5d19..78cb5f3 100644
> --- a/kernel/rcu/tree.h
> +++ b/kernel/rcu/tree.h
> @@ -185,13 +185,6 @@ union rcu_noqs {
>  	u16 s; /* Set of bits, aggregate OR here. */
>  };
> 
> -/* Index values for nxttail array in struct rcu_data. */
> -#define RCU_DONE_TAIL		0	/* Also RCU_WAIT head. */
> -#define RCU_WAIT_TAIL		1	/* Also RCU_NEXT_READY head. */
> -#define RCU_NEXT_READY_TAIL	2	/* Also RCU_NEXT head. */
> -#define RCU_NEXT_TAIL		3
> -#define RCU_NEXT_SIZE		4
> -
>  /* Per-CPU data for read-copy update. */
>  struct rcu_data {
>  	/* 1) quiescent-state and grace-period handling : */
> -- 
> 2.7.4
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ