mbox series

[GIT,PULL] Ceph fixes for 6.3-rc1

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

Pull-request

https://github.com/ceph/ceph-client.git tags/ceph-for-6.3-rc1

Message

Ilya Dryomov March 2, 2023, 4:59 p.m. UTC
Hi Linus,

The following changes since commit c9c3395d5e3dcc6daee66c6908354d47bf98cb0c:

  Linux 6.2 (2023-02-19 14:24:22 -0800)

are available in the Git repository at:

  https://github.com/ceph/ceph-client.git tags/ceph-for-6.3-rc1

for you to fetch changes up to f7c4d9b133c7a04ca619355574e96b6abf209fba:

  rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() fails (2023-02-26 20:03:14 +0100)

----------------------------------------------------------------
Two small fixes from Xiubo and myself, marked for stable.

----------------------------------------------------------------
Ilya Dryomov (1):
      rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() fails

Xiubo Li (1):
      ceph: update the time stamps and try to drop the suid/sgid

 drivers/block/rbd.c | 20 +++++++++-----------
 fs/ceph/file.c      |  8 ++++++++
 2 files changed, 17 insertions(+), 11 deletions(-)

Comments

pr-tracker-bot@kernel.org March 2, 2023, 7:39 p.m. UTC | #1
The pull request you sent on Thu,  2 Mar 2023 17:59:43 +0100:

> https://github.com/ceph/ceph-client.git tags/ceph-for-6.3-rc1

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

Thank you!