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]
Date:   Fri, 13 Oct 2023 17:35:42 +0200
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.6-rc6

Hi Linus,

The following changes since commit 94f6f0550c625fab1f373bb86a6669b45e9748b3:

  Linux 6.6-rc5 (2023-10-08 13:49:43 -0700)

are available in the Git repository at:

  https://github.com/ceph/ceph-client.git tags/ceph-for-6.6-rc6

for you to fetch changes up to 07bb00ef00ace88dd6f695fadbba76565756e55c:

  ceph: fix type promotion bug on 32bit systems (2023-10-09 13:35:24 +0200)

----------------------------------------------------------------
Fixes for an overreaching WARN_ON, two error paths and a switch to
kernel_connect() which recently grown protection against someone using
BPF to rewrite the address.  All but one marked for stable.

----------------------------------------------------------------
Dan Carpenter (1):
      ceph: fix type promotion bug on 32bit systems

Jordan Rife (1):
      libceph: use kernel_connect()

Luis Henriques (1):
      ceph: remove unnecessary IS_ERR() check in ceph_fname_to_usr()

Xiubo Li (1):
      ceph: fix incorrect revoked caps assert in ceph_fill_file_size()

 fs/ceph/crypto.c     | 2 +-
 fs/ceph/file.c       | 2 +-
 fs/ceph/inode.c      | 4 +---
 net/ceph/messenger.c | 4 ++--
 4 files changed, 5 insertions(+), 7 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ