mbox series

[GIT,PULL] Ceph fixes for 5.1-rc3

Message ID 20190329163213.17081-1-idryomov@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Ceph fixes for 5.1-rc3 | expand

Pull-request

https://github.com/ceph/ceph-client.git tags/ceph-for-5.1-rc3

Message

Ilya Dryomov March 29, 2019, 4:32 p.m. UTC
Hi Linus,

The following changes since commit 8c2ffd9174779014c3fe1f96d9dc3641d9175f00:

  Linux 5.1-rc2 (2019-03-24 14:02:26 -0700)

are available in the Git repository at:

  https://github.com/ceph/ceph-client.git tags/ceph-for-5.1-rc3

for you to fetch changes up to daf5cc27eed99afdea8d96e71b89ba41f5406ef6:

  ceph: fix use-after-free on symlink traversal (2019-03-27 19:00:37 +0100)

----------------------------------------------------------------
A patch to avoid choking on multipage bvecs in the messenger and
a small use-after-free fix.

----------------------------------------------------------------
Al Viro (1):
      ceph: fix use-after-free on symlink traversal

Ilya Dryomov (1):
      libceph: fix breakage caused by multipage bvecs

 fs/ceph/inode.c      | 2 +-
 net/ceph/messenger.c | 8 ++++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org March 29, 2019, 9:50 p.m. UTC | #1
The pull request you sent on Fri, 29 Mar 2019 17:32:13 +0100:

> https://github.com/ceph/ceph-client.git tags/ceph-for-5.1-rc3

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

Thank you!