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 41d38f767d34 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] omits adcdb3378ef1 Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...] omits c84caf23a9cc Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...] adds 3a2bcc127e6b mshv: Use PMD_ORDER instead of HPAGE_PMD_ORDER when proces [...] adds beb15a6036fe mshv: Initialize local variables early upon region invalidation adds 92c172ae16a2 mshv: hide x86-specific functions on arm64 adds 52f758edc9f9 hyperv: Avoid -Wflex-array-member-not-at-end warning adds 173d6f64f955 mshv: release mutex on region invalidation failure new afd12f914c8f Merge tag 'hyperv-fixes-signed-20260112' of git://git.kern [...] adds 95cc9e7cf03d x86/kvm: Avoid freeing stack-allocated node in kvm_async_p [...] adds b45f72177594 x86/fpu: Clear XSTATE_BV[i] in guest XSAVE state whenever [...] adds a1025dcd377e selftests: kvm: replace numbered sync points with actions adds 0383a8edef39 selftests: kvm: try getting XFD and XSAVE state out of sync adds 3611ca7c12b7 selftests: kvm: Verify TILELOADD actually #NM faults when [...] new 0bb933a9fcde Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] adds 469d71512d13 Revert "gfs2: Fix use of bio_chain" new b54345928fa1 Merge tag 'gfs2-for-6.19-rc6' of git://git.kernel.org/pub/ [...] new 40b4bed92c67 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...] new dd7961fc7d6f Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...] new 15fe03e7cb30 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...]
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 (41d38f767d34) \ N -- N -- N refs/heads/fs-current (15fe03e7cb30)
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 6 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/x86/kernel/fpu/core.c | 32 ++++++- arch/x86/kernel/kvm.c | 19 +++- arch/x86/kvm/x86.c | 9 ++ drivers/hv/mshv_common.c | 2 + drivers/hv/mshv_regions.c | 20 ++-- fs/gfs2/lops.c | 2 +- include/hyperv/hvgdk_mini.h | 7 +- tools/testing/selftests/kvm/x86/amx_test.c | 144 +++++++++++++++++------------ 8 files changed, 158 insertions(+), 77 deletions(-)