commit | 6382bc90f5664c450afc1f896e7ddb35ba182af9 | [log] [tgz] |
---|---|---|
author | Milton Miller <miltonm@bga.com> | Mon Oct 15 17:00:19 2007 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 15 17:00:19 2007 +0200 |
tree | 01e40b9d5f44bfeed712cf8d394a16aa93598436 | |
parent | 97b6ea7b6369d51a451a7d5747a7939a593fdd9c [diff] |
sched: domain sysctl fixes: unregister the sysctl table before domains Unregister and free the sysctl table before destroying domains, then rebuild and register after creating the new domains. This prevents the sysctl table from pointing to freed memory for root to write. Signed-off-by: Milton Miller <miltonm@bga.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>