y2038
Thread
Date
Earlier messages
Later messages
Messages by Thread
[Y2038] [GIT PULL] vfs/y2038: inode timestamps conversion to timespec64
Arnd Bergmann
[Y2038] Important Notification
Information Update
[Y2038] vfs_timespec64 merge into v4.18?
Arnd Bergmann
Re: [Y2038] vfs_timespec64 merge into v4.18?
Thomas Gleixner
[Y2038] [PATCH] pstore: Remove bogus format string definition
Arnd Bergmann
Re: [Y2038] [PATCH] pstore: Remove bogus format string definition
Kees Cook
[Y2038] [GIT PULL] Transition vfs to 64-bit timestamps
Deepa Dinamani
Re: [Y2038] [GIT PULL] Transition vfs to 64-bit timestamps
Arnd Bergmann
Re: [Y2038] [GIT PULL] Transition vfs to 64-bit timestamps
Deepa Dinamani
[Y2038] [PATCH 0/6] Transition vfs to 64-bit timestamps
Deepa Dinamani
[Y2038] [PATCH 3/6] ceph: make inode time prints to be long long
Deepa Dinamani
[Y2038] [PATCH 1/6] fs: add timespec64_truncate()
Deepa Dinamani
[Y2038] [PATCH 4/6] fs: nfs: get rid of memcpys for inode times
Deepa Dinamani
[Y2038] [PATCH 5/6] udf: Simplify calls to udf_disk_stamp_to_time
Deepa Dinamani
Re: [Y2038] [PATCH 5/6] udf: Simplify calls to udf_disk_stamp_to_time
Jan Kara
Re: [Y2038] [PATCH 5/6] udf: Simplify calls to udf_disk_stamp_to_time
Deepa Dinamani
[Y2038] [PATCH 2/6] lustre: Use long long type to print inode time
Deepa Dinamani
Re: [Y2038] [PATCH 6/6] vfs: change inode times to use struct timespec64
Kees Cook
Re: [Y2038] [PATCH 6/6] vfs: change inode times to use struct timespec64
Deepa Dinamani
Re: [Y2038] [PATCH 6/6] vfs: change inode times to use struct timespec64
Kees Cook
Re: [Y2038] [PATCH 6/6] vfs: change inode times to use struct timespec64
Deepa Dinamani
Re: [Y2038] [PATCH 6/6] vfs: change inode times to use struct timespec64
Kees Cook
Re: [Y2038] [PATCH 6/6] vfs: change inode times to use struct timespec64
Deepa Dinamani
Re: [Y2038] [PATCH 6/6] vfs: change inode times to use struct timespec64
Kees Cook
Re: [Y2038] [PATCH 6/6] vfs: change inode times to use struct timespec64
Arnd Bergmann
[Y2038] [PATCH] [v3] x86: Convert x86_platform_ops to timespec64
Arnd Bergmann
Re: [Y2038] [PATCH] [v3] x86: Convert x86_platform_ops to timespec64
Radim Krčmář
Re: [Y2038] [PATCH] [v3] x86: Convert x86_platform_ops to timespec64
Joao Martins
Re: [Y2038] [PATCH] [v3] x86: Convert x86_platform_ops to timespec64
Arnd Bergmann
Re: [Y2038] [PATCH] [v3] x86: Convert x86_platform_ops to timespec64
Joao Martins
Re: [Y2038] [PATCH] [v3] x86: Convert x86_platform_ops to timespec64
Jan Kiszka
[Y2038] [PATCH 0/5] timekeeping: API cleanup and extensions
Arnd Bergmann
[Y2038] [PATCH 2/5] timekeeping: Clean up ktime_get_real_ts64
Arnd Bergmann
[Y2038] [PATCH 5/5] timekeeping: Add more coarse clocktai/boottime interfaces
Arnd Bergmann
[Y2038] [PATCH 3/5] timekeeping: Standardize on ktime_get_*() naming
Arnd Bergmann
[Y2038] [PATCH 1/5] timekeeping: Remove timespec64 hack
Arnd Bergmann
Re: [Y2038] [PATCH 1/5] timekeeping: Remove timespec64 hack
Arnd Bergmann
[Y2038] [PATCH 4/5] timekeeping: Add ktime_get_coarse_with_offset
Arnd Bergmann
[Y2038] [PATCH 0/4] ALSA: Fix year 2038 issue for sound subsystem, alternative
Arnd Bergmann
[Y2038] [PATCH 3/4] ALSA: replace timespec types in uapi headers
Arnd Bergmann
[Y2038] [PATCH 4/4] ALSA: Deprecate CLOCK_REALTIME timestamps
Arnd Bergmann
[Y2038] [PATCH 2/4] ALSA: Avoid using timespec for struct snd_ctl_elem_value
Arnd Bergmann
[Y2038] [PATCH 1/4] ALSA: Replace timespec with timespec64
Arnd Bergmann
Re: [Y2038] [PATCH 0/4] ALSA: Fix year 2038 issue for sound subsystem, alternative
Jaroslav Kysela
Re: [Y2038] [PATCH 0/4] ALSA: Fix year 2038 issue for sound subsystem, alternative
Arnd Bergmann
[Y2038] [PATCH 00/17] y2038: system calls, part 3
Arnd Bergmann
[Y2038] [PATCH 05/17] asm-generic: Remove empty asm/unistd.h
Arnd Bergmann
[Y2038] [PATCH 03/17] y2038: Remove stat64 family from default syscall set
Arnd Bergmann
[Y2038] [PATCH 17/17] y2038: signal: Add compat_sys_rt_sigtimedwait_time64
Arnd Bergmann
[Y2038] [PATCH 01/17] y2038: compat: Move common compat types to asm-generic/compat.h
Arnd Bergmann
[Y2038] [PATCH 13/17] y2038: socket: Convert recvmmsg to __kernel_timespec
Arnd Bergmann
[Y2038] [PATCH 06/17] y2038: Change sys_utimensat() to use __kernel_timespec
Arnd Bergmann
[Y2038] [PATCH 09/17] y2038: futex: Move compat implementation into futex.c
Arnd Bergmann
[Y2038] [PATCH 11/17] y2038: Prepare sched_rr_get_interval for __kernel_timespec
Arnd Bergmann
[Y2038] [PATCH 14/17] y2038: socket: Add compat_sys_recvmmsg_time64
Arnd Bergmann
[Y2038] [PATCH 12/17] y2038: aio: Prepare sys_io_getevents for __kernel_timespec
Arnd Bergmann
[Y2038] [PATCH 16/17] y2038: Make compat_sys_rt_sigtimedwait usable on 32-bit
Arnd Bergmann
[Y2038] [PATCH 07/17] y2038: Compile utimes()/futimesat() conditionally
Arnd Bergmann
[Y2038] [PATCH 15/17] y2038: signal: Change rt_sigtimedwait to use __kernel_timespec
Arnd Bergmann
[Y2038] [PATCH 08/17] y2038: utimes: Rework #ifdef guards for compat syscalls
Arnd Bergmann
[Y2038] [PATCH 02/17] y2038: Remove newstat family from default syscall set
Arnd Bergmann
Re: [Y2038] [PATCH 02/17] y2038: Remove newstat family from default syscall set
Geert Uytterhoeven
[Y2038] [PATCH 10/17] y2038: futex: Add support for __kernel_timespec
Arnd Bergmann
[Y2038] [PATCH 04/17] asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro
Arnd Bergmann
Re: [Y2038] [PATCH 04/17] asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro
Geert Uytterhoeven
[Y2038] y2038 kernel status update
Arnd Bergmann
[Y2038] [GIT PULL, PATCH v4 00/16] y2038: IPC system call conversion
Arnd Bergmann
[Y2038] [PATCH v4 02/16] y2038: x86: Extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v4 01/16] y2038: asm-generic: Extend sysvipc data structures
Arnd Bergmann
Re: [Y2038] [PATCH v4 01/16] y2038: asm-generic: Extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v4 03/16] y2038: alpha: Remove unneeded ipc uapi header files
Arnd Bergmann
[Y2038] [PATCH v4 06/16] y2038: arm64: Extend sysvipc compat data structures
Arnd Bergmann
[Y2038] [PATCH v4 04/16] y2038: ia64: Remove unneeded ipc uapi header files
Arnd Bergmann
[Y2038] [PATCH v4 05/16] y2038: s390: Remove unneeded ipc uapi header files
Arnd Bergmann
[Y2038] [PATCH v4 07/16] y2038: mips: Extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v4 09/16] y2038: sparc: Extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v4 08/16] y2038: parisc: Extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v4 11/16] y2038: xtensa: Extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v4 13/16] y2038: ipc: Report long times to user space
Arnd Bergmann
[Y2038] [PATCH v4 15/16] y2038: ipc: Enable COMPAT_32BIT_TIME
Arnd Bergmann
[Y2038] [PATCH v4 12/16] y2038: ipc: Use ktime_get_real_seconds consistently
Arnd Bergmann
[Y2038] [PATCH v4 10/16] y2038: powerpc: Extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v4 16/16] y2038: ipc: Redirect ipc(SEMTIMEDOP, ...) to compat_ksys_semtimedop
Arnd Bergmann
[Y2038] [PATCH v4 14/16] y2038: ipc: Use __kernel_timespec
Arnd Bergmann
[Y2038] [PATCH v4 01/16] y2038: asm-generic: Extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v4 03/16] y2038: alpha: Remove unneeded ipc uapi header files
Arnd Bergmann
[Y2038] [PATCH v4 04/16] y2038: ia64: Remove unneeded ipc uapi header files
Arnd Bergmann
[Y2038] [PATCH v4 02/16] y2038: x86: Extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v4 01/16] y2038: asm-generic: Extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v4 04/16] y2038: ia64: Remove unneeded ipc uapi header files
Arnd Bergmann
[Y2038] [PATCH v4 08/16] y2038: parisc: Extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v4 09/16] y2038: sparc: Extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v4 15/16] y2038: ipc: Enable COMPAT_32BIT_TIME
Arnd Bergmann
[Y2038] [PATCH v4 10/16] y2038: powerpc: Extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v4 11/16] y2038: xtensa: Extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v4 16/16] y2038: ipc: Redirect ipc(SEMTIMEDOP, ...) to compat_ksys_semtimedop
Arnd Bergmann
[Y2038] [PATCH v4 14/16] y2038: ipc: Use __kernel_timespec
Arnd Bergmann
[Y2038] [PATCH v4 12/16] y2038: ipc: Use ktime_get_real_seconds consistently
Arnd Bergmann
[Y2038] [PATCH v4 02/16] y2038: x86: Extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v4 05/16] y2038: s390: Remove unneeded ipc uapi header files
Arnd Bergmann
[Y2038] [PATCH v4 13/16] y2038: ipc: Report long times to user space
Arnd Bergmann
[Y2038] [PATCH v4 07/16] y2038: mips: Extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v4 03/16] y2038: alpha: Remove unneeded ipc uapi header files
Arnd Bergmann
[Y2038] [PATCH v4 06/16] y2038: arm64: Extend sysvipc compat data structures
Arnd Bergmann
[Y2038] [PATCH] m68k: use read_persistent_clock64 consistently
Arnd Bergmann
Re: [Y2038] [PATCH] m68k: use read_persistent_clock64 consistently
Baolin Wang
Re: [Y2038] [PATCH] m68k: use read_persistent_clock64 consistently
Geert Uytterhoeven
[Y2038] [PATCH 1/5] powerpc: always enable RTC_LIB
Arnd Bergmann
[Y2038] [PATCH 4/5] powerpc: use time64_t in update_persistent_clock
Arnd Bergmann
[Y2038] [PATCH 3/5] powerpc: use time64_t in read_persistent_clock
Arnd Bergmann
[Y2038] [PATCH 2/5] powerpc: rtas: clean up time handling
Arnd Bergmann
[Y2038] [PATCH 5/5] powerpc: remove unused to_tm() helper
Arnd Bergmann
Re: [Y2038] [1/5] powerpc: always enable RTC_LIB
Michael Ellerman
[Y2038] [PATCH 1/3] rtc: vr41xx: remove mktime usage
Arnd Bergmann
[Y2038] [PATCH 2/3] rtc: ls1x: remove mktime usage
Arnd Bergmann
[Y2038] [PATCH 3/3] rtc: tps6586x: remove mktime usage
Arnd Bergmann
Re: [Y2038] [PATCH 1/3] rtc: vr41xx: remove mktime usage
Alexandre Belloni
Re: [Y2038] [PATCH 1/3] rtc: vr41xx: remove mktime usage
Arnd Bergmann
[Y2038] [PATCH v2 1/2] y2038: rusage: Use __kernel_old_timeval for process times
Arnd Bergmann
[Y2038] [PATCH v2 2/2] rusage: allow 64-bit times ru_utime/ru_stime
Arnd Bergmann
Re: [Y2038] [PATCH v2 2/2] rusage: allow 64-bit times ru_utime/ru_stime
Ingo Molnar
Re: [Y2038] [PATCH v2 2/2] rusage: allow 64-bit times ru_utime/ru_stime
Arnd Bergmann
Re: [Y2038] [PATCH v2 2/2] rusage: allow 64-bit times ru_utime/ru_stime
Ingo Molnar
Re: [Y2038] [PATCH v2 2/2] rusage: allow 64-bit times ru_utime/ru_stime
Arnd Bergmann
Re: [Y2038] [PATCH v2 2/2] rusage: allow 64-bit times ru_utime/ru_stime
Ingo Molnar
Re: [Y2038] [PATCH v2 2/2] rusage: allow 64-bit times ru_utime/ru_stime
Eric W. Biederman
Re: [Y2038] [PATCH v2 2/2] rusage: allow 64-bit times ru_utime/ru_stime
Ingo Molnar
Re: [Y2038] [PATCH v2 2/2] rusage: allow 64-bit times ru_utime/ru_stime
Eric W. Biederman
Re: [Y2038] [PATCH v2 2/2] rusage: allow 64-bit times ru_utime/ru_stime
Ingo Molnar
Re: [Y2038] [PATCH v2 2/2] rusage: allow 64-bit times ru_utime/ru_stime
Eric W. Biederman
Re: [Y2038] [PATCH v2 2/2] rusage: allow 64-bit times ru_utime/ru_stime
Arnd Bergmann
[Y2038] [PATCH v3 00/17] y2038: Convert IPC syscalls
Arnd Bergmann
[Y2038] [PATCH v3 04/17] y2038: s390: Remove unneeded ipc uapi header files
Arnd Bergmann
Re: [Y2038] [PATCH v3 04/17] y2038: s390: Remove unneeded ipc uapi header files
Heiko Carstens
Re: [Y2038] [PATCH v3 04/17] y2038: s390: Remove unneeded ipc uapi header files
Arnd Bergmann
[Y2038] [PATCH v3 12/17] y2038: ipc: Use ktime_get_real_seconds consistently
Arnd Bergmann
[Y2038] [PATCH v3 03/17] y2038: ia64: Remove unneeded ipc uapi header files
Arnd Bergmann
[Y2038] [PATCH v3 05/17] y2038: arm64: Extend sysvipc compat data structures
Arnd Bergmann
[Y2038] [PATCH v3 11/17] y2038: xtensa: Extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v3 13/17] y2038: ipc: Report long times to user space
Arnd Bergmann
[Y2038] [PATCH v3 01/17] y2038: asm-generic: Extend sysvipc data structures
Arnd Bergmann
Re: [Y2038] [PATCH v3 01/17] y2038: asm-generic: Extend sysvipc data structures
Eric W. Biederman
Re: [Y2038] [PATCH v3 01/17] y2038: asm-generic: Extend sysvipc data structures
Arnd Bergmann
Re: [Y2038] [PATCH v3 01/17] y2038: asm-generic: Extend sysvipc data structures
Arnd Bergmann
Re: [Y2038] [PATCH v3 01/17] y2038: asm-generic: Extend sysvipc data structures
Eric W. Biederman
Re: [Y2038] [PATCH v3 01/17] y2038: asm-generic: Extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH] x86: ipc: fix x32 version of shmid64_ds and msqid64_ds
Arnd Bergmann
Re: [Y2038] [PATCH] x86: ipc: fix x32 version of shmid64_ds and msqid64_ds
Jeffrey Walton
Re: [Y2038] [PATCH] x86: ipc: fix x32 version of shmid64_ds and msqid64_ds
Arnd Bergmann
Re: [Y2038] [PATCH] x86: ipc: fix x32 version of shmid64_ds and msqid64_ds
H.J. Lu
Re: [Y2038] [PATCH] x86: ipc: fix x32 version of shmid64_ds and msqid64_ds
Arnd Bergmann
Re: [Y2038] [PATCH v3 01/17] y2038: asm-generic: Extend sysvipc data structures
Zack Weinberg
Re: [Y2038] [PATCH v3 01/17] y2038: asm-generic: Extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v3 08/17] y2038: parisc: Extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v3 15/17] y2038: ipc: Enable COMPAT_32BIT_TIME
Arnd Bergmann
[Y2038] [PATCH v3 09/17] y2038: sparc: Extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v3 17/17] y2038: compat: Move common compat types to asm-generic/compat.h
Arnd Bergmann
[Y2038] [PATCH v3 02/17] y2038: alpha: Remove unneeded ipc uapi header files
Arnd Bergmann
[Y2038] [PATCH v3 16/17] y2038: ipc: Redirect ipc(SEMTIMEDOP, ...) to compat_ksys_semtimedop
Arnd Bergmann
[Y2038] [PATCH v3 06/17] y2038: mips: Extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v3 07/17] y2038: x86: Extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v3 14/17] y2038: ipc: Use __kernel_timespec
Arnd Bergmann
[Y2038] [PATCH v3 10/17] y2038: powerpc: Extend sysvipc data structures
Arnd Bergmann
[Y2038] [tip GIT PULL v2] y2038: timekeeping syscall changes
Arnd Bergmann
Re: [Y2038] [tip GIT PULL v2] y2038: timekeeping syscall changes
Arnd Bergmann
Re: [Y2038] [tip GIT PULL v2] y2038: timekeeping syscall changes
Geert Uytterhoeven
Re: [Y2038] [tip GIT PULL v2] y2038: timekeeping syscall changes
Arnd Bergmann
[Y2038] [tip GIT PULL] y2038: timekeeping syscall changes
Arnd Bergmann
Re: [Y2038] [tip GIT PULL] y2038: timekeeping syscall changes
Thomas Gleixner
Re: [Y2038] [tip GIT PULL] y2038: timekeeping syscall changes
Arnd Bergmann
[Y2038] [PATCH v2 00/13] y2038: convert IPC syscalls
Arnd Bergmann
[Y2038] [PATCH v2 01/13] y2038: asm-generic: extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v2 03/13] y2038: ia64: remove unneeded ipc uapi header files
Arnd Bergmann
[Y2038] [PATCH v2 06/13] y2038: mips: extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v2 07/13] y2038: x86: extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v2 02/13] y2038: alpha: remove unneeded ipc uapi header files
Arnd Bergmann
[Y2038] [PATCH v2 05/13] y2038: arm64: extend sysvipc compat data structures
Arnd Bergmann
[Y2038] [PATCH v2 04/13] y2038: s390: remove unneeded ipc uapi header files
Arnd Bergmann
[Y2038] [PATCH v2 08/13] y2038: parisc: extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v2 10/13] y2038: powerpc: extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v2 09/13] y2038: sparc: extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v2 11/13] y2038: xtensa: extend sysvipc data structures
Arnd Bergmann
[Y2038] [PATCH v2 12/13] y2038: ipc: use ktime_get_real_seconds consistently
Arnd Bergmann
[Y2038] [PATCH v2 13/13] y2038: ipc: report long times to user space
Arnd Bergmann
[Y2038] [PATCH] sparc: compat: allow including asm/compat.h for 32-bit
Arnd Bergmann
Re: [Y2038] [PATCH] sparc: compat: allow including asm/compat.h for 32-bit
Eric W. Biederman
Re: [Y2038] [PATCH] sparc: compat: allow including asm/compat.h for 32-bit
Arnd Bergmann
[Y2038] [PATCH 4.4 11/97] time: Change posix clocks ops interfaces to use timespec64
Greg Kroah-Hartman
[Y2038] [PATCH 4.9 015/177] time: Change posix clocks ops interfaces to use timespec64
Greg Kroah-Hartman
[Y2038] [PATCH v5 00/10] posix_clocks: Prepare syscalls for 64 bit time_t conversion
Deepa Dinamani
[Y2038] [PATCH v5 01/10] compat: Make compat helpers independent of CONFIG_COMPAT
Deepa Dinamani
[Y2038] [PATCH v5 03/10] compat: enable compat_get/put_timespec64 always
Deepa Dinamani
[Y2038] [PATCH v5 02/10] include: Move compat_timespec/ timeval to compat_time.h
Deepa Dinamani
[Y2038] [PATCH v5 04/10] arch: introduce CONFIG_64BIT_TIME
Deepa Dinamani
[Y2038] [PATCH v5 05/10] arch: Introduce CONFIG_COMPAT_32BIT_TIME
Deepa Dinamani
[Y2038] [PATCH v5 07/10] include: Add new y2038 safe __kernel_timespec
Deepa Dinamani
[Y2038] [PATCH v5 06/10] posix-clocks: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIME
Deepa Dinamani
[Y2038] [PATCH v5 08/10] fix get_timespec64() for y2038 safe compat interfaces
Deepa Dinamani
[Y2038] [PATCH v5 09/10] change time types to new y2038 safe __kernel_* types
Deepa Dinamani
[Y2038] [PATCH v5 10/10] nanosleep: change time types to safe __kernel_* types
Deepa Dinamani
Earlier messages
Later messages