From: Ingo Molnar Date: Tue, 10 Dec 2013 11:32:36 +0000 (+0100) Subject: Merge branch 'timers/posix-timers-for-tip-v2' of git://git.kernel.org/pub/scm/linux... X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0e6601eee039893a3f6420596ae4588d90d13cbe;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git Merge branch 'timers/posix-timers-for-tip-v2' of git://git./linux/kernel/git/frederic/linux-dynticks into timers/core Pull posix cpu timer changes for v3.14 from Frederic Weisbecker: * Remove dying thread/process timers caching that was complicating the code for no significant win. * Remove early task reference release on dying timer sample read. Again it was not worth the code complication. The other timer's resources aren't released until timer_delete() is called anyway (or when the whole process dies). * Remove leftover arguments in reaped target cleanup * Consolidate some timer sampling code * Remove use of tasklist lock * Robustify sighand locking against exec and exit by using the safer lock_task_sighand() API instead of sighand raw locking. * Convert some unnecessary BUG_ON() to WARN_ON() Signed-off-by: Ingo Molnar --- 0e6601eee039893a3f6420596ae4588d90d13cbe