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:	Mon, 27 Aug 2012 18:08:54 +0200
From:	Andi Kleen <andi@...stfloor.org>
To:	Robert Richter <robert.richter@....com>
Cc:	Ingo Molnar <mingo@...nel.org>,
	LKML <linux-kernel@...r.kernel.org>,
	oprofile-list <oprofile-list@...ts.sourceforge.net>,
	Andi Kleen <andi@...stfloor.org>
Subject: Re: [PATCH 2/2] oprofile: Remove 'WQ on CPUx, prefer CPUy' warning

On Fri, Aug 24, 2012 at 08:53:31PM +0200, Robert Richter wrote:
> Under certain workloads we see the following warnings:
> 
>  WQ on CPU0, prefer CPU1
>  WQ on CPU0, prefer CPU2
>  WQ on CPU0, prefer CPU3
> 
> It warns the user that the wq to access a per-cpu buffers runs not on
> the same cpu. This happens if the wq is rescheduled on a different cpu
> than where the buffer is located. This was probably implemented to
> detect performance issues. Not sure if there actually is one as the
> buffers are copied to a single buffer anyway which should be the
> actual bottleneck.
> 
> We wont change WQ implementation. Since a user can do nothing the
> warning is pointless. Removing it.

Looks good to me.

Acked-by: Andi Kleen <ak@...ux.intel.com>

-Andi
--
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