<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in pmu_counters_test.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>06bc7ff0a1e0f2b0102e1314e3527a7ec0997851 - Merge tag &apos;asoc-fix-v7.1-rc2&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c#06bc7ff0a1e0f2b0102e1314e3527a7ec0997851</link>
        <description>Merge tag &apos;asoc-fix-v7.1-rc2&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v7.1Another batch of fixes, plus a couple of quirks (mostly AMD ones, as hasbeen the case recently).  All driver changes, including fixes for theKUnit tests for the Cirrus drivers that could cause memory corruption.

            List of files:
            /linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c</description>
        <pubDate>Wed, 06 May 2026 16:10:00 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>57b8e2d666a31fa201432d58f5fe3469a0dd83ba - Merge tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/virt/kvm/kvm</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c#57b8e2d666a31fa201432d58f5fe3469a0dd83ba</link>
        <description>Merge tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/virt/kvm/kvmPull kvm updates from Paolo Bonzini: &quot;On top of a lot of Arm fixes, this includes a massive rename of types  and variables in tools/testing/selftests/kvm - these were  unnecessarily different from what the kernel uses, so they&apos;re being  made consistent.  arm64:   - Allow tracing for non-pKVM, which was accidentally disabled when     the series was merged   - Rationalise the way the pKVM hypercall ranges are defined by using     the same mechanism as already used for the vcpu_sysreg enum   - Enforce that SMCCC function numbers relayed by the pKVM proxy are     actually compliant with the specification   - Fix a couple of feature to idreg mappings which resulted in the     wrong sanitisation being applied   - Fix the GICD_IIDR revision number field that could never been     written correctly by userspace   - Make kvm_vcpu_initialized() correctly use its parameter instead of     relying on the surrounding context   - Enforce correct ordering in __pkvm_init_vcpu(), plugging a     potential pin leak at the same time   - Move __pkvm_init_finalise() to a less dangerous spot, avoiding     future problems   - Restore functional userspace irqchip support after a four year     breakage (last functional kernel was 5.18...)   - Spelling fixes  Selftests:   - Rename types across all KVM selftests to more closely align with     types used in the kernel:        vm_vaddr_t -&gt; gva_t        vm_paddr_t -&gt; gpa_t        uint64_t -&gt; u64        uint32_t -&gt; u32        uint16_t -&gt; u16        uint8_t  -&gt; u8        int64_t -&gt; s64        int32_t -&gt; s32        int16_t -&gt; s16        int8_t  -&gt; s8   - Fix Loongarch compilation&quot;* tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/virt/kvm/kvm: (31 commits)  KVM: selftests: Add check_steal_time_uapi() implementation for LoongArch  KVM: arm64: Wake-up from WFI when iqrchip is in userspace  KVM: arm64: Fix initialisation order in __pkvm_init_finalise()  KVM: arm64: Fix pin leak and publication ordering in __pkvm_init_vcpu()  KVM: arm64: Fix kvm_vcpu_initialized() macro parameter  KVM: arm64: Fix FEAT_SPE_FnE to use PMSIDR_EL1.FnE, not PMSVer  KVM: arm64: Fix typo in feature check comments  KVM: arm64: Fix FEAT_Debugv8p9 to check DebugVer, not PMUVer  KVM: arm64: Reject non compliant SMCCC function calls in pKVM  KVM: arm64: vgic: Fix IIDR revision field extracted from wrong value  KVM: selftests: Replace &quot;paddr&quot; with &quot;gpa&quot; throughout  KVM: selftests: Replace &quot;u64 nested_paddr&quot; with &quot;gpa_t l2_gpa&quot;  KVM: selftests: Replace &quot;u64 gpa&quot; with &quot;gpa_t&quot; throughout  KVM: selftests: Replace &quot;vaddr&quot; with &quot;gva&quot; throughout  KVM: selftests: Clarify that arm64&apos;s inject_uer() takes a host PA, not a guest PA  KVM: selftests: Rename translate_to_host_paddr() =&gt; translate_hva_to_hpa()  KVM: selftests: Rename vm_vaddr_populate_bitmap() =&gt; vm_populate_gva_bitmap()  KVM: selftests: Rename vm_vaddr_unused_gap() =&gt; vm_unused_gva_gap()  KVM: selftests: Drop &quot;vaddr_&quot; from APIs that allocate memory for a given VM  KVM: selftests: Use u8 instead of uint8_t  ...

            List of files:
            /linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c</description>
        <pubDate>Wed, 29 Apr 2026 15:56:50 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>39f1c201b93f4ff71631bac72cff6eb155f976a4 - Merge tag &apos;kvm-x86-selftests_kernel_types-7.1&apos; of https://github.com/kvm-x86/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c#39f1c201b93f4ff71631bac72cff6eb155f976a4</link>
        <description>Merge tag &apos;kvm-x86-selftests_kernel_types-7.1&apos; of https://github.com/kvm-x86/linux into HEADKVM selftests type renames for 7.1Renames types across all KVM selftests to more closely align with types usedin the kernel:  vm_vaddr_t -&gt; gva_t  vm_paddr_t -&gt; gpa_t  uint64_t -&gt; u64  uint32_t -&gt; u32  uint16_t -&gt; u16  uint8_t  -&gt; u8  int64_t -&gt; s64  int32_t -&gt; s32  int16_t -&gt; s16  int8_t  -&gt; s8Using the kernel&apos;s preferred types eliminates a source of friction for manycontributors, as the majority of KVM selftests contributions come from kerneldevelopers.  The kernel names are also shorter, which allows for more concisecode, and in any many cases eliminates newlines thanks to shorter types andparameter names.Rename variables and parameters as well as types, e.g. gpa instead of paddr,to again align with the kernel, and in a few cases to remove ambiguity, e.g.where paddr is used to refer to a _host_ physical address.

            List of files:
            /linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c</description>
        <pubDate>Mon, 27 Apr 2026 10:24:41 +0200</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>6ec982b5a2c7c9f0f956fd955416ac11f52bf50a - KVM: selftests: Use u8 instead of uint8_t</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c#6ec982b5a2c7c9f0f956fd955416ac11f52bf50a</link>
        <description>KVM: selftests: Use u8 instead of uint8_tUse u8 instead of uint8_t to make the KVM selftests code more conciseand more similar to the kernel (since selftests are primarily developedby kernel developers).This commit was generated with the following command:  git ls-files tools/testing/selftests/kvm | xargs sed -i &apos;s/uint8_t/u8/g&apos;Then by manually adjusting whitespace to make checkpatch.pl happy.No functional change intended.Signed-off-by: David Matlack &lt;dmatlack@google.com&gt;Link: https://patch.msgid.link/20260420212004.3938325-11-seanjc@google.comSigned-off-by: Sean Christopherson &lt;seanjc@google.com&gt;

            List of files:
            /linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c</description>
        <pubDate>Mon, 20 Apr 2026 23:19:55 +0200</pubDate>
        <dc:creator>David Matlack &lt;dmatlack@google.com&gt;</dc:creator>
    </item>
<item>
        <title>0c3a8774692aaf211b6916aaa9ecc5ca1a72c451 - KVM: selftests: Use u32 instead of uint32_t</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c#0c3a8774692aaf211b6916aaa9ecc5ca1a72c451</link>
        <description>KVM: selftests: Use u32 instead of uint32_tUse u32 instead of uint32_t to make the KVM selftests code more conciseand more similar to the kernel (since selftests are primarily developedby kernel developers).This commit was generated with the following command:  git ls-files tools/testing/selftests/kvm | xargs sed -i &apos;s/uint32_t/u32/g&apos;Then by manually adjusting whitespace to make checkpatch.pl happy.No functional change intended.Signed-off-by: David Matlack &lt;dmatlack@google.com&gt;Link: https://patch.msgid.link/20260420212004.3938325-7-seanjc@google.comSigned-off-by: Sean Christopherson &lt;seanjc@google.com&gt;

            List of files:
            /linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c</description>
        <pubDate>Mon, 20 Apr 2026 23:19:51 +0200</pubDate>
        <dc:creator>David Matlack &lt;dmatlack@google.com&gt;</dc:creator>
    </item>
<item>
        <title>26f8453288d4c1fb8c96802eae15ddc988f5e068 - KVM: selftests: Use u64 instead of uint64_t</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c#26f8453288d4c1fb8c96802eae15ddc988f5e068</link>
        <description>KVM: selftests: Use u64 instead of uint64_tUse u64 instead of uint64_t to make the KVM selftests code more conciseand more similar to the kernel (since selftests are primarily developedby kernel developers).This commit was generated with the following command:  git ls-files tools/testing/selftests/kvm | xargs sed -i &apos;s/uint64_t/u64/g&apos;Then by manually adjusting whitespace to make checkpatch.pl happy.Include &lt;linux/types.h&gt; in include/kvm_util_types.h, iinclude/test_util.h,and include/x86/pmu.h to pick up the tools-defined u64.  Arguably, allheaders (especially kvm_util_types.h) should have already been includingstdint.h to get uint64_t from the libc headers, but the missing dependencyonly rears its head once KVM uses u64 instead of uint64_t.No functional change intended.Signed-off-by: David Matlack &lt;dmatlack@google.com&gt;[sean: rename pread_uint64() =&gt; pread_u64, expand on types.h include]Link: https://patch.msgid.link/20260420212004.3938325-5-seanjc@google.comSigned-off-by: Sean Christopherson &lt;seanjc@google.com&gt;

            List of files:
            /linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c</description>
        <pubDate>Mon, 20 Apr 2026 23:19:49 +0200</pubDate>
        <dc:creator>David Matlack &lt;dmatlack@google.com&gt;</dc:creator>
    </item>
<item>
        <title>a4a508df2aa34f8650afde54ea804321c618f45f - Merge tag &apos;v6.18&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c#a4a508df2aa34f8650afde54ea804321c618f45f</link>
        <description>Merge tag &apos;v6.18&apos; into nextSync up with the mainline to bring in the latest APIs.

            List of files:
            /linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c</description>
        <pubDate>Sat, 13 Dec 2025 10:18:20 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7362b5b493102c6b71827c2da22117b475528f6d - Merge branch &apos;for-6.19/nintendo&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c#7362b5b493102c6b71827c2da22117b475528f6d</link>
        <description>Merge branch &apos;for-6.19/nintendo&apos; into for-linus- switch to WQ_PERCPU workaueues (Marco Crivellari)- reduce potential initialization blocking time of hid-nintendo (Willy Huang)

            List of files:
            /linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c</description>
        <pubDate>Tue, 02 Dec 2025 14:46:11 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>cb9f145f638d7afa633632a9290d6ad06caeb8ee - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclark</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c#cb9f145f638d7afa633632a9290d6ad06caeb8ee</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclarkBack-merge drm-next to get caught up.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c</description>
        <pubDate>Sat, 01 Nov 2025 13:47:30 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>82ee50252dc891e3f3b32d923bb4f656d300b772 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c#82ee50252dc891e3f3b32d923bb4f656d300b772</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.18-rc1.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c</description>
        <pubDate>Tue, 14 Oct 2025 11:31:49 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2acee98fcc61052d63fab4539fcb6ee677555645 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c#2acee98fcc61052d63fab4539fcb6ee677555645</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.18-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c</description>
        <pubDate>Tue, 14 Oct 2025 09:37:11 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9b966ae42235a88eaea714be09ff3d698535bdfe - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c#9b966ae42235a88eaea714be09ff3d698535bdfe</link>
        <description>Merge drm/drm-next into drm-misc-nextUpdating drm-misc-next to the state of v6.18-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c</description>
        <pubDate>Mon, 13 Oct 2025 09:19:19 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>39e9d5f63075f4d54e3b59b8238478c32af92755 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 6.18-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c#39e9d5f63075f4d54e3b59b8238478c32af92755</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 6.18-rc1Cross-merge BPF and other fixes after downstream PR.No conflicts.Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c</description>
        <pubDate>Sun, 12 Oct 2025 03:27:47 +0200</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>2ace52718376fdb56aca863da2eebe70d7e2ddb1 - Merge branch &apos;objtool/core&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c#2ace52718376fdb56aca863da2eebe70d7e2ddb1</link>
        <description>Merge branch &apos;objtool/core&apos;Bring in the UDB and objtool data annotations to avoid conflicts while further extending the bug exceptions.Signed-off-by: Peter Zijlstra &lt;peterz@infradead.org&gt;

            List of files:
            /linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c</description>
        <pubDate>Fri, 21 Nov 2025 11:21:20 +0100</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>f39b6c468c52745dbca9a842d91c8373fda208ab - Merge tag &apos;v6.18-rc6&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c#f39b6c468c52745dbca9a842d91c8373fda208ab</link>
        <description>Merge tag &apos;v6.18-rc6&apos; into for-linusSync up with the mainline to bring in definition ofINPUT_PROP_HAPTIC_TOUCHPAD.

            List of files:
            /linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c</description>
        <pubDate>Tue, 18 Nov 2025 08:16:55 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4f38da1f027ea2c9f01bb71daa7a299c191b6940 - spi: Merge up v6.18-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c#4f38da1f027ea2c9f01bb71daa7a299c191b6940</link>
        <description>spi: Merge up v6.18-rc1Ensure my CI has a sensible baseline.

            List of files:
            /linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c</description>
        <pubDate>Mon, 13 Oct 2025 14:32:13 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ec2e0fb07d789976c601bec19ecced7a501c3705 - Merge tag &apos;asoc-fix-v6.18-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c#ec2e0fb07d789976c601bec19ecced7a501c3705</link>
        <description>Merge tag &apos;asoc-fix-v6.18-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.18A moderately large collection of driver specific fixes, plus a few newquirks and device IDs.  The NAU8821 changes are a little large but morein mechanical ways than in ways that are complex.

            List of files:
            /linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c</description>
        <pubDate>Thu, 16 Oct 2025 20:14:24 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>48a710760e10a4f36e11233a21860796ba204b1e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c#48a710760e10a4f36e11233a21860796ba204b1e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesUpdating drm-misc-fixes to the state of v6.18-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c</description>
        <pubDate>Tue, 14 Oct 2025 10:59:58 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>256e3417065b2721f77bcd37331796b59483ef3b - Merge tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/virt/kvm/kvm</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c#256e3417065b2721f77bcd37331796b59483ef3b</link>
        <description>Merge tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/virt/kvm/kvmPull x86 kvm updates from Paolo Bonzini: &quot;Generic:   - Rework almost all of KVM&apos;s exports to expose symbols only to KVM&apos;s     x86 vendor modules (kvm-{amd,intel}.ko and PPC&apos;s kvm-{pr,hv}.ko  x86:   - Rework almost all of KVM x86&apos;s exports to expose symbols only to     KVM&apos;s vendor modules, i.e. to kvm-{amd,intel}.ko   - Add support for virtualizing Control-flow Enforcement Technology     (CET) on Intel (Shadow Stacks and Indirect Branch Tracking) and AMD     (Shadow Stacks).     It is worth noting that while SHSTK and IBT can be enabled     separately in CPUID, it is not really possible to virtualize them     separately. Therefore, Intel processors will really allow both     SHSTK and IBT under the hood if either is made visible in the     guest&apos;s CPUID. The alternative would be to intercept     XSAVES/XRSTORS, which is not feasible for performance reasons   - Fix a variety of fuzzing WARNs all caused by checking L1 intercepts     when completing userspace I/O. KVM has already committed to     allowing L2 to to perform I/O at that point   - Emulate PERF_CNTR_GLOBAL_STATUS_SET for PerfMonV2 guests, as the     MSR is supposed to exist for v2 PMUs   - Allow Centaur CPU leaves (base 0xC000_0000) for Zhaoxin CPUs   - Add support for the immediate forms of RDMSR and WRMSRNS, sans full     emulator support (KVM should never need to emulate the MSRs outside     of forced emulation and other contrived testing scenarios)   - Clean up the MSR APIs in preparation for CET and FRED     virtualization, as well as mediated vPMU support   - Clean up a pile of PMU code in anticipation of adding support for     mediated vPMUs   - Reject in-kernel IOAPIC/PIT for TDX VMs, as KVM can&apos;t obtain EOI     vmexits needed to faithfully emulate an I/O APIC for such guests   - Many cleanups and minor fixes   - Recover possible NX huge pages within the TDP MMU under read lock     to reduce guest jitter when restoring NX huge pages   - Return -EAGAIN during prefault if userspace concurrently     deletes/moves the relevant memslot, to fix an issue where     prefaulting could deadlock with the memslot update  x86 (AMD):   - Enable AVIC by default for Zen4+ if x2AVIC (and other prereqs) is     supported   - Require a minimum GHCB version of 2 when starting SEV-SNP guests     via KVM_SEV_INIT2 so that invalid GHCB versions result in immediate     errors instead of latent guest failures   - Add support for SEV-SNP&apos;s CipherText Hiding, an opt-in feature that     prevents unauthorized CPU accesses from reading the ciphertext of     SNP guest private memory, e.g. to attempt an offline attack. This     feature splits the shared SEV-ES/SEV-SNP ASID space into separate     ranges for SEV-ES and SEV-SNP guests, therefore a new module     parameter is needed to control the number of ASIDs that can be used     for VMs with CipherText Hiding vs. how many can be used to run     SEV-ES guests   - Add support for Secure TSC for SEV-SNP guests, which prevents the     untrusted host from tampering with the guest&apos;s TSC frequency, while     still allowing the the VMM to configure the guest&apos;s TSC frequency     prior to launch   - Validate the XCR0 provided by the guest (via the GHCB) to avoid     bugs resulting from bogus XCR0 values   - Save an SEV guest&apos;s policy if and only if LAUNCH_START fully     succeeds to avoid leaving behind stale state (thankfully not     consumed in KVM)   - Explicitly reject non-positive effective lengths during SNP&apos;s     LAUNCH_UPDATE instead of subtly relying on guest_memfd to deal with     them   - Reload the pre-VMRUN TSC_AUX on #VMEXIT for SEV-ES guests, not the     host&apos;s desired TSC_AUX, to fix a bug where KVM was keeping a     different vCPU&apos;s TSC_AUX in the host MSR until return to userspace  KVM (Intel):   - Preparation for FRED support   - Don&apos;t retry in TDX&apos;s anti-zero-step mitigation if the target     memslot is invalid, i.e. is being deleted or moved, to fix a     deadlock scenario similar to the aforementioned prefaulting case   - Misc bugfixes and minor cleanups&quot;* tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/virt/kvm/kvm: (142 commits)  KVM: x86: Export KVM-internal symbols for sub-modules only  KVM: x86: Drop pointless exports of kvm_arch_xxx() hooks  KVM: x86: Move kvm_intr_is_single_vcpu() to lapic.c  KVM: Export KVM-internal symbols for sub-modules only  KVM: s390/vfio-ap: Use kvm_is_gpa_in_memslot() instead of open coded equivalent  KVM: VMX: Make CR4.CET a guest owned bit  KVM: selftests: Verify MSRs are (not) in save/restore list when (un)supported  KVM: selftests: Add coverage for KVM-defined registers in MSRs test  KVM: selftests: Add KVM_{G,S}ET_ONE_REG coverage to MSRs test  KVM: selftests: Extend MSRs test to validate vCPUs without supported features  KVM: selftests: Add support for MSR_IA32_{S,U}_CET to MSRs test  KVM: selftests: Add an MSR test to exercise guest/host and read/write  KVM: x86: Define AMD&apos;s #HV, #VC, and #SX exception vectors  KVM: x86: Define Control Protection Exception (#CP) vector  KVM: x86: Add human friendly formatting for #XM, and #VE  KVM: SVM: Enable shadow stack virtualization for SVM  KVM: SEV: Synchronize MSR_IA32_XSS from the GHCB when it&apos;s valid  KVM: SVM: Pass through shadow stack MSRs as appropriate  KVM: SVM: Update dump_vmcb with shadow stack save area additions  KVM: nSVM: Save/load CET Shadow Stack state to/from vmcb12/vmcb02  ...

            List of files:
            /linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c</description>
        <pubDate>Mon, 06 Oct 2025 21:37:34 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>d05ca6b7931e15d882af9ca4a609957cae7aac96 - Merge tag &apos;kvm-x86-misc-6.18&apos; of https://github.com/kvm-x86/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c#d05ca6b7931e15d882af9ca4a609957cae7aac96</link>
        <description>Merge tag &apos;kvm-x86-misc-6.18&apos; of https://github.com/kvm-x86/linux into HEADKVM x86 changes for 6.18 - Don&apos;t (re)check L1 intercepts when completing userspace I/O to fix a flaw   where a misbehaving usersepace (a.k.a. syzkaller) could swizzle L1&apos;s   intercepts and trigger a variety of WARNs in KVM. - Emulate PERF_CNTR_GLOBAL_STATUS_SET for PerfMonV2 guests, as the MSR is   supposed to exist for v2 PMUs. - Allow Centaur CPU leaves (base 0xC000_0000) for Zhaoxin CPUs. - Clean up KVM&apos;s vector hashing code for delivering lowest priority IRQs. - Clean up the fastpath handler code to only handle IPIs and WRMSRs that are   actually &quot;fast&quot;, as opposed to handling those that KVM _hopes_ are fast, and   in the process of doing so add fastpath support for TSC_DEADLINE writes on   AMD CPUs. - Clean up a pile of PMU code in anticipation of adding support for mediated   vPMUs. - Add support for the immediate forms of RDMSR and WRMSRNS, sans full   emulator support (KVM should never need to emulate the MSRs outside of   forced emulation and other contrived testing scenarios). - Clean up the MSR APIs in preparation for CET and FRED virtualization, as   well as mediated vPMU support. - Rejecting a fully in-kernel IRQCHIP if EOIs are protected, i.e. for TDX VMs,   as KVM can&apos;t faithfully emulate an I/O APIC for such guests. - KVM_REQ_MSR_FILTER_CHANGED into a generic RECALC_INTERCEPTS in preparation   for mediated vPMU support, as KVM will need to recalculate MSR intercepts in   response to PMU refreshes for guests with mediated vPMUs. - Misc cleanups and minor fixes.

            List of files:
            /linux/tools/testing/selftests/kvm/x86/pmu_counters_test.c</description>
        <pubDate>Tue, 30 Sep 2025 19:36:41 +0200</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
</channel>
</rss>
