This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4a298a43f5e3 Merge tag 'smp-urgent-2025-12-12' of git://git.kernel.org/ [...] new a9ea3a2e081d tomoyo: Use local kmap in tomoyo_dump_page() new 4cfc21494ac6 Merge tag 'tomoyo-pr-20251212' of git://git.code.sf.net/p/ [...] new d6c2f41eb99c libceph: fix log output race condition in OSD client new d927a595ab2f ceph: add trace points to the MDS client new 87327d4eaaea ceph: Amend checking to fix `make W=1` build breakage new 04d8712b0793 libceph: Amend checking to fix `make W=1` build breakage new 8c738512714e libceph: make decode_pool() more resilient against corrupt [...] new 3680fc138e31 ceph: stop selecting CRC32, CRYPTO, and CRYPTO_AES new 21c1466ea251 rbd: stop selecting CRC32, CRYPTO, and CRYPTO_AES new 0dfb36b2dcb6 Merge tag 'ceph-for-6.19-rc1' of https://github.com/ceph/c [...]
The 10 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/block/Kconfig | 3 - fs/ceph/Kconfig | 3 - fs/ceph/caps.c | 4 + fs/ceph/mds_client.c | 20 +++- fs/ceph/snap.c | 2 +- fs/ceph/super.c | 3 + include/trace/events/ceph.h | 234 ++++++++++++++++++++++++++++++++++++++++++++ net/ceph/osd_client.c | 6 +- net/ceph/osdmap.c | 120 ++++++++++------------- security/tomoyo/domain.c | 9 +- 10 files changed, 318 insertions(+), 86 deletions(-) create mode 100644 include/trace/events/ceph.h