Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- > git bisect good
- 22ca962288c0a1c9729e8e440b9bb9ad05df6db6 is the first bad commit
- commit 22ca962288c0a1c9729e8e440b9bb9ad05df6db6
- Author: Vincenzo Frascino <[email protected]>
- Date: Fri Jun 21 10:52:51 2019 +0100
- x86/vdso: Add clock_gettime64() entry point
- Linux 5.1 gained the new clock_gettime64() syscall to address the Y2038
- problem on 32bit systems. The x86 VDSO is missing support for this variant
- of clock_gettime().
- Update the x86 specific vDSO library accordingly so it exposes the new time
- getter.
- [ tglx: Massaged changelog ]
- Signed-off-by: Vincenzo Frascino <[email protected]>
- Signed-off-by: Thomas Gleixner <[email protected]>
- Cc: Catalin Marinas <[email protected]>
- Cc: Will Deacon <[email protected]>
- Cc: Arnd Bergmann <[email protected]>
- Cc: Russell King <[email protected]>
- Cc: Ralf Baechle <[email protected]>
- Cc: Paul Burton <[email protected]>
- Cc: Daniel Lezcano <[email protected]>
- Cc: Mark Salyzyn <[email protected]>
- Cc: Peter Collingbourne <[email protected]>
- Cc: Shuah Khan <[email protected]>
- Cc: Dmitry Safonov <[email protected]>
- Cc: Rasmus Villemoes <[email protected]>
- Cc: Huw Davies <[email protected]>
- Cc: Shijith Thotton <[email protected]>
- Cc: Andre Przywara <[email protected]>
- Link: https://lkml.kernel.org/r/[email protected]
- :040000 040000 61612578f7e9a958a384277a58e87fbd14d0b89a 29b2efcd8880942ef3af116c926c0254bcfc4607 M arch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement