diff options
author | 2018-04-20 22:03:38 +0200 | |
---|---|---|
committer | 2019-11-15 14:38:30 +0100 | |
commit | bde9e963af2d0a9762781c4dccaef21696d5bb94 (patch) | |
tree | 8725edbb54991804c69435b99052ef255e8aec78 /scripts/bpf_helpers_doc.py | |
parent | y2038: elfcore: Use __kernel_old_timeval for process times (diff) | |
download | linux-dev-bde9e963af2d0a9762781c4dccaef21696d5bb94.tar.xz linux-dev-bde9e963af2d0a9762781c4dccaef21696d5bb94.zip |
y2038: timerfd: Use timespec64 internally
timerfd_show() uses a 'struct itimerspec' internally, but that is
deprecated because of the time_t overflow and a conflict with the glibc
type of the same name that is now incompatible in user space.
Use a pair of timespec64 variables instead as a simple replacement.
As this removes the last use of itimerspec from the kernel, allowing the
removal of the definition from the uapi headers along with timespec and
timeval later.
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions