This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d8ba32c5a460 Merge tag 'block-6.19-20251218' of git://git.kernel.org/pu [...] new 7a089c5d35aa iommupt: Return ERR_PTR from _table_alloc() new c2e8dc1222c2 amd/iommu: Preserve domain ids inside the kdump kernel new c7fe9384c85d amd/iommu: Make protection domain ID functions non-static new e4a3d52ab971 Merge tag 'iommu-fixes-v6.19-rc1' of git://git.kernel.org/ [...] new 53ca00a19d34 mm/slub: reset KASAN tag in defer_free() before accessing [...] new 44f9a00a44a0 Merge tag 'slab-for-6.19-rc2' of git://git.kernel.org/pub/ [...] new e5aff444e3a7 x86/xen: Fix sparse warning in enlighten_pv.c new 255a918a943b Merge tag 'for-linus-6.19-rc2-tag' of git://git.kernel.org [...] new 1b9439c933b5 KVM: selftests: Add missing "break" in rseq_test's param parsing new e2b43fb25243 KVM: x86: Apply runtime updates to current CPUID during KV [...] new 824d227324dc KVM: selftests: Add a CPUID testcase for KVM_SET_CPUID2 wi [...] new 9935df5333aa KVM: Disallow toggling KVM_MEM_GUEST_MEMFD on an existing memslot new af62fe2494da KVM: Harden and prepare for modifying existing guest_memfd [...] new da01f64e7470 KVM: nSVM: Clear exit_code_hi in VMCB when synthesizing ne [...] new f402ecd7a8b6 KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EX [...] new b2849bec936b KVM: VMX: Update SVI during runtime APICv activation new 297631388309 KVM: nVMX: Immediately refresh APICv controls as needed on [...] new 0499add8efd7 Merge tag 'kvm-x86-fixes-6.19-rc1' of https://github.com/k [...] new 072c0b4f0f95 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new b7737c38e7cb arm64: mm: Simplify check in arch_kfence_init_pool() new eb972eab0794 lkdtm/bugs: Add cases for BUG and PANIC occurring in hardi [...] new 63de2b3859ba arm64/efi: Remove unneeded SVE/SME fallback preserve/store [...] new 98a97bf41528 arm64/gcs: Flush the GCS locking state on exec new f4ea8e05f2a8 lkdtm/bugs: Do not confuse the clang/objtool with busy wait loop new 18dfd1cbf6a6 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new bd94fbe8b55f MIPS: Alchemy: Remove bogus static/inline specifiers new 680ad315caaa MIPS: Fix a reference leak bug in ip22_check_gio() new a688362b19c4 Merge tag 'mips-fixes_6.19_1' of git://git.kernel.org/pub/ [...]
The 28 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/kernel/fpsimd.c | 130 +++++---------------------- arch/arm64/kernel/process.c | 1 + arch/arm64/mm/mmu.c | 33 ++++--- arch/mips/alchemy/common/setup.c | 3 +- arch/mips/sgi-ip22/ip22-gio.c | 3 +- arch/x86/kvm/cpuid.c | 11 ++- arch/x86/kvm/svm/nested.c | 4 +- arch/x86/kvm/svm/svm.c | 2 + arch/x86/kvm/svm/svm.h | 7 +- arch/x86/kvm/vmx/nested.c | 3 +- arch/x86/kvm/vmx/vmx.c | 9 -- arch/x86/kvm/x86.c | 7 ++ arch/x86/xen/enlighten_pv.c | 2 +- drivers/iommu/amd/amd_iommu.h | 5 ++ drivers/iommu/amd/init.c | 24 ++++- drivers/iommu/amd/iommu.c | 27 ++++-- drivers/iommu/generic_pt/iommu_pt.h | 3 + drivers/misc/lkdtm/bugs.c | 53 +++++++++++ mm/slub.c | 2 + tools/testing/selftests/kvm/rseq_test.c | 1 + tools/testing/selftests/kvm/x86/cpuid_test.c | 15 ++++ tools/testing/selftests/lkdtm/tests.txt | 2 + virt/kvm/kvm_main.c | 17 +++- 23 files changed, 203 insertions(+), 161 deletions(-)