2016-11-18 19:10:11

by J. Bruce Fields

[permalink] [raw]
Subject: [GIT PULL] another nfsd bugfix for 4.9

Please pull:

git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.9-2

Just one fix for an NFS/RDMA crash.

--b.

Scott Mayhew (1):
sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transports

include/linux/sunrpc/svc_xprt.h | 1 +
net/sunrpc/svc_xprt.c | 11 +----------
net/sunrpc/svcsock.c | 21 +++++++++++++++++++++
net/sunrpc/xprtrdma/svc_rdma_transport.c | 6 ++++++
4 files changed, 29 insertions(+), 10 deletions(-)


2016-11-18 20:22:05

by J. Bruce Fields

[permalink] [raw]
Subject: Re: [GIT PULL] another nfsd bugfix for 4.9

Also, this commit (ea08e39230e8 "sunrpc: svc_age_temp_xprts_now should
not call setsockopt non-tcp transports") fixes a bug going back to 4.5,
so should have been tagged for stable.

--b.

On Fri, Nov 18, 2016 at 02:10:08PM -0500, bfields wrote:
> Please pull:
>
> git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.9-2
>
> Just one fix for an NFS/RDMA crash.
>
> --b.
>
> Scott Mayhew (1):
> sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transports
>
> include/linux/sunrpc/svc_xprt.h | 1 +
> net/sunrpc/svc_xprt.c | 11 +----------
> net/sunrpc/svcsock.c | 21 +++++++++++++++++++++
> net/sunrpc/xprtrdma/svc_rdma_transport.c | 6 ++++++
> 4 files changed, 29 insertions(+), 10 deletions(-)