mbox series

[GIT,PULL] Please pull NFS client bugfixes for 5.0-rc5

Message ID c00eb546108828e6f73a2aeca5efd041f66593a1.camel@netapp.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Please pull NFS client bugfixes for 5.0-rc5 | expand

Pull-request

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

Message

Schumaker, Anna Jan. 31, 2019, 6:12 p.m. UTC
Hi Linus,

The following changes since commit deaa5c96c2f7e8b934088a1e70a0fe8797bd1149:

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

are available in the Git repository at:

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

for you to fetch changes up to 8fc75bed96bb94e23ca51bd9be4daf65c57697bf:

  NFS: Fix up return value on fatal errors in nfs_page_async_flush() (2019-01-29 
16:33:24 -0500)

----------------------------------------------------------------
This pull request addresses two bugs, one in the error code handling of
nfs_page_async_flush() and one to fix a potential NULL pointer dereference
in nfs_parse_devname().

Thanks,
Anna

----------------------------------------------------------------
Trond Myklebust (1):
      NFS: Fix up return value on fatal errors in nfs_page_async_flush()

Yao Liu (1):
      nfs: Fix NULL pointer dereference of dev_name

 fs/nfs/super.c | 5 +++++
 fs/nfs/write.c | 9 +++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 31, 2019, 7:30 p.m. UTC | #1
The pull request you sent on Thu, 31 Jan 2019 18:12:24 +0000:

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

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

Thank you!