This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 23956900041d Merge tag 'v6.9-rc-smb3-server-fixes' of git://git.samba.o [...] new 92697139b013 lib/find_bit: Fix the code comments about find_next_bit_wrap new 27c82f14e6d2 lib/find: optimize find_*_bit_wrap new fd8ed16c2419 bitmap: Step down as a reviewer new 879e288692c8 Merge tag 'bitmap-for-6.9' of https://github.com/norov/linux new 7b6bab2359e3 exfat: add __exfat_get_dentry_set() helper new 01da3a5176c6 exfat: add exfat_get_empty_dentry_set() helper new cf8663fa9943 exfat: convert exfat_add_entry() to use dentry cache new ff4343da02e8 exfat: convert exfat_remove_entries() to use dentry cache new 4e1aa22fea10 exfat: move free cluster out of exfat_init_ext_entry() new d97e06067390 exfat: convert exfat_init_ext_entry() to use dentry cache new af02c72d0b62 exfat: convert exfat_find_empty_entry() to use dentry cache new 4d7145597689 exfat: remove unused functions new 96cf51acccb6 exfat: do not sync parent dir if just update timestamp new dc38fdc51ba6 exfat: remove duplicate update parent dir new 1b3e25137309 Merge tag 'exfat-for-6.9-rc1' of git://git.kernel.org/pub/ [...] new d565fffa6856 btrfs: do not skip re-registration for the mounted device new 7b65c810a119 Merge tag 'for-6.9-part2-tag' of git://git.kernel.org/pub/ [...] new 0e3f7d120086 hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs t [...] new 2b4b90e053a2 x86/hyperv: Use per cpu initial stack for vtl context new 410779d8d81f mshyperv: Introduce hv_get_hypervisor_version function new 2a07badb654a hv: vmbus: Convert to platform remove callback returning void new b967df629351 hyperv-tlfs: Rename some HV_REGISTER_* defines for consistency new eac03d81cdd9 x86/hyperv: Cosmetic changes for hv_spinlock.c new f2580a907e5c x86/hyperv: Use Hyper-V entropy to seed guest random numbe [...] new cfce216e1439 Merge tag 'hyperv-next-signed-20240320' of git://git.kerne [...] new d32b8d7e3d20 sh: dma-sysfs: Make dma_subsys const new ad4acb2ec205 sh: intc: Make intc_subsys const new 1e21acb7fbfb sh: hd64461: Make setup_hd64461() static new 26bbcd630f2f Merge tag 'sh-for-v6.9-tag1' of git://git.kernel.org/pub/s [...] new 173f6cd384ae coccinelle: device_attr_show: Remove useless expression STR new ebc9bee8814d Merge tag 'cocci-6.9-rc1' of git://git.kernel.org/pub/scm/ [...]
The 31 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: MAINTAINERS | 1 - arch/arm64/hyperv/hv_core.c | 14 +- arch/arm64/hyperv/mshyperv.c | 22 +- arch/arm64/include/asm/hyperv-tlfs.h | 45 ++-- arch/arm64/include/asm/mshyperv.h | 4 +- arch/sh/cchips/hd6446x/hd64461.c | 2 +- arch/sh/drivers/dma/dma-sysfs.c | 2 +- arch/x86/hyperv/hv_init.c | 8 +- arch/x86/hyperv/hv_spinlock.c | 3 +- arch/x86/hyperv/hv_vtl.c | 19 +- arch/x86/include/asm/hyperv-tlfs.h | 145 ++++++----- arch/x86/include/asm/mshyperv.h | 30 +-- arch/x86/kernel/cpu/mshyperv.c | 93 ++++--- drivers/clocksource/hyperv_timer.c | 26 +- drivers/hv/Kconfig | 1 + drivers/hv/hv.c | 36 ++- drivers/hv/hv_common.c | 99 +++++++- drivers/hv/vmbus_drv.c | 5 +- drivers/sh/intc/core.c | 2 +- drivers/sh/intc/internals.h | 2 +- fs/btrfs/volumes.c | 58 ++++- fs/exfat/dir.c | 290 +++++++++++---------- fs/exfat/exfat_fs.h | 25 +- fs/exfat/inode.c | 2 +- fs/exfat/namei.c | 352 ++++++++++---------------- include/asm-generic/hyperv-tlfs.h | 55 +++- include/asm-generic/mshyperv.h | 6 +- include/linux/find.h | 8 +- scripts/coccinelle/api/device_attr_show.cocci | 2 +- 29 files changed, 724 insertions(+), 633 deletions(-)