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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to