mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-21 18:42:19 +00:00
It is necessary to set fd to -1 when inotify_add_watch() fails in
cg_prepare_for_wait. Otherwise the fd which has been closed in
cg_prepare_for_wait may be misused in other functions such as
cg_enter_and_wait_for_frozen and cg_freeze_wait.
Fixes:
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| cgroup_util.c | ||
| cgroup_util.h | ||
| Makefile | ||
| test_core.c | ||
| test_freezer.c | ||
| test_memcontrol.c | ||
| test_stress.sh | ||
| with_stress.sh | ||