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, 17 Jan 2014 17:52:59 -0800 (PST)
From:	David Miller <davem@...emloft.net>
To:	gerald.schaefer@...ibm.com
Cc:	davidshan@...cent.com, cl@...ux.com,
	venkat.x.venkatsubra@...cle.com, rds-devel@....oracle.com,
	netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
	schwidefsky@...ibm.com, frank.blaschka@...ibm.com,
	sebott@...ux.vnet.ibm.com
Subject: Re: [PATCH] net: rds: fix per-cpu helper usage

From: Gerald Schaefer <gerald.schaefer@...ibm.com>
Date: Thu, 16 Jan 2014 16:54:48 +0100

> commit ae4b46e9d "net: rds: use this_cpu_* per-cpu helper" broke per-cpu
> handling for rds. chpfirst is the result of __this_cpu_read(), so it is
> an absolute pointer and not __percpu. Therefore, __this_cpu_write()
> should not operate on chpfirst, but rather on cache->percpu->first, just
> like __this_cpu_read() did before.
> 
> Cc: <stable@...r.kernel.org> # 3.8+
> Signed-off-byd Gerald Schaefer <gerald.schaefer@...ibm.com>

Applied and queued up for -stable, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ