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 be527e15d353 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...] omits ca150b0f80b1 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] new 5bebe8de1926 mm/huge_memory: Fix initialization of huge zero folio new 0f559cd91e37 KVM: arm64: Finalize ID registers only once per VM new 85592114ffda KVM: arm64: VHE: Compute fgt traps before activating them new b82ebaf29864 Merge tag 'kvmarm-fixes-6.18-3' of git://git.kernel.org/pu [...] new 3fa05f96fc08 KVM: SVM: Fix redundant updates of LBR MSR intercepts new 8b690556d8fe Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new ef1492f044e5 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] new 91f48f471c97 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
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 (be527e15d353) \ N -- N -- N refs/heads/fs-current (91f48f471c97)
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/arm64/include/asm/page.h | 4 ++-- arch/arm64/kvm/arm.c | 2 +- arch/arm64/kvm/sys_regs.c | 6 +++++- arch/arm64/mm/fault.c | 21 +++++++++++---------- arch/x86/kvm/svm/svm.c | 9 ++++++++- arch/x86/kvm/svm/svm.h | 1 + include/linux/highmem.h | 6 ++++-- mm/page_alloc.c | 9 ++------- 8 files changed, 34 insertions(+), 24 deletions(-)