Sage Weil
2014-09-11 21:24:53 UTC
Hi Linus,
Please pull the following Ceph fixes from
git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git for-linus
The main thing here is a set of three patches that fix a buffer overrun
for large authentication tickets (sigh). There is also a trivial warning
fix and an error path fix that are both regressions.
Thanks!
sage
----------------------------------------------------------------
Ilya Dryomov (3):
rbd: avoid format-security warning inside alloc_workqueue()
libceph: add process_one_ticket() helper
libceph: do not hard code max auth ticket len
Sage Weil (1):
libceph: gracefully handle large reply messages from the mon
Wei Yongjun (1):
rbd: fix error return code in rbd_dev_device_setup()
drivers/block/rbd.c | 6 +-
net/ceph/auth_x.c | 256 ++++++++++++++++++++++++++------------------------
net/ceph/mon_client.c | 8 ++
3 files changed, 147 insertions(+), 123 deletions(-)
Please pull the following Ceph fixes from
git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git for-linus
The main thing here is a set of three patches that fix a buffer overrun
for large authentication tickets (sigh). There is also a trivial warning
fix and an error path fix that are both regressions.
Thanks!
sage
----------------------------------------------------------------
Ilya Dryomov (3):
rbd: avoid format-security warning inside alloc_workqueue()
libceph: add process_one_ticket() helper
libceph: do not hard code max auth ticket len
Sage Weil (1):
libceph: gracefully handle large reply messages from the mon
Wei Yongjun (1):
rbd: fix error return code in rbd_dev_device_setup()
drivers/block/rbd.c | 6 +-
net/ceph/auth_x.c | 256 ++++++++++++++++++++++++++------------------------
net/ceph/mon_client.c | 8 ++
3 files changed, 147 insertions(+), 123 deletions(-)