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
Unknown Object (File)
Sat, May 11, 11:10 AM
Unknown Object (File)
Sat, May 11, 7:07 AM
Unknown Object (File)
Thu, May 9, 9:24 PM
Unknown Object (File)
Sat, Apr 27, 8:32 PM
Unknown Object (File)
Sat, Apr 27, 11:55 AM
Unknown Object (File)
Sat, Apr 27, 11:46 AM
Unknown Object (File)
Sat, Apr 27, 11:46 AM
Unknown Object (File)
Sat, Apr 27, 11:12 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.