mbox series

[GIT,PULL] Ceph fixes for 5.0-rc4

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

Pull-request

https://github.com/ceph/ceph-client.git tags/ceph-for-5.0-rc4

Message

Ilya Dryomov Jan. 24, 2019, 3:49 p.m. UTC
Hi Linus,

The following changes since commit 49a57857aeea06ca831043acbb0fa5e0f50602fd:

  Linux 5.0-rc3 (2019-01-21 13:14:44 +1300)

are available in the Git repository at:

  https://github.com/ceph/ceph-client.git tags/ceph-for-5.0-rc4

for you to fetch changes up to 74827ee29565f86e2a64495a5e3e58d3371d74ee:

  ceph: quota: cleanup license mess (2019-01-21 14:53:23 +0100)

----------------------------------------------------------------
A fix for a potential use-after-free, a patch to close a (mostly benign)
race in the messenger and a licence clarification for quota.c.

----------------------------------------------------------------
Ilya Dryomov (1):
      libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()

Thomas Gleixner (1):
      ceph: quota: cleanup license mess

Yan, Zheng (1):
      ceph: clear inode pointer when snap realm gets dropped by its inode

 fs/ceph/caps.c       |  2 ++
 fs/ceph/quota.c      | 13 -------------
 net/ceph/messenger.c |  5 +++--
 3 files changed, 5 insertions(+), 15 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 24, 2019, 5:10 p.m. UTC | #1
The pull request you sent on Thu, 24 Jan 2019 16:49:58 +0100:

> https://github.com/ceph/ceph-client.git tags/ceph-for-5.0-rc4

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

Thank you!