lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190312182359.GC29990@fieldses.org>
Date:   Tue, 12 Mar 2019 14:23:59 -0400
From:   bfields@...ldses.org (J. Bruce Fields)
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-nfs@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] nfsd changes for 5.1

Please pull nfsd changes from:

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

Miscellaneous NFS server fixes.  Probably the most visible bug is one
that could artificially limit NFSv4.1 performance by limiting the number
of oustanding rpcs from a single client.  Neil Brown also gets a special
mention for fixing a 14.5-year-old memory-corruption bug in the encoding
of NFSv3 readdir responses.

--b.

----------------------------------------------------------------
Chuck Lever (2):
      svcrdma: Squelch compiler warning when SUNRPC_DEBUG is disabled
      svcrdma: Remove syslog warnings in work completion handlers

Dan Carpenter (1):
      nfsd: fix an IS_ERR() vs NULL check

Gustavo A. R. Silva (1):
      svcrdma: Use struct_size() in kmalloc()

J. Bruce Fields (4):
      svcrpc: svc_xprt_has_something_to_do seems a little long
      svcrpc: fix unlikely races preventing queueing of sockets
      svcrpc: fix UDP on servers with lots of threads
      nfsd: fix performance-limiting session calculation

NeilBrown (2):
      nfsd: fix memory corruption caused by readdir
      nfsd: allow nfsv3 readdir request to be larger.

Trond Myklebust (1):
      SUNRPC: Don't allow compiler optimisation of svc_xprt_release_slot()

Yihao Wu (1):
      nfsd: fix wrong check in write_v4_end_grace()

 fs/nfsd/nfs3proc.c                       | 18 +++++++++++++++---
 fs/nfsd/nfs3xdr.c                        |  5 ++++-
 fs/nfsd/nfs4callback.c                   |  4 ++--
 fs/nfsd/nfs4state.c                      |  8 ++++----
 fs/nfsd/nfsctl.c                         |  2 +-
 net/sunrpc/svc_xprt.c                    | 24 +++++++++++++++++++-----
 net/sunrpc/svcsock.c                     | 20 ++++++++++----------
 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c  | 12 +++---------
 net/sunrpc/xprtrdma/svc_rdma_rw.c        | 17 ++++-------------
 net/sunrpc/xprtrdma/svc_rdma_sendto.c    |  4 ----
 net/sunrpc/xprtrdma/svc_rdma_transport.c |  9 +++------
 11 files changed, 65 insertions(+), 58 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ