Page MenuHomeFreeBSD

numactl: fix CPU affinity when modifying an existing process or thread
ClosedPublic

Authored by vangyzen on Jan 14 2016, 12:17 AM.
Tags
None
Referenced Files
F135301618: D4927.diff
Sat, Nov 8, 12:26 PM
Unknown Object (File)
Thu, Nov 6, 2:07 AM
Unknown Object (File)
Tue, Nov 4, 10:44 AM
Unknown Object (File)
Fri, Oct 31, 11:52 PM
Unknown Object (File)
Fri, Oct 31, 3:50 PM
Unknown Object (File)
Fri, Oct 31, 3:49 PM
Unknown Object (File)
Fri, Oct 31, 3:49 PM
Unknown Object (File)
Fri, Oct 31, 11:08 AM
Subscribers

Details

Summary

numactl was only modifying its own CPU affinity, which is fine
when creating a new process, but not very helpful when modifying
an existing processes.

Test Plan

numactl --set --tid ...
numactl --set --pid ...
numactl ... /bin/sh

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

vangyzen retitled this revision from to numactl: fix CPU affinity when modifying an existing process or thread.
vangyzen updated this object.
vangyzen edited the test plan for this revision. (Show Details)
vangyzen added a reviewer: adrian.
adrian edited edge metadata.

oops. doo eeeeeet!

This revision is now accepted and ready to land.Jan 14 2016, 12:42 AM
This revision was automatically updated to reflect the committed changes.