summaryrefslogtreecommitdiff
path: root/kernel/uid16.c
diff options
context:
space:
mode:
authorFrederic Weisbecker <fweisbec@gmail.com>2013-10-11 15:41:11 (GMT)
committerFrederic Weisbecker <fweisbec@gmail.com>2013-12-09 15:53:51 (GMT)
commit33ab0fec33527e8b5ab124cff6aefd4746508e04 (patch)
treeb2802de1741f3af7e76fa47402d82e903947bc5b /kernel/uid16.c
parentaf82eb3c3068877a6b1989796a06b846b1e9e1c3 (diff)
downloadlinux-33ab0fec33527e8b5ab124cff6aefd4746508e04.tar.xz
posix-timers: Consolidate posix_cpu_clock_get()
Consolidate the clock sampling common code used for both local and remote targets. Note that this introduces a tiny user ABI change: if a PID is passed to clock_gettime() along the clockid, we used to forbid a process wide clock sample when that PID doesn't belong to a group leader. Now after this patch we allow process wide clock samples if that PID belongs to the current task, even if the current task is not the group leader. But local process wide clock samples are allowed if PID == 0 (current task) even if the current task is not the group leader. So in the end this should be no big deal as this actually harmonize the behaviour when the remote sample is actually a local one. Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Oleg Nesterov <oleg@redhat.com> Cc: Kosaki Motohiro <kosaki.motohiro@jp.fujitsu.com> Cc: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'kernel/uid16.c')
0 files changed, 0 insertions, 0 deletions