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(-)