y2038
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [Y2038] [PATCH 3/5] ppoll: use __kernel_timespec
Arnd Bergmann
Re: [Y2038] [PATCH 3/5] ppoll: use __kernel_timespec
Deepa Dinamani
[Y2038] [PATCH 4/5] pselect6: use __kernel_timespec
Deepa Dinamani
[Y2038] [PATCH 5/5] io_pgetevents: use __kernel_timespec
Deepa Dinamani
Re: [Y2038] [PATCH 0/5] y2038: Make ppoll, io_pgetevents and pselect y2038 safe
Arnd Bergmann
[Y2038] [PATCH net-next 1/5] pppoe: fix PPPOEIOCSFWD compat handling
Arnd Bergmann
[Y2038] [PATCH net-next 2/5] ppp: move simple ioctl compat handling out of fs_compat_ioctl.c
Arnd Bergmann
[Y2038] [PATCH net-next 3/5] ppp: move PPPIOCSCOMPRESS32 to ppp-generic.c
Arnd Bergmann
Re: [Y2038] [PATCH net-next 3/5] ppp: move PPPIOCSCOMPRESS32 to ppp-generic.c
Guillaume Nault
[Y2038] [PATCH net-next 4/5] ppp: move PPPIOCSPASS32/PPPIOCSACTIVE32 to ppp_generic.c
Arnd Bergmann
Re: [Y2038] [PATCH net-next 4/5] ppp: move PPPIOCSPASS32/PPPIOCSACTIVE32 to ppp_generic.c
Guillaume Nault
[Y2038] [PATCH net-next 5/5] ppp: handle PPPIOCGIDLE for 64-bit time_t
Arnd Bergmann
Re: [Y2038] [PATCH net-next 5/5] ppp: handle PPPIOCGIDLE for 64-bit time_t
Guillaume Nault
Re: [Y2038] [PATCH net-next 5/5] ppp: handle PPPIOCGIDLE for 64-bit time_t
Arnd Bergmann
Re: [Y2038] [PATCH net-next 1/5] pppoe: fix PPPOEIOCSFWD compat handling
Guillaume Nault
Re: [Y2038] [PATCH net-next 1/5] pppoe: fix PPPOEIOCSFWD compat handling
Arnd Bergmann
Re: [Y2038] [PATCH net-next 1/5] pppoe: fix PPPOEIOCSFWD compat handling
Guillaume Nault
[Y2038] [PATCH net-next 1/3] net: rework SIOCGSTAMP ioctl handling
Arnd Bergmann
[Y2038] [PATCH net-next 2/3] asm-generic: generalize asm/sockios.h
Arnd Bergmann
[Y2038] [PATCH net-next 3/3] net: socket: implement 64-bit timestamps
Arnd Bergmann
Re: [Y2038] [PATCH net-next 1/3] net: rework SIOCGSTAMP ioctl handling
Willem de Bruijn
Re: [Y2038] [PATCH net-next 1/3] net: rework SIOCGSTAMP ioctl handling
Arnd Bergmann
Re: [Y2038] [PATCH net-next 1/3] net: rework SIOCGSTAMP ioctl handling
Willem de Bruijn
Re: [Y2038] [PATCH net-next 1/3] net: rework SIOCGSTAMP ioctl handling
Arnd Bergmann
Re: [Y2038] [PATCH net-next 1/3] net: rework SIOCGSTAMP ioctl handling
Willem de Bruijn
Re: [Y2038] [PATCH net-next 1/3] net: rework SIOCGSTAMP ioctl handling
Arnd Bergmann
Re: [Y2038] [PATCH net-next 1/3] net: rework SIOCGSTAMP ioctl handling
Stefan Schmidt
[Y2038] [PATCH v2 1/2] rtc: mips: default to rtc-cmos on mips
Arnd Bergmann
[Y2038] [PATCH v2 2/2] rtc: move compat_ioctl handling into rtc-dev.c
Arnd Bergmann
Re: [Y2038] [PATCH v2 2/2] rtc: move compat_ioctl handling into rtc-dev.c
Alexandre Belloni
Re: [Y2038] [PATCH v2 2/2] rtc: move compat_ioctl handling into rtc-dev.c
Arnd Bergmann
Re: [Y2038] [PATCH v2 1/2] rtc: mips: default to rtc-cmos on mips
Paul Burton
Re: [Y2038] [PATCH v2 1/2] rtc: mips: default to rtc-cmos on mips
Alexandre Belloni
[Y2038] [PATCH 1/2] rtc: mips: default to rtc-cmos on mips
Arnd Bergmann
[Y2038] [PATCH 2/2] rtc: move compat_ioctl handling into rtc-dev.c
Arnd Bergmann
Re: [Y2038] [PATCH 2/2] rtc: move compat_ioctl handling into rtc-dev.c
Al Viro
Re: [Y2038] [PATCH 2/2] rtc: move compat_ioctl handling into rtc-dev.c
Arnd Bergmann
[Y2038] [PATCH 1/5] media: dvb: fix compat ioctl tramslation
Arnd Bergmann
[Y2038] [PATCH 3/5] media: cec: move compat_ioctl handling to cec-api.c
Arnd Bergmann
Re: [Y2038] [PATCH 3/5] media: cec: move compat_ioctl handling to cec-api.c
Hans Verkuil
[Y2038] [PATCH 2/5] media: dvb: dmxdev: move compat_ioctl handling to dmxdev.c
Arnd Bergmann
[Y2038] [PATCH 5/5] media: dvb: move compat handlers into drivers
Arnd Bergmann
[Y2038] [PATCH 4/5] media: dvb: move most compat_ioctl handling into drivers
Arnd Bergmann
[Y2038] [PATCH 00/14] y2038 syscall changes for 4.20
Arnd Bergmann
[Y2038] [PATCH 02/14] y2038: Make do_gettimeofday() and get_seconds() inline
Arnd Bergmann
[Y2038] [PATCH 01/14] y2038: Remove unused time interfaces
Arnd Bergmann
[Y2038] [PATCH 05/14] y2038: Remove stat64 family from default syscall set
Arnd Bergmann
[Y2038] [PATCH 08/14] asm-generic: Remove empty asm/unistd.h
Arnd Bergmann
[Y2038] [PATCH 04/14] y2038: Remove newstat family from default syscall set
Arnd Bergmann
[Y2038] [PATCH 06/14] asm-generic: Move common compat types to asm-generic/compat.h
Arnd Bergmann
[Y2038] [PATCH 09/14] y2038: Change sys_utimensat() to use __kernel_timespec
Arnd Bergmann
[Y2038] [PATCH 12/14] y2038: sched: Change sched_rr_get_interval to use __kernel_timespec
Arnd Bergmann
[Y2038] [PATCH 07/14] asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro
Arnd Bergmann
[Y2038] [PATCH 13/14] y2038: socket: Change recvmmsg to use __kernel_timespec
Arnd Bergmann
[Y2038] [PATCH 11/14] y2038: utimes: Rework #ifdef guards for compat syscalls
Arnd Bergmann
[Y2038] [PATCH 03/14] y2038: Globally rename compat_time to old_time32
Arnd Bergmann
Re: [Y2038] [PATCH 03/14] y2038: Globally rename compat_time to old_time32
kbuild test robot
[Y2038] [RFC PATCH] y2038: __get_old_timespec32() can be static
kbuild test robot
Re: [Y2038] [RFC PATCH] y2038: __get_old_timespec32() can be static
Arnd Bergmann
[Y2038] [PATCH 10/14] y2038: Compile utimes()/futimesat() conditionally
Arnd Bergmann
[Y2038] [PATCH 14/14] y2038: signal: Change rt_sigtimedwait to use __kernel_timespec
Arnd Bergmann
Re: [Y2038] [PATCH 00/14] y2038 syscall changes for 4.20
Arnd Bergmann
[Y2038] Patch "posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIME" has been added to the 4.14-stable tree
gregkh
[Y2038] Patch "posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIME" has been added to the 4.17-stable tree
gregkh
Re: [Y2038] Patch "posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIME" has been added to the 4.17-stable tree
Arnd Bergmann
Re: [Y2038] Patch "posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIME" has been added to the 4.17-stable tree
gregkh
Re: [Y2038] Patch "posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIME" has been added to the 4.17-stable tree
Arnd Bergmann
Re: [Y2038] Patch "posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIME" has been added to the 4.17-stable tree
gregkh
Re: [Y2038] Patch "posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIME" has been added to the 4.17-stable tree
Arnd Bergmann
[Y2038] [PATCH] y2038: provide aliases for compat helpers
Arnd Bergmann
Re: [Y2038] [PATCH] y2038: provide aliases for compat helpers
Christoph Hellwig
[Y2038] [PATCH 0/3] System call table generation support
Firoz Khan
[Y2038] [PATCH 1/3] microblaze: Replace NR_syscalls macro from asm/unistd.h
Firoz Khan
Re: [Y2038] [PATCH 1/3] microblaze: Replace NR_syscalls macro from asm/unistd.h
Michal Simek
Re: [Y2038] [PATCH 1/3] microblaze: Replace NR_syscalls macro from asm/unistd.h
Firoz Khan
Re: [Y2038] [PATCH 1/3] microblaze: Replace NR_syscalls macro from asm/unistd.h
Michal Simek
Re: [Y2038] [PATCH 1/3] microblaze: Replace NR_syscalls macro from asm/unistd.h
Firoz Khan
[Y2038] [PATCH 2/3] microblaze: Added system call table generation support
Firoz Khan
Re: [Y2038] [PATCH 2/3] microblaze: Added system call table generation support
Michal Simek
Re: [Y2038] [PATCH 2/3] microblaze: Added system call table generation support
Firoz Khan
[Y2038] [PATCH 3/3] microblaze: uapi header and system call table file generation
Firoz Khan
Re: [Y2038] [PATCH 3/3] microblaze: uapi header and system call table file generation
Michal Simek
Re: [Y2038] [PATCH 3/3] microblaze: uapi header and system call table file generation
Firoz Khan
Re: [Y2038] [PATCH 3/3] microblaze: uapi header and system call table file generation
Arnd Bergmann
[Y2038] [PATCH 0/3] System call table generation support
Firoz Khan
[Y2038] [PATCH 1/3] sh: Rename NR_syscalls macro to __NR_syscalls
Firoz Khan
Re: [Y2038] [PATCH 1/3] sh: Rename NR_syscalls macro to __NR_syscalls
kbuild test robot
Re: [Y2038] [PATCH 1/3] sh: Rename NR_syscalls macro to __NR_syscalls
Steven Rostedt
Re: [Y2038] [PATCH 1/3] sh: Rename NR_syscalls macro to __NR_syscalls
Firoz Khan
[Y2038] [PATCH 3/3] sh: uapi header and system call table file generation
Firoz Khan
[Y2038] [PATCH 2/3] sh: Added system call table generation support
Firoz Khan
[Y2038] [PATCH 0/3] System call table generation support
Firoz Khan
[Y2038] [PATCH 1/3] powerpc: Replace NR_syscalls macro from asm/unistd.h
Firoz Khan
[Y2038] [PATCH 2/3] powerpc: Add system call table generation support
Firoz Khan
Re: [Y2038] [PATCH 2/3] powerpc: Add system call table generation support
Arnd Bergmann
Re: [Y2038] [PATCH 2/3] powerpc: Add system call table generation support
Firoz Khan
Re: [Y2038] [PATCH 2/3] powerpc: Add system call table generation support
Arnd Bergmann
Re: [Y2038] [PATCH 2/3] powerpc: Add system call table generation support
Michael Ellerman
Re: [Y2038] [PATCH 2/3] powerpc: Add system call table generation support
Arnd Bergmann
Re: [Y2038] [PATCH 2/3] powerpc: Add system call table generation support
Michael Ellerman
[Y2038] [PATCH 3/3] powerpc: uapi header and system call table file generation
Firoz Khan
Re: [Y2038] [PATCH 0/3] System call table generation support
Firoz Khan
Re: [Y2038] [PATCH 0/3] System call table generation support
Satheesh Rajendran
Re: [Y2038] [PATCH 0/3] System call table generation support
Firoz Khan
[Y2038] [PATCH 0/3] System call table generation support
Firoz Khan
[Y2038] [PATCH 1/3] mips: Add __NR_syscalls macro in uapi/asm/unistd.h
Firoz Khan
[Y2038] [PATCH 2/3] mips: Add system call table generation support
Firoz Khan
Re: [Y2038] [PATCH 2/3] mips: Add system call table generation support
Arnd Bergmann
Re: [Y2038] [PATCH 2/3] mips: Add system call table generation support
Firoz Khan
[Y2038] [PATCH 3/3] mips: uapi header and system call table file generation
Firoz Khan
Re: [Y2038] [PATCH 3/3] mips: uapi header and system call table file generation
kbuild test robot
Re: [Y2038] [PATCH 0/3] System call table generation support
Paul Burton
Re: [Y2038] [PATCH 0/3] System call table generation support
Firoz Khan
Re: [Y2038] [PATCH 0/3] System call table generation support
Arnd Bergmann
Re: [Y2038] [PATCH 0/3] System call table generation support
Paul Burton
Re: [Y2038] [PATCH 0/3] System call table generation support
Christoph Hellwig
Re: [Y2038] [PATCH 0/3] System call table generation support
Paul Burton
[Y2038] [PATCH 0/4] System call table generation support
Firoz Khan
[Y2038] [PATCH 2/4] m68k: Replace NR_syscalls macro from asm/unistd.h
Firoz Khan
Re: [Y2038] [PATCH 2/4] m68k: Replace NR_syscalls macro from asm/unistd.h
Geert Uytterhoeven
Re: [Y2038] [PATCH 2/4] m68k: Replace NR_syscalls macro from asm/unistd.h
Firoz Khan
Re: [Y2038] [PATCH 2/4] m68k: Replace NR_syscalls macro from asm/unistd.h
Geert Uytterhoeven
Re: [Y2038] [PATCH 2/4] m68k: Replace NR_syscalls macro from asm/unistd.h
Firoz Khan
Re: [Y2038] [PATCH 2/4] m68k: Replace NR_syscalls macro from asm/unistd.h
Firoz Khan
Re: [Y2038] [PATCH 2/4] m68k: Replace NR_syscalls macro from asm/unistd.h
Geert Uytterhoeven
Re: [Y2038] [PATCH 2/4] m68k: Replace NR_syscalls macro from asm/unistd.h
Firoz Khan
[Y2038] [PATCH 1/4] m68k: Rename system call table file name
Firoz Khan
[Y2038] [PATCH 3/4] m68k: Added system call table generation support
Firoz Khan
Re: [Y2038] [PATCH 3/4] m68k: Added system call table generation support
Andreas Schwab
Re: [Y2038] [PATCH 3/4] m68k: Added system call table generation support
Firoz Khan
[Y2038] [PATCH 4/4] m68k: uapi header and system call table file generation
Firoz Khan
[Y2038] [PATCH 0/4] System call table generation support
Firoz Khan
[Y2038] [PATCH 1/4] sparc: Move __IGNORE* entries to non uapi header
Firoz Khan
Re: [Y2038] [PATCH 1/4] sparc: Move __IGNORE* entries to non uapi header
Arnd Bergmann
Re: [Y2038] [PATCH 1/4] sparc: Move __IGNORE* entries to non uapi header
Firoz Khan
Re: [Y2038] [PATCH 1/4] sparc: Move __IGNORE* entries to non uapi header
Arnd Bergmann
Re: [Y2038] [PATCH 1/4] sparc: Move __IGNORE* entries to non uapi header
kbuild test robot
[Y2038] [PATCH 2/4] sparc: Replace NR_SYSCALLS macro with __NR_SYSCALLS
Firoz Khan
Re: [Y2038] [PATCH 2/4] sparc: Replace NR_SYSCALLS macro with __NR_SYSCALLS
Arnd Bergmann
Re: [Y2038] [PATCH 2/4] sparc: Replace NR_SYSCALLS macro with __NR_SYSCALLS
Firoz Khan
[Y2038] [PATCH 3/4] sparc: Add system call table generation support
Firoz Khan
Re: [Y2038] [PATCH 3/4] sparc: Add system call table generation support
Arnd Bergmann
Re: [Y2038] [PATCH 3/4] sparc: Add system call table generation support
Firoz Khan
[Y2038] [PATCH 4/4] sparc: uapi header and system call table file generation
Firoz Khan
Re: [Y2038] [PATCH 4/4] sparc: uapi header and system call table file generation
Arnd Bergmann
Re: [Y2038] [PATCH 4/4] sparc: uapi header and system call table file generation
Firoz Khan
Re: [Y2038] [PATCH 4/4] sparc: uapi header and system call table file generation
kbuild test robot
[Y2038] [PATCH 0/4] System call table generation support
Firoz Khan
[Y2038] [PATCH 1/4] parisc: Move __IGNORE* entries to non uapi header
Firoz Khan
[Y2038] [PATCH 2/4] parisc: Replace __NR_Linux_syscalls macro with __NR_syscalls
Firoz Khan
[Y2038] [PATCH 3/4] parisc: Add system call table generation support
Firoz Khan
[Y2038] [PATCH 4/4] parisc: uapi header and system call table file generation
Firoz Khan
Re: [Y2038] [PATCH 0/4] System call table generation support
Helge Deller
Re: [Y2038] [PATCH 0/4] System call table generation support
Firoz Khan
[Y2038] [PATCH 0/5] System call table generation support
Firoz Khan
[Y2038] [PATCH 1/5] ia64: Replace NR_syscalls macro from asm/unistd.h
Firoz Khan
[Y2038] [PATCH 4/5] ia64: Added system call table generation support
Firoz Khan
[Y2038] [PATCH 3/5] ia64: Replaced the system call table entry from entry.S
Firoz Khan
[Y2038] [PATCH 2/5] ia64: Added an offset for system call number
Firoz Khan
[Y2038] [PATCH 5/5] ia64: uapi header and system call table file generation
Firoz Khan
Re: [Y2038] [PATCH 0/5] System call table generation support
Luck, Tony
Re: [Y2038] [PATCH 0/5] System call table generation support
Firoz Khan
[Y2038] [PATCH v2 1/4] sh: dreamcast: rtc: push down rtc class ops into driver
Arnd Bergmann
[Y2038] [PATCH v2 2/4] sh: sh03: rtc: push down rtc class ops into driver
Arnd Bergmann
[Y2038] [PATCH v2 4/4] sh: remove board_time_init() callback
Arnd Bergmann
[Y2038] [PATCH v2 3/4] sh: remove unused rtc_sh_get/set_time infrastructure
Arnd Bergmann
[Y2038] [PATCH 1/3] [RESEND] ufs: use ktime_get_real_seconds for sb and cg timestamps
Arnd Bergmann
[Y2038] [PATCH 2/3] [RESEND] ntfs: use timespec64 directly for timestamp conversion
Arnd Bergmann
[Y2038] [PATCH 3/3] [RESEND] hpfs: extend gmt_to_local() conversion to 64-bit times
Arnd Bergmann
[Y2038] [PATCH v2 00/17] y2038: system calls, part 3
Arnd Bergmann
[Y2038] [PATCH v2 06/17] y2038: Change sys_utimensat() to use __kernel_timespec
Arnd Bergmann
Re: [Y2038] [PATCH v2 06/17] y2038: Change sys_utimensat() to use __kernel_timespec
Christoph Hellwig
Re: [Y2038] [PATCH v2 06/17] y2038: Change sys_utimensat() to use __kernel_timespec
Arnd Bergmann
[Y2038] [PATCH v2 05/17] asm-generic: Remove empty asm/unistd.h
Arnd Bergmann
Re: [Y2038] [PATCH v2 05/17] asm-generic: Remove empty asm/unistd.h
Christoph Hellwig
[Y2038] [PATCH v2 11/17] y2038: Prepare sched_rr_get_interval for __kernel_timespec
Arnd Bergmann
[Y2038] [PATCH v2 03/17] y2038: Remove stat64 family from default syscall set
Arnd Bergmann
[Y2038] [PATCH v2 17/17] y2038: signal: Add compat_sys_rt_sigtimedwait_time64
Arnd Bergmann
[Y2038] [PATCH v2 07/17] y2038: Compile utimes()/futimesat() conditionally
Arnd Bergmann
[Y2038] [PATCH v2 16/17] y2038: Make compat_sys_rt_sigtimedwait usable on 32-bit
Arnd Bergmann
[Y2038] [PATCH v2 04/17] asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro
Arnd Bergmann
Re: [Y2038] [PATCH v2 04/17] asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro
Christoph Hellwig
[Y2038] [PATCH v2 12/17] y2038: aio: Prepare sys_io_{p, }getevents for __kernel_timespec
Arnd Bergmann
[Y2038] [PATCH v2 01/17] y2038: compat: Move common compat types to asm-generic/compat.h
Arnd Bergmann
Re: [Y2038] [PATCH v2 01/17] y2038: compat: Move common compat types to asm-generic/compat.h
Christoph Hellwig
[Y2038] [PATCH v2 15/17] y2038: signal: Change rt_sigtimedwait to use __kernel_timespec
Arnd Bergmann
[Y2038] [PATCH v2 10/17] y2038: futex: Add support for __kernel_timespec
Arnd Bergmann
[Y2038] [PATCH v2 08/17] y2038: utimes: Rework #ifdef guards for compat syscalls
Arnd Bergmann
[Y2038] [PATCH v2 02/17] y2038: Remove newstat family from default syscall set
Arnd Bergmann
Re: [Y2038] [PATCH v2 02/17] y2038: Remove newstat family from default syscall set
Christoph Hellwig
Re: [Y2038] [PATCH v2 02/17] y2038: Remove newstat family from default syscall set
Arnd Bergmann
Re: [Y2038] [PATCH v2 02/17] y2038: Remove newstat family from default syscall set
Joseph Myers
Re: [Y2038] [PATCH v2 02/17] y2038: Remove newstat family from default syscall set
Arnd Bergmann
[Y2038] [PATCH v2 13/17] y2038: socket: Convert recvmmsg to __kernel_timespec
Arnd Bergmann
[Y2038] [PATCH v2 09/17] y2038: futex: Move compat implementation into futex.c
Arnd Bergmann
[Y2038] [PATCH v2 14/17] y2038: socket: Add compat_sys_recvmmsg_time64
Arnd Bergmann
[Y2038] [PATCH 0/6] System call table generation support
Firoz Khan
[Y2038] [PATCH 2/6] alpha: Add CONFIG_OSF4_COMPAT for compat syscall support
Firoz Khan
[Y2038] [PATCH 1/6] alpha: Move __IGNORE* entries to non uapi header
Firoz Khan
Re: [Y2038] [PATCH 1/6] alpha: Move __IGNORE* entries to non uapi header
Al Viro
Earlier messages
Later messages