Skip to content

Commit 613b8f0

Browse files
committed
Merge: cgroup/cpuset: Miscellaneous updates and bug fixes
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/7269 JIRA: https://issues.redhat.com/browse/RHEL-107751 MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/7269 Tested: The test_cpuset_prs.sh selftest was run successfully without failure. This MR backports the latest cpuset specific patches and bug fixes. In particular, commit commit 65f97cc ("cgroup/cpuset: Use static_branch_enable_cpuslocked() on cpusets_insane_config_key") will the lockdep splat documented in the Jira issue. Other cpuset commits that are part of a series that involves other kernel subsystems are skipped for now. Signed-off-by: Waiman Long <longman@redhat.com> Approved-by: Aristeu Rozanski <arozansk@redhat.com> Approved-by: Phil Auld <pauld@redhat.com> Approved-by: Radostin Stoyanov <rstoyano@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: Patrick Talbert <ptalbert@redhat.com>
2 parents d96d16a + fc9cfd4 commit 613b8f0

File tree

2 files changed

+97
-90
lines changed

2 files changed

+97
-90
lines changed

kernel/cgroup/cpuset-internal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ enum prs_errcode {
3333
PERR_CPUSEMPTY,
3434
PERR_HKEEPING,
3535
PERR_ACCESS,
36+
PERR_REMOTE,
3637
};
3738

3839
/* bits in struct cpuset flags field */

0 commit comments

Comments
 (0)