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
F154555979: D4927.id12271.diff
Tue, Apr 28, 10:04 PM
F154554640: D4927.id12271.diff
Tue, Apr 28, 10:01 PM
Unknown Object (File)
Mon, Apr 27, 1:16 PM
Unknown Object (File)
Tue, Apr 21, 8:18 PM
Unknown Object (File)
Thu, Apr 16, 1:21 AM
Unknown Object (File)
Wed, Apr 15, 8:20 AM
Unknown Object (File)
Fri, Apr 3, 11:10 PM
Unknown Object (File)
Wed, Apr 1, 1:54 PM
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.