Revision 2b776b54bca8c6f3b3a37f89bd80863b688bd8dd authored by Linus Torvalds on 27 October 2019, 11:04:22 UTC, committed by Linus Torvalds on 27 October 2019, 11:04:22 UTC
Pull timer fixes from Thomas Gleixner:
 "A small set of fixes for time(keeping):

   - Add a missing include to prevent compiler warnings.

   - Make the VDSO implementation of clock_getres() POSIX compliant
     again. A recent change dropped the NULL pointer guard which is
     required as NULL is a valid pointer value for this function.

   - Fix two function documentation typos"

* 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  posix-cpu-timers: Fix two trivial comments
  timers/sched_clock: Include local timekeeping.h for missing declarations
  lib/vdso: Make clock_getres() POSIX compliant again
2 parent s a8a31fd + 7f2cbcb
History
File Mode Size
kvm
lib
Makefile -rw-r--r-- 54 bytes

back to top