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 fixes for timekeepoing and clocksource drivers: - VDSO data was updated conditional on the availability of a VDSO capable clocksource. This causes the VDSO functions which do not depend on a VDSO capable clocksource to operate on stale data. Always update unconditionally. - Prevent a double free in the mediatek driver - Use the proper helper in the sh_mtu2 driver so it won't attempt to initialize non-existing interrupts" * 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: timekeeping/vsyscall: Update VDSO data unconditionally clocksource/drivers/sh_mtu2: Do not loop using platform_get_irq_by_name() clocksource/drivers/mediatek: Fix error handling
No related branches found
No related tags found
Showing
- arch/arm64/include/asm/vdso/vsyscall.h 0 additions, 7 deletionsarch/arm64/include/asm/vdso/vsyscall.h
- arch/mips/include/asm/vdso/vsyscall.h 0 additions, 7 deletionsarch/mips/include/asm/vdso/vsyscall.h
- drivers/clocksource/sh_mtu2.c 11 additions, 5 deletionsdrivers/clocksource/sh_mtu2.c
- drivers/clocksource/timer-mediatek.c 2 additions, 8 deletionsdrivers/clocksource/timer-mediatek.c
- include/asm-generic/vdso/vsyscall.h 0 additions, 7 deletionsinclude/asm-generic/vdso/vsyscall.h
- kernel/time/vsyscall.c 3 additions, 6 deletionskernel/time/vsyscall.c
Please register or sign in to comment