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)
Sun, Oct 12, 5:59 AM
Unknown Object (File)
Fri, Oct 10, 11:00 PM
Unknown Object (File)
Fri, Sep 26, 1:18 PM
Unknown Object (File)
Sep 13 2025, 9:54 PM
Unknown Object (File)
Aug 12 2025, 6:01 PM
Unknown Object (File)
Aug 1 2025, 6:03 AM
Unknown Object (File)
Jul 30 2025, 12:05 PM
Unknown Object (File)
Jul 28 2025, 5:21 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.