These series adds support for 3 minor features. 1. Support assigning multiple tasks to control/mon groups 2. Detect and move task's threads automatically to the groups 3. Add RMID and CLOSID in resctrl inteface. These feature requests are coming from our test team. They have been asking me to add these features to QoS for a while. Please review and comment if these changes make sense. Thanks --- Babu Moger (3): x86/resctrl: Add multiple tasks to the resctrl group at once x86/resctrl: Move the task's threads to the group automatically x86/resctrl: Display the RMID and COSID for resctrl groups Documentation/x86/resctrl.rst | 28 ++++++-- arch/x86/kernel/cpu/resctrl/rdtgroup.c | 90 +++++++++++++++++++++++--- 2 files changed, 104 insertions(+), 14 deletions(-) --