From: Deepa Dinamani <deepa.kernel@gmail.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH 0/3] net: y2038-safe socket timeout options
Date: Mon, 7 Jan 2019 21:22:52 -0800 [thread overview]
Message-ID: <20190108052255.10699-1-deepa.kernel@gmail.com> (raw)
The series is aimed at adding y2038-safe timeout options:
SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW.
This is similar to the previous series adding y2038-safe
SO_TIMESTAMP* options.
The series needs to be applied after the socket timestamp series:
https://lore.kernel.org/lkml/20190108032657.8331-1-deepa.kernel at gmail.com
Deepa Dinamani (3):
socket: Use old_timeval types for socket timeouts
socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes
sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW
arch/alpha/include/uapi/asm/socket.h | 13 ++++-
arch/mips/include/uapi/asm/socket.h | 13 ++++-
arch/parisc/include/uapi/asm/socket.h | 13 ++++-
arch/powerpc/include/uapi/asm/socket.h | 4 +-
arch/sparc/include/uapi/asm/socket.h | 13 ++++-
fs/dlm/lowcomms.c | 4 +-
include/uapi/asm-generic/socket.h | 13 ++++-
net/compat.c | 14 ++---
net/core/sock.c | 78 +++++++++++++++++++-------
net/vmw_vsock/af_vsock.c | 4 +-
10 files changed, 126 insertions(+), 43 deletions(-)
base-commit: a4983672f9ca4c8393f26b6b80710e6c78886b8c
prerequisite-patch-id: a03ec6afbdd328cd90557f7ee6675016a5f5c653
prerequisite-patch-id: 724d26c3036e6f3a38f810c2f10db3f7ddbf843b
prerequisite-patch-id: 14017867b6eb4d5231eec1b563edcd840a1be26e
prerequisite-patch-id: 8df0edfd9b973ff5aae91c7709c8223be096a5bc
prerequisite-patch-id: 9850ad48d41bf068f074c0dd3c7610fb7177c89f
prerequisite-patch-id: bd31f35bba11902d1cc3e8726492b54df34b5c59
prerequisite-patch-id: ea4b005c5ad188a4e0899d728357c114710a3a8e
prerequisite-patch-id: cc3ee912c1ee1ea502ca079de81236a467950501
--
2.17.1
Cc: ccaulfie at redhat.com
Cc: cluster-devel at redhat.com
Cc: davem at davemloft.net
Cc: deller at gmx.de
Cc: linux-alpha at vger.kernel.org
Cc: linux-arch at vger.kernel.org
Cc: linux-mips at vger.kernel.org
Cc: linux-parisc at vger.kernel.org
Cc: linuxppc-dev at lists.ozlabs.org
Cc: paulus at samba.org
Cc: ralf at linux-mips.org
Cc: rth at twiddle.net
Cc: sparclinux at vger.kernel.org
WARNING: multiple messages have this Message-ID (diff)
From: Deepa Dinamani <deepa.kernel@gmail.com>
To: davem@davemloft.net, linux-kernel@vger.kernel.org
Cc: netdev@vger.kernel.org, arnd@arndb.de, y2038@lists.linaro.org,
ccaulfie@redhat.com, cluster-devel@redhat.com, deller@gmx.de,
linux-alpha@vger.kernel.org, linux-arch@vger.kernel.org,
linux-mips@vger.kernel.org, linux-parisc@vger.kernel.org,
linuxppc-dev@lists.ozlabs.org, paulus@samba.org,
ralf@linux-mips.org, rth@twiddle.net, sparclinux@vger.kernel.org
Subject: [PATCH 0/3] net: y2038-safe socket timeout options
Date: Mon, 7 Jan 2019 21:22:52 -0800 [thread overview]
Message-ID: <20190108052255.10699-1-deepa.kernel@gmail.com> (raw)
The series is aimed at adding y2038-safe timeout options:
SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW.
This is similar to the previous series adding y2038-safe
SO_TIMESTAMP* options.
The series needs to be applied after the socket timestamp series:
https://lore.kernel.org/lkml/20190108032657.8331-1-deepa.kernel@gmail.com
Deepa Dinamani (3):
socket: Use old_timeval types for socket timeouts
socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes
sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW
arch/alpha/include/uapi/asm/socket.h | 13 ++++-
arch/mips/include/uapi/asm/socket.h | 13 ++++-
arch/parisc/include/uapi/asm/socket.h | 13 ++++-
arch/powerpc/include/uapi/asm/socket.h | 4 +-
arch/sparc/include/uapi/asm/socket.h | 13 ++++-
fs/dlm/lowcomms.c | 4 +-
include/uapi/asm-generic/socket.h | 13 ++++-
net/compat.c | 14 ++---
net/core/sock.c | 78 +++++++++++++++++++-------
net/vmw_vsock/af_vsock.c | 4 +-
10 files changed, 126 insertions(+), 43 deletions(-)
base-commit: a4983672f9ca4c8393f26b6b80710e6c78886b8c
prerequisite-patch-id: a03ec6afbdd328cd90557f7ee6675016a5f5c653
prerequisite-patch-id: 724d26c3036e6f3a38f810c2f10db3f7ddbf843b
prerequisite-patch-id: 14017867b6eb4d5231eec1b563edcd840a1be26e
prerequisite-patch-id: 8df0edfd9b973ff5aae91c7709c8223be096a5bc
prerequisite-patch-id: 9850ad48d41bf068f074c0dd3c7610fb7177c89f
prerequisite-patch-id: bd31f35bba11902d1cc3e8726492b54df34b5c59
prerequisite-patch-id: ea4b005c5ad188a4e0899d728357c114710a3a8e
prerequisite-patch-id: cc3ee912c1ee1ea502ca079de81236a467950501
--
2.17.1
Cc: ccaulfie@redhat.com
Cc: cluster-devel@redhat.com
Cc: davem@davemloft.net
Cc: deller@gmx.de
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: linuxppc-dev@lists.ozlabs.org
Cc: paulus@samba.org
Cc: ralf@linux-mips.org
Cc: rth@twiddle.net
Cc: sparclinux@vger.kernel.org
WARNING: multiple messages have this Message-ID (diff)
From: Deepa Dinamani <deepa.kernel@gmail.com>
To: davem@davemloft.net, linux-kernel@vger.kernel.org
Cc: linux-arch@vger.kernel.org, linux-parisc@vger.kernel.org,
arnd@arndb.de, y2038@lists.linaro.org, netdev@vger.kernel.org,
deller@gmx.de, linux-mips@vger.kernel.org, ralf@linux-mips.org,
cluster-devel@redhat.com, ccaulfie@redhat.com, paulus@samba.org,
linux-alpha@vger.kernel.org, sparclinux@vger.kernel.org,
linuxppc-dev@lists.ozlabs.org, rth@twiddle.net
Subject: [PATCH 0/3] net: y2038-safe socket timeout options
Date: Mon, 7 Jan 2019 21:22:52 -0800 [thread overview]
Message-ID: <20190108052255.10699-1-deepa.kernel@gmail.com> (raw)
The series is aimed at adding y2038-safe timeout options:
SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW.
This is similar to the previous series adding y2038-safe
SO_TIMESTAMP* options.
The series needs to be applied after the socket timestamp series:
https://lore.kernel.org/lkml/20190108032657.8331-1-deepa.kernel@gmail.com
Deepa Dinamani (3):
socket: Use old_timeval types for socket timeouts
socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes
sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW
arch/alpha/include/uapi/asm/socket.h | 13 ++++-
arch/mips/include/uapi/asm/socket.h | 13 ++++-
arch/parisc/include/uapi/asm/socket.h | 13 ++++-
arch/powerpc/include/uapi/asm/socket.h | 4 +-
arch/sparc/include/uapi/asm/socket.h | 13 ++++-
fs/dlm/lowcomms.c | 4 +-
include/uapi/asm-generic/socket.h | 13 ++++-
net/compat.c | 14 ++---
net/core/sock.c | 78 +++++++++++++++++++-------
net/vmw_vsock/af_vsock.c | 4 +-
10 files changed, 126 insertions(+), 43 deletions(-)
base-commit: a4983672f9ca4c8393f26b6b80710e6c78886b8c
prerequisite-patch-id: a03ec6afbdd328cd90557f7ee6675016a5f5c653
prerequisite-patch-id: 724d26c3036e6f3a38f810c2f10db3f7ddbf843b
prerequisite-patch-id: 14017867b6eb4d5231eec1b563edcd840a1be26e
prerequisite-patch-id: 8df0edfd9b973ff5aae91c7709c8223be096a5bc
prerequisite-patch-id: 9850ad48d41bf068f074c0dd3c7610fb7177c89f
prerequisite-patch-id: bd31f35bba11902d1cc3e8726492b54df34b5c59
prerequisite-patch-id: ea4b005c5ad188a4e0899d728357c114710a3a8e
prerequisite-patch-id: cc3ee912c1ee1ea502ca079de81236a467950501
--
2.17.1
Cc: ccaulfie@redhat.com
Cc: cluster-devel@redhat.com
Cc: davem@davemloft.net
Cc: deller@gmx.de
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: linuxppc-dev@lists.ozlabs.org
Cc: paulus@samba.org
Cc: ralf@linux-mips.org
Cc: rth@twiddle.net
Cc: sparclinux@vger.kernel.org
WARNING: multiple messages have this Message-ID (diff)
From: Deepa Dinamani <deepa.kernel@gmail.com>
To: davem@davemloft.net, linux-kernel@vger.kernel.org
Cc: netdev@vger.kernel.org, arnd@arndb.de, y2038@lists.linaro.org,
ccaulfie@redhat.com, cluster-devel@redhat.com, deller@gmx.de,
linux-alpha@vger.kernel.org, linux-arch@vger.kernel.org,
linux-mips@vger.kernel.org, linux-parisc@vger.kernel.org,
linuxppc-dev@lists.ozlabs.org, paulus@samba.org,
ralf@linux-mips.org, rth@twiddle.net, sparclinux@vger.kernel.org
Subject: [PATCH 0/3] net: y2038-safe socket timeout options
Date: Tue, 08 Jan 2019 05:22:52 +0000 [thread overview]
Message-ID: <20190108052255.10699-1-deepa.kernel@gmail.com> (raw)
The series is aimed at adding y2038-safe timeout options:
SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW.
This is similar to the previous series adding y2038-safe
SO_TIMESTAMP* options.
The series needs to be applied after the socket timestamp series:
https://lore.kernel.org/lkml/20190108032657.8331-1-deepa.kernel@gmail.com
Deepa Dinamani (3):
socket: Use old_timeval types for socket timeouts
socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes
sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW
arch/alpha/include/uapi/asm/socket.h | 13 ++++-
arch/mips/include/uapi/asm/socket.h | 13 ++++-
arch/parisc/include/uapi/asm/socket.h | 13 ++++-
arch/powerpc/include/uapi/asm/socket.h | 4 +-
arch/sparc/include/uapi/asm/socket.h | 13 ++++-
fs/dlm/lowcomms.c | 4 +-
include/uapi/asm-generic/socket.h | 13 ++++-
net/compat.c | 14 ++---
net/core/sock.c | 78 +++++++++++++++++++-------
net/vmw_vsock/af_vsock.c | 4 +-
10 files changed, 126 insertions(+), 43 deletions(-)
base-commit: a4983672f9ca4c8393f26b6b80710e6c78886b8c
prerequisite-patch-id: a03ec6afbdd328cd90557f7ee6675016a5f5c653
prerequisite-patch-id: 724d26c3036e6f3a38f810c2f10db3f7ddbf843b
prerequisite-patch-id: 14017867b6eb4d5231eec1b563edcd840a1be26e
prerequisite-patch-id: 8df0edfd9b973ff5aae91c7709c8223be096a5bc
prerequisite-patch-id: 9850ad48d41bf068f074c0dd3c7610fb7177c89f
prerequisite-patch-id: bd31f35bba11902d1cc3e8726492b54df34b5c59
prerequisite-patch-id: ea4b005c5ad188a4e0899d728357c114710a3a8e
prerequisite-patch-id: cc3ee912c1ee1ea502ca079de81236a467950501
--
2.17.1
Cc: ccaulfie@redhat.com
Cc: cluster-devel@redhat.com
Cc: davem@davemloft.net
Cc: deller@gmx.de
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: linuxppc-dev@lists.ozlabs.org
Cc: paulus@samba.org
Cc: ralf@linux-mips.org
Cc: rth@twiddle.net
Cc: sparclinux@vger.kernel.org
next reply other threads:[~2019-01-08 5:22 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-08 5:22 Deepa Dinamani [this message]
2019-01-08 5:22 ` [PATCH 0/3] net: y2038-safe socket timeout options Deepa Dinamani
2019-01-08 5:22 ` Deepa Dinamani
2019-01-08 5:22 ` Deepa Dinamani
2019-01-08 5:22 ` [PATCH 1/3] socket: Use old_timeval types for socket timeouts Deepa Dinamani
2019-01-08 5:22 ` [Cluster-devel] [PATCH 2/3] socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes Deepa Dinamani
2019-01-08 5:22 ` Deepa Dinamani
2019-01-08 5:22 ` Deepa Dinamani
2019-01-08 5:22 ` Deepa Dinamani
2019-01-08 20:03 ` [Cluster-devel] " Arnd Bergmann
2019-01-08 20:03 ` Arnd Bergmann
2019-01-08 20:03 ` Arnd Bergmann
2019-01-08 20:03 ` Arnd Bergmann
2019-01-08 20:09 ` [Cluster-devel] [PATCH] socket: move compat timeout handling into sock.c Arnd Bergmann
2019-01-08 20:09 ` Arnd Bergmann
2019-01-08 20:09 ` Arnd Bergmann
2019-01-08 20:09 ` Arnd Bergmann
2019-01-08 20:09 ` Arnd Bergmann
2019-01-08 21:29 ` [Cluster-devel] " Deepa Dinamani
2019-01-08 21:29 ` Deepa Dinamani
2019-01-08 21:29 ` Deepa Dinamani
2019-01-08 21:29 ` Deepa Dinamani
2019-01-08 21:19 ` [Cluster-devel] [PATCH 2/3] socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes Deepa Dinamani
2019-01-08 21:19 ` Deepa Dinamani
2019-01-08 21:19 ` Deepa Dinamani
2019-01-08 21:19 ` Deepa Dinamani
2019-01-08 5:22 ` [Cluster-devel] [PATCH 3/3] sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW Deepa Dinamani
2019-01-08 5:22 ` Deepa Dinamani
2019-01-08 5:22 ` Deepa Dinamani
2019-01-08 5:22 ` Deepa Dinamani
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190108052255.10699-1-deepa.kernel@gmail.com \
--to=deepa.kernel@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.