lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260206154605.1369203-1-idryomov@gmail.com>
Date: Fri,  6 Feb 2026 16:45:32 +0100
From: Ilya Dryomov <idryomov@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: ceph-devel@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [GIT PULL] Ceph fixes for 6.19-rc9

Hi Linus,

The following changes since commit 18f7fcd5e69a04df57b563360b88be72471d6b62:

  Linux 6.19-rc8 (2026-02-01 14:01:13 -0800)

are available in the Git repository at:

  https://github.com/ceph/ceph-client.git tags/ceph-for-6.19-rc9

for you to fetch changes up to 7987cce375ac8ce98e170a77aa2399f2cf6eb99f:

  ceph: fix NULL pointer dereference in ceph_mds_auth_match() (2026-02-04 22:00:42 +0100)

----------------------------------------------------------------
One RBD and two CephFS fixes which address potential oopses.  The RBD
thing is more of a rare edge case that pops up in our CI, while the two
CephFS scenarios are regressions that were reported by users and can be
triggered trivially in normal operation.  All marked for stable.

----------------------------------------------------------------
Daniel Vogelbacher (1):
      ceph: fix oops due to invalid pointer for kfree() in parse_longname()

Ilya Dryomov (1):
      rbd: check for EOD after exclusive lock is ensured to be held

Viacheslav Dubeyko (1):
      ceph: fix NULL pointer dereference in ceph_mds_auth_match()

 drivers/block/rbd.c          | 33 +++++++++++++++++++++------------
 fs/ceph/crypto.c             |  9 +++++----
 fs/ceph/mds_client.c         |  5 +++--
 fs/ceph/mdsmap.c             | 26 +++++++++++++++++++-------
 fs/ceph/mdsmap.h             |  1 +
 fs/ceph/super.h              | 16 ++++++++++++++--
 include/linux/ceph/ceph_fs.h |  6 ++++++
 7 files changed, 69 insertions(+), 27 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ