Re: [PATCH RFC v2 04/22] cpuset: introduce partition_enable()
From: Waiman Long
Date: Wed Nov 12 2025 - 15:40:44 EST
On 10/25/25 2:48 AM, Chen Ridong wrote:
From: Chen Ridong <chenridong@xxxxxxxxxx>
Add partition_enable() to consolidate updates to key cpuset structures
during partition enablement, including:
- remote_sibling
- effective_xcpus
- partition_root_state
- prs_err
Key operations performed:
- Invokes partition_xcpus_add() to assign exclusive CPUs
- Maintains remote partition sibling links
- Syncs the effective_xcpus mask
- Updates partition_root_state and prs_err
- Triggers scheduler domain rebuilds
- Sends partition change notifications
Could you add a leading space before '-' so that the itemized lists won't look like part of a diff file?
Cheers,
Longman