original_kernel/arch/powerpc/include/uapi/asm
Deepa Dinamani 45bdc66159 socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes
SO_RCVTIMEO and SO_SNDTIMEO socket options use struct timeval
as the time format. struct timeval is not y2038 safe.
The subsequent patches in the series add support for new socket
timeout options with _NEW suffix that will use y2038 safe
data structures. Although the existing struct timeval layout
is sufficiently wide to represent timeouts, because of the way
libc will interpret time_t based on user defined flag, these
new flags provide a way of having a structure that is the same
for all architectures consistently.
Rename the existing options with _OLD suffix forms so that the
right option is enabled for userspace applications according
to the architecture and time_t definition of libc.

Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Acked-by: Willem de Bruijn <willemb@google.com>
Cc: ccaulfie@redhat.com
Cc: deller@gmx.de
Cc: paulus@samba.org
Cc: ralf@linux-mips.org
Cc: rth@twiddle.net
Cc: cluster-devel@redhat.com
Cc: linuxppc-dev@lists.ozlabs.org
Cc: linux-alpha@vger.kernel.org
Cc: linux-arch@vger.kernel.org
Cc: linux-mips@vger.kernel.org
Cc: linux-parisc@vger.kernel.org
Cc: sparclinux@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-02-03 11:17:31 -08:00
..
Kbuild arch: remove redundant UAPI generic-y defines 2019-01-06 10:22:15 +09:00
auxvec.h
bitsperlong.h
bootx.h
bpf_perf_event.h
byteorder.h
cputable.h
eeh.h
elf.h
epapr_hcalls.h
errno.h
fcntl.h
ioctl.h
ioctls.h
ipcbuf.h
kvm.h
kvm_para.h
mman.h
msgbuf.h
nvram.h
opal-prd.h
perf_event.h
perf_regs.h powerpc/perf: Update perf_regs structure to include MMCRA 2019-01-08 19:22:47 +11:00
posix_types.h
ps3fb.h
ptrace.h
sembuf.h
setup.h
shmbuf.h
sigcontext.h
signal.h
socket.h socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes 2019-02-03 11:17:31 -08:00
spu_info.h
stat.h
swab.h
termbits.h
termios.h
tm.h
types.h
ucontext.h
unistd.h powerpc: generate uapi header and system call table files 2018-12-21 14:46:50 +11:00