This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 86987d84b968 Merge tag 'v6.11-rc5-client-fixes' of git://git.samba.org/ [...] new 2d3447261031 btrfs: run delayed iputs when flushing delalloc new 33f58a0480bb btrfs: initialize last_extent_end to fix -Wmaybe-uninitial [...] new 10d9d8c3512f btrfs: fix a use-after-free when hitting errors inside btr [...] new ecb54277cb63 btrfs: fix uninitialized return value from btrfs_reclaim_sweep() new 2840526875c7 Merge tag 'for-6.11-rc5-tag' of git://git.kernel.org/pub/s [...] new f58bab6fd406 nfsd: ensure that nfsd4_fattr_args.context is zeroed out new a204501e1743 nfsd: prevent panic for nfsv4.0 closed files in nfs4_show_open new f25d1b5f1be1 MAINTAINERS: Update Olga Kornievskaia's email address new da05ba23d4c8 nfsd: hold reference to delegation when updating it for cb [...] new 1116e0e372eb nfsd: fix potential UAF in nfsd4_cb_getattr_release new 7e8ae8486e44 fs/nfsd: fix update of inode attrs in CB_GETATTR new a18093afa393 Merge tag 'nfsd-6.11-2' of git://git.kernel.org/pub/scm/li [...] new ba7b6633e9af platform/x86/amd/pmc: Fix SMU command submission path on n [...] new a24cd5cfd1d0 platform/x86/amd/pmc: Extend support for PMC features on n [...] new 9286dfd5735b platform/x86: asus-wmi: Fix spurious rfkill on UX8406MA new a3379eca24a7 platform/x86: x86-android-tablets: Make Lenovo Yoga Tab 3 [...] new f9a59dd09749 Merge tag 'platform-drivers-x86-v6.11-5' of git://git.kern [...] new 58aec91efb93 LoongArch: Remove the unused dma-direct.h new 274ea3563e5a LoongArch: Define ARCH_IRQ_INIT_FLAGS as IRQ_NOPROBE new 80376323e2b6 LoongArch: Add ifdefs to fix LSX and LASX related warnings new 4956e07f05e2 LoongArch: KVM: Invalidate guest steal time address on vCPU reset new 928f79a188aa Merge tag 'loongarch-fixes-6.11-2' of git://git.kernel.org [...]
The 22 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 | 2 +- arch/loongarch/include/asm/dma-direct.h | 11 ------ arch/loongarch/include/asm/hw_irq.h | 2 + arch/loongarch/include/asm/kvm_vcpu.h | 1 - arch/loongarch/kernel/fpu.S | 4 ++ arch/loongarch/kernel/irq.c | 3 -- arch/loongarch/kvm/switch.S | 4 ++ arch/loongarch/kvm/timer.c | 7 ---- arch/loongarch/kvm/vcpu.c | 2 +- drivers/platform/x86/amd/pmc/pmc.c | 3 ++ drivers/platform/x86/asus-nb-wmi.c | 20 +++++++++- drivers/platform/x86/asus-wmi.h | 1 + drivers/platform/x86/x86-android-tablets/dmi.c | 1 - fs/attr.c | 14 +++++-- fs/btrfs/bio.c | 26 +++++++++---- fs/btrfs/fiemap.c | 2 +- fs/btrfs/qgroup.c | 2 + fs/btrfs/space-info.c | 17 +++------ fs/btrfs/space-info.h | 2 +- fs/nfsd/nfs4state.c | 51 +++++++++++++++++--------- fs/nfsd/nfs4xdr.c | 6 ++- fs/nfsd/state.h | 2 +- include/linux/fs.h | 1 + 23 files changed, 112 insertions(+), 72 deletions(-) delete mode 100644 arch/loongarch/include/asm/dma-direct.h