[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

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

2016-09-20 Thread Tejun Heo
On Sun, Sep 18, 2016 at 11:23:10PM +0900, yingooyim wrote: > 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

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

2016-09-20 Thread Tejun Heo
On Sun, Sep 18, 2016 at 11:23:10PM +0900, yingooyim wrote: > 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

[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-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