This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fs-current in repository linux-next.
omits 6b444358f61d Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...] omits 2228962daedb Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits b43baa04e96c Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] adds 08d08e2e9f0a tpm: ibmvtpm: Call tpm2_sessions_init() to initialize sess [...] new 46d22bfdf0bc Merge tag 'tpmdd-next-6.11-rc6' of git://git.kernel.org/pu [...] adds c724b2ab6a46 smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req() adds b608e2c31878 smb/client: remove unused rq_iter_size from struct smb_rqst adds 017d17017436 smb/client: fix rdma usage in smb2_async_writev() adds 416871f4fb84 cifs: Fix FALLOC_FL_PUNCH_HOLE support new 86987d84b968 Merge tag 'v6.11-rc5-client-fixes' of git://git.samba.org/ [...] new 2840526875c7 Merge tag 'for-6.11-rc5-tag' of git://git.kernel.org/pub/s [...] new a18093afa393 Merge tag 'nfsd-6.11-2' of git://git.kernel.org/pub/scm/li [...] adds ba7b6633e9af platform/x86/amd/pmc: Fix SMU command submission path on n [...] adds a24cd5cfd1d0 platform/x86/amd/pmc: Extend support for PMC features on n [...] adds 9286dfd5735b platform/x86: asus-wmi: Fix spurious rfkill on UX8406MA adds 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 [...] adds 58aec91efb93 LoongArch: Remove the unused dma-direct.h adds 274ea3563e5a LoongArch: Define ARCH_IRQ_INIT_FLAGS as IRQ_NOPROBE adds 80376323e2b6 LoongArch: Add ifdefs to fix LSX and LASX related warnings adds 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 [...] new cf96535f5397 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 6af5dfc5dfa3 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (6b444358f61d) \ N -- N -- N refs/heads/fs-current (6af5dfc5dfa3)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 8 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: 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/char/tpm/tpm_ibmvtpm.c | 4 +++ 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/smb/client/cifsglob.h | 1 - fs/smb/client/cifssmb.c | 1 - fs/smb/client/smb2ops.c | 24 ++++++++++++-- fs/smb/client/smb2pdu.c | 44 ++++++++++++-------------- 17 files changed, 81 insertions(+), 52 deletions(-) delete mode 100644 arch/loongarch/include/asm/dma-direct.h