]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Revert "MFC kern: cpuset: properly rebase when attaching to a jail"
authorKyle Evans <kevans@FreeBSD.org>
Thu, 4 Mar 2021 20:13:55 +0000 (14:13 -0600)
committerKyle Evans <kevans@FreeBSD.org>
Thu, 4 Mar 2021 20:50:34 +0000 (14:50 -0600)
commit3d4229b5decc74b5276fa0b3930ed1552c5f00f5
tree3575e9be4cea46d12dbcd19d8800c3a3e8745b24
parente549b1bc537377528bf966fef92f72dd1c1be8d3
Revert "MFC kern: cpuset: properly rebase when attaching to a jail"

This behavior change is too invasive to be made between minor versions,
back it out in stable/12 -- it will be first introduced in 13.0.

The cpuset test has been adjusted to account for the legacy behavior,
with a note added as to why it's different and doesn't work if run
as-is on 13.0.

This reverts commit 7bb960ce6447bd535e0fbb648e4d9edbb1dc067f.
lib/libc/tests/sys/cpuset_test.c
sys/kern/kern_cpuset.c