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] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 31 Jan 2012 05:47:26 +0100
From:	Mike Galbraith <efault@....de>
To:	Gene Heskett <gene.heskett@...il.com>
Cc:	LKML <linux-kernel@...r.kernel.org>
Subject: Re: isolcpus question

On Mon, 2012-01-30 at 22:13 -0500, Gene Heskett wrote:
> Which is, is there a isolcpus troubleshooting tool?
> 
> I have an app that is supposed to use the 2nd cpu on a 2 core atom system 
> all by itself, and its insisting on using cpu0 when the boot command line 
> has "isolcpus=1" appended to it, and apparently I am the only one with the 
> problem, its working for about 200-500 others running the same software.

isolcpus=1 isolates CPU1 so no task will automatically end up using it,
but it's up to your task (or you) to move to the isolated CPU.  Pin your
task to CPU1 with taskset, and all should work fine.

	-Mike

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