[PATCH] cgroup/cpu: Fix tg_has_rt_task() malfunction

2016-09-18 Thread yingooyim
Hi, I am a graduate student of System Software Lab. at Konkuk University (http://sslab.konkuk.ac.kr). This patch is to fix the malfunction of tg_has_rt_tasks(). The tg_has_rt_tasks() function is supposed to determine whether a task group includes an "rt task" or not. However, it returns true for

[PATCH] cgroup/cpu: Fix tg_has_rt_task() malfunction

2016-09-20 Thread yingooyim
Hi, I am a graduate student of System Software Lab. at Konkuk University (http://sslab.konkuk.ac.kr). This patch is to fix the malfunction of tg_has_rt_tasks(). The tg_has_rt_tasks() function is supposed to determine whether a task group includes an "rt task" or not. However, it returns true for

[PATCH] cgroup/cpu: Fix tg_has_rt_task() malfunction

2016-09-20 Thread yingooyim
Hi, I am a graduate student of System Software Lab. at Konkuk University (http://sslab.konkuk.ac.kr). This patch is to fix the malfunction of tg_has_rt_tasks(). The tg_has_rt_tasks() function is supposed to determine whether a task group includes an "rt task" or not. However, it returns true for

[PATCH] cgroup/cpu: Fix tg_has_rt_task() malfunction

2016-09-18 Thread yingooyim
Hi, I am a graduate student of System Software Lab. at Konkuk University (http://sslab.konkuk.ac.kr). This patch is to fix the malfunction of tg_has_rt_tasks(). The tg_has_rt_tasks() function is supposed to determine whether a task group includes an "rt task" or not. However, it returns true for