mirror of
https://github.com/torvalds/linux.git
synced 2025-11-09 05:00:09 +02:00
Shakeel Butt reported in [1] that a user can request a task to be moved
to a resource group even if the task is already in the group. It just
wastes time to do the move operation which could be costly to send IPI
to a different CPU.
Add a sanity check to ensure that the move operation only happens when
the task is not already in the resource group.
[1] https://lore.kernel.org/lkml/CALvZod7E9zzHwenzf7objzGKsdBmVwTgEJ0nPgs0LUFU3SN5Pw@mail.gmail.com/
Fixes:
|
||
|---|---|---|
| .. | ||
| core.c | ||
| ctrlmondata.c | ||
| internal.h | ||
| Makefile | ||
| monitor.c | ||
| pseudo_lock.c | ||
| pseudo_lock_event.h | ||
| rdtgroup.c | ||