[PATCH 5/8] posix-cpu-timers: check_thread_timers() uses task_sched_runtime()

2013-05-26 Thread kosaki . motohiro
From: KOSAKI Motohiro A type of tsk->se.sum_exec_runtime is u64. Thus, reading it is racy when running 32bit. We should use task_sched_runtime(). Cc: Olivier Langlois Cc: Thomas Gleixner Cc: Frederic Weisbecker Cc: Ingo Molnar Acked-by: Peter Zijlstra Signed-off-by: KOSAKI Motohiro ---

[PATCH 5/8] posix-cpu-timers: check_thread_timers() uses task_sched_runtime()

2013-05-26 Thread kosaki . motohiro
From: KOSAKI Motohiro kosaki.motoh...@jp.fujitsu.com A type of tsk-se.sum_exec_runtime is u64. Thus, reading it is racy when running 32bit. We should use task_sched_runtime(). Cc: Olivier Langlois oliv...@trillion01.com Cc: Thomas Gleixner t...@linutronix.de Cc: Frederic Weisbecker