Advertisement
Guest User

Untitled

a guest
Feb 14th, 2020
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. > git bisect good
  2. 22ca962288c0a1c9729e8e440b9bb9ad05df6db6 is the first bad commit
  3. commit 22ca962288c0a1c9729e8e440b9bb9ad05df6db6
  4. Author: Vincenzo Frascino <[email protected]>
  5. Date: Fri Jun 21 10:52:51 2019 +0100
  6.  
  7. x86/vdso: Add clock_gettime64() entry point
  8.  
  9. Linux 5.1 gained the new clock_gettime64() syscall to address the Y2038
  10. problem on 32bit systems. The x86 VDSO is missing support for this variant
  11. of clock_gettime().
  12.  
  13. Update the x86 specific vDSO library accordingly so it exposes the new time
  14. getter.
  15.  
  16. [ tglx: Massaged changelog ]
  17.  
  18. Signed-off-by: Vincenzo Frascino <[email protected]>
  19. Signed-off-by: Thomas Gleixner <[email protected]>
  20. Cc: Catalin Marinas <[email protected]>
  21. Cc: Will Deacon <[email protected]>
  22. Cc: Arnd Bergmann <[email protected]>
  23. Cc: Russell King <[email protected]>
  24. Cc: Ralf Baechle <[email protected]>
  25. Cc: Paul Burton <[email protected]>
  26. Cc: Daniel Lezcano <[email protected]>
  27. Cc: Mark Salyzyn <[email protected]>
  28. Cc: Peter Collingbourne <[email protected]>
  29. Cc: Shuah Khan <[email protected]>
  30. Cc: Dmitry Safonov <[email protected]>
  31. Cc: Rasmus Villemoes <[email protected]>
  32. Cc: Huw Davies <[email protected]>
  33. Cc: Shijith Thotton <[email protected]>
  34. Cc: Andre Przywara <[email protected]>
  35. Link: https://lkml.kernel.org/r/[email protected]
  36.  
  37. :040000 040000 61612578f7e9a958a384277a58e87fbd14d0b89a 29b2efcd8880942ef3af116c926c0254bcfc4607 M arch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement