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)
Mon, Nov 24, 4:09 PM
Unknown Object (File)
Sat, Nov 22, 6:54 AM
Unknown Object (File)
Fri, Nov 21, 6:00 AM
Unknown Object (File)
Tue, Nov 18, 3:42 PM
Unknown Object (File)
Sat, Nov 15, 3:07 PM
Unknown Object (File)
Sat, Nov 8, 12:26 PM
Unknown Object (File)
Thu, Nov 6, 2:07 AM
Unknown Object (File)
Tue, Nov 4, 10:44 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 Passed
Unit
No Test Coverage
Build Status
Buildable 2111
Build 2119: arc lint + arc unit

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.