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]
Date:	Fri, 1 Aug 2008 14:09:39 -0700
From:	"Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
To:	Alexey Dobriyan <adobriyan@...il.com>
Cc:	akpm@...l.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] PREEMPT_RCU: remove unused rcu_tasklet

On Thu, Jul 10, 2008 at 04:02:27PM +0400, Alexey Dobriyan wrote:

Good catch, but Lai Jiangshan <laijs@...fujitsu.com> beat you to it.

Commit 906d882cacecd37ad2fdd03ed2a9b232bcb9507e in Ingo's linux-2.6-tip
tree.

							Thanx, Paul

> Signed-off-by: Alexey Dobriyan <adobriyan@...il.com>
> ---
> 
>  kernel/rcupreempt.c |    1 -
>  1 file changed, 1 deletion(-)
> 
> --- a/kernel/rcupreempt.c
> +++ b/kernel/rcupreempt.c
> @@ -82,7 +82,6 @@ struct rcu_data {
>  	spinlock_t	lock;		/* Protect rcu_data fields. */
>  	long		completed;	/* Number of last completed batch. */
>  	int		waitlistcount;
> -	struct tasklet_struct rcu_tasklet;
>  	struct rcu_head *nextlist;
>  	struct rcu_head **nexttail;
>  	struct rcu_head *waitlist[GP_STAGES];
> 
--
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