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-next>] [day] [month] [year] [list]
Date:	Thu, 10 Dec 2015 15:30:39 -0600
From:	Chris Friesen <cbf123@...l.usask.ca>
To:	"linux-kernel@...r.kernel.org >> lkml" <linux-kernel@...r.kernel.org>
Subject: question about cpusets vs sched_setaffinity()

Hi,

I've got a question about the interaction between cpusets and sched_setaffinity().

If I put a task into a cpuset and then call sched_setaffinity() on it, it will 
be affined to the intersection of the two sets of cpus.  (Those specified on the 
set, and those specified in the syscall.)

However, if I then change the cpus in the cpuset the process affinity will 
simply be overwritten by the new cpuset affinity.  It does not seem to take into 
account any restrictions from the original sched_setaffinity() call.

Wouldn't it make more sense to affine the process to the intersection between 
the new set of cpus from the cpuset, and the current process affinity?  That way 
if I explicitly masked out certain CPUs in the original sched_setaffinity() call 
then they would remain masked out regardless of changes to the set of cpus 
assigned to the cpuset.

Thanks,
Chris

PS: Not subscribed to the list, please CC me on replies.
--
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