Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull timer fixes from Thomas Gleixner: "A small set of timer fixes: - Evaluate the -ETIME condition correctly in the imx tpm driver - Fix the evaluation order of a condition in posix cpu timers - Use pr_cont() in the clockevents code to prevent ugly message splitting - Remove __current_kernel_time() which is now unused to prevent that new users show up. - Remove a stale forward declaration" * 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: clocksource/imx-tpm: Correct -ETIME return condition check posix-cpu-timers: Ensure set_process_cpu_timer is always evaluated timekeeping: Remove __current_kernel_time() timers: Remove stale struct tvec_base forward declaration clockevents: Fix kernel messages split across multiple lines
No related branches found
No related tags found
Showing
- drivers/clocksource/timer-imx-tpm.c 1 addition, 1 deletiondrivers/clocksource/timer-imx-tpm.c
- include/linux/timekeeping32.h 0 additions, 3 deletionsinclude/linux/timekeeping32.h
- include/linux/timer.h 0 additions, 2 deletionsinclude/linux/timer.h
- kernel/time/posix-cpu-timers.c 3 additions, 1 deletionkernel/time/posix-cpu-timers.c
- kernel/time/tick-oneshot.c 5 additions, 6 deletionskernel/time/tick-oneshot.c
- kernel/time/timekeeping.c 0 additions, 7 deletionskernel/time/timekeeping.c
Please register or sign in to comment