linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Please pull NFS client bugfixes for 5.0-rc3
@ 2019-01-18 21:21 Schumaker, Anna
  0 siblings, 0 replies; 3+ messages in thread
From: Schumaker, Anna @ 2019-01-18 21:21 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, linux-nfs

Hi Linus,

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-5.0-2

for you to fetch changes up to deaa5c96c2f7e8b934088a1e70a0fe8797bd1149:

  SUNRPC: Address Kerberos performance/behavior regression (2019-01-15 15:36:41
-0500)

----------------------------------------------------------------
These are mostly fixes for SUNRPC bugs, with a single v4.2 copy_file_range() fix
mixed in.

Stable bugfixes:
- Fix TCP receive code on archs with flush_dcache_page()

Other bugfixes:
- Fix error code in rpcrdma_buffer_create()
- Fix a double free in rpcrdma_send_ctxs_create()
- Fix kernel BUG at kernel/cred.c:825
- Fix unnecessary retry in nfs42_proc_copy_file_range()
- Ensure rq_bytes_sent is reset before request transmission
- Ensure we respect the RPCSEC_GSS sequence number limit
- Address Kerberos performance/behavior regression

Thanks,
Anna
----------------------------------------------------------------

Chuck Lever (1):
      SUNRPC: Address Kerberos performance/behavior regression

Dan Carpenter (2):
      xprtrdma: Fix error code in rpcrdma_buffer_create()
      xprtrdma: Double free in rpcrdma_sendctxs_create()

Olga Kornievskaia (1):
      NFSv4.2 fix unnecessary retry in nfs4_copy_file_range

Santosh kumar pradhan (1):
      sunrpc: kernel BUG at kernel/cred.c:825!

Trond Myklebust (3):
      SUNRPC: Fix TCP receive code on archs with flush_dcache_page()
      SUNRPC: Ensure rq_bytes_sent is reset before request transmission
      SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limit

 fs/nfs/nfs4file.c              |  8 +-------
 net/sunrpc/auth.c              |  3 +++
 net/sunrpc/auth_gss/auth_gss.c | 12 +++++++++---
 net/sunrpc/clnt.c              | 20 ++++++++++++--------
 net/sunrpc/xprt.c              |  3 ++-
 net/sunrpc/xprtrdma/verbs.c    | 10 ++++------
 net/sunrpc/xprtsock.c          | 22 ++++++++++++++++++++++
 7 files changed, 53 insertions(+), 25 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] Please pull NFS client bugfixes for 5.0-rc3
  2019-01-18 21:20 Schumaker, Anna
@ 2019-01-19 22:00 ` pr-tracker-bot
  0 siblings, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2019-01-19 22:00 UTC (permalink / raw)
  To: Schumaker, Anna; +Cc: torvalds, linux-kernel, linux-nfs

The pull request you sent on Fri, 18 Jan 2019 21:20:28 +0000:

> git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-5.0-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b0efca46b57071e4c281034f04d2b56edf79843d

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] Please pull NFS client bugfixes for 5.0-rc3
@ 2019-01-18 21:20 Schumaker, Anna
  2019-01-19 22:00 ` pr-tracker-bot
  0 siblings, 1 reply; 3+ messages in thread
From: Schumaker, Anna @ 2019-01-18 21:20 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, linux-nfs

Hi Linus,

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-5.0-2

for you to fetch changes up to deaa5c96c2f7e8b934088a1e70a0fe8797bd1149:

  SUNRPC: Address Kerberos performance/behavior regression (2019-01-15 15:36:41
-0500)

----------------------------------------------------------------
These are mostly fixes for SUNRPC bugs, with a single v4.2 copy_file_range() fix
mixed in.

Stable bugfixes:
- Fix TCP receive code on archs with flush_dcache_page()

Other bugfixes:
- Fix error code in rpcrdma_buffer_create()
- Fix a double free in rpcrdma_send_ctxs_create()
- Fix kernel BUG at kernel/cred.c:825
- Fix unnecessary retry in nfs42_proc_copy_file_range()
- Ensure rq_bytes_sent is reset before request transmission
- Ensure we respect the RPCSEC_GSS sequence number limit
- Address Kerberos performance/behavior regression

Thanks,
Anna
----------------------------------------------------------------

Chuck Lever (1):
      SUNRPC: Address Kerberos performance/behavior regression

Dan Carpenter (2):
      xprtrdma: Fix error code in rpcrdma_buffer_create()
      xprtrdma: Double free in rpcrdma_sendctxs_create()

Olga Kornievskaia (1):
      NFSv4.2 fix unnecessary retry in nfs4_copy_file_range

Santosh kumar pradhan (1):
      sunrpc: kernel BUG at kernel/cred.c:825!

Trond Myklebust (3):
      SUNRPC: Fix TCP receive code on archs with flush_dcache_page()
      SUNRPC: Ensure rq_bytes_sent is reset before request transmission
      SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limit

 fs/nfs/nfs4file.c              |  8 +-------
 net/sunrpc/auth.c              |  3 +++
 net/sunrpc/auth_gss/auth_gss.c | 12 +++++++++---
 net/sunrpc/clnt.c              | 20 ++++++++++++--------
 net/sunrpc/xprt.c              |  3 ++-
 net/sunrpc/xprtrdma/verbs.c    | 10 ++++------
 net/sunrpc/xprtsock.c          | 22 ++++++++++++++++++++++
 7 files changed, 53 insertions(+), 25 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-19 22:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-18 21:21 [GIT PULL] Please pull NFS client bugfixes for 5.0-rc3 Schumaker, Anna
  -- strict thread matches above, loose matches on Subject: below --
2019-01-18 21:20 Schumaker, Anna
2019-01-19 22:00 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).