mirror of https://github.com/torvalds/linux.git
Resctrl assumes that all CPUs are online when the filesystem is mounted,
and that CPUs remember their CDP-enabled state over CPU hotplug.
This goes wrong when resctrl's CDP-enabled state changes while all the
CPUs in a domain are offline.
When a domain comes online, enable (or disable!) CDP to match resctrl's
current setting.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| core.c | ||
| ctrlmondata.c | ||
| internal.h | ||
| monitor.c | ||
| pseudo_lock.c | ||
| pseudo_lock_event.h | ||
| rdtgroup.c | ||