From 0e00826745b1f0da476dc6b31493f2eea637b61d Mon Sep 17 00:00:00 2001 From: "Herton R. Krzesinski" Date: Tue, 1 Feb 2022 14:46:59 +0000 Subject: [PATCH] kernel-5.14.0-52.el9 * Tue Feb 01 2022 Herton R. Krzesinski [5.14.0-52.el9] - KVM: arm64: Avoid setting the upper 32 bits of TCR_EL2 and CPTR_EL2 to 1 (Andrew Jones) [2009341] - KVM: arm64: Extract ESR_ELx.EC only (Andrew Jones) [2009341] - KVM: selftests: Build the memslot tests for arm64 (Andrew Jones) [2009341] - KVM: selftests: Make memslot_perf_test arch independent (Andrew Jones) [2009341] - selftests: KVM: Fix kvm device helper ioctl assertions (Andrew Jones) [2009341] - KVM: arm64: selftests: arch_timer: Support vCPU migration (Andrew Jones) [2009341] - KVM: arm64: selftests: Add arch_timer test (Andrew Jones) [2009341] - KVM: arm64: selftests: Add host support for vGIC (Andrew Jones) [2009341] - KVM: arm64: selftests: Add basic GICv3 support (Andrew Jones) [2009341] - KVM: arm64: selftests: Add light-weight spinlock support (Andrew Jones) [2009341] - KVM: arm64: selftests: Add guest support to get the vcpuid (Andrew Jones) [2009341] - KVM: arm64: selftests: Maintain consistency for vcpuid type (Andrew Jones) [2009341] - KVM: arm64: selftests: Add support to disable and enable local IRQs (Andrew Jones) [2009341] - KVM: arm64: selftests: Add basic support to generate delays (Andrew Jones) [2009341] - KVM: arm64: selftests: Add basic support for arch_timers (Andrew Jones) [2009341] - KVM: arm64: selftests: Add support for cpu_relax (Andrew Jones) [2009341] - KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REG (Andrew Jones) [2009341] - tools: arm64: Import sysreg.h (Andrew Jones) [2009341] - KVM: arm64: selftests: Add MMIO readl/writel support (Andrew Jones) [2009341] - KVM: arm64: selftests: Add init ITS device test (Andrew Jones) [2009341] - KVM: arm64: selftests: Add test for legacy GICv3 REDIST base partially above IPA range (Andrew Jones) [2009341] - KVM: arm64: selftests: Add tests for GIC redist/cpuif partially above IPA range (Andrew Jones) [2009341] - KVM: arm64: selftests: Add some tests for GICv2 in vgic_init (Andrew Jones) [2009341] - KVM: arm64: selftests: Make vgic_init/vm_gic_create version agnostic (Andrew Jones) [2009341] - KVM: arm64: selftests: Make vgic_init gic version agnostic (Andrew Jones) [2009341] - KVM: arm64: vgic: Drop vgic_check_ioaddr() (Andrew Jones) [2009341] - KVM: arm64: vgic-v3: Check ITS region is not above the VM IPA size (Andrew Jones) [2009341] - KVM: arm64: vgic-v2: Check cpu interface region is not above the VM IPA size (Andrew Jones) [2009341] - KVM: arm64: vgic-v3: Check redist region is not above the VM IPA size (Andrew Jones) [2009341] - kvm: arm64: vgic: Introduce vgic_check_iorange (Andrew Jones) [2009341] - KVM: arm64: Release mmap_lock when using VM_SHARED with MTE (Andrew Jones) [2009341] - KVM: arm64: Report corrupted refcount at EL2 (Andrew Jones) [2009341] - KVM: arm64: Fix host stage-2 PGD refcount (Andrew Jones) [2009341] - KVM: arm64: Fix PMU probe ordering (Andrew Jones) [2009341] - KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build rule (Andrew Jones) [2009341] - arm64: Do not trap PMSNEVFR_EL1 (Andrew Jones) [2009341] - KVM: arm64: Trim guest debug exception handling (Andrew Jones) [2009341] - KVM: arm64: Minor optimization of range_is_memory (Andrew Jones) [2009341] - KVM: arm64: Upgrade trace_kvm_arm_set_dreg32() to 64bit (Andrew Jones) [2009341] - KVM: arm64: Add config register bit definitions (Andrew Jones) [2009341] - KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_arch (Andrew Jones) [2009341] - KVM: arm64: Keep mdcr_el2's value as set by __init_el2_debug (Andrew Jones) [2009341] - KVM: arm64: Restore mdcr_el2 from vcpu (Andrew Jones) [2009341] - KVM: arm64: Refactor sys_regs.h,c for nVHE reuse (Andrew Jones) [2009341] - KVM: arm64: Fix names of config register fields (Andrew Jones) [2009341] - KVM: arm64: MDCR_EL2 is a 64-bit register (Andrew Jones) [2009341] - KVM: arm64: Remove trailing whitespace in comment (Andrew Jones) [2009341] - KVM: arm64: placeholder to check if VM is protected (Andrew Jones) [2009341] - KVM: arm64: Upgrade VMID accesses to {READ,WRITE}_ONCE (Andrew Jones) [2009341] - KVM: arm64: Unify stage-2 programming behind __load_stage2() (Andrew Jones) [2009341] - KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callers (Andrew Jones) [2009341] - KVM: arm64: vgic: Resample HW pending state on deactivation (Andrew Jones) [2009341] - KVM: arm64: vgic: Drop WARN from vgic_get_irq (Andrew Jones) [2009341] - KVM: arm64: Use generic KVM xfer to guest work function (Andrew Jones) [2009341] - entry: KVM: Allow use of generic KVM entry w/o full generic support (Andrew Jones) [2009341] - KVM: arm64: Record number of signal exits as a vCPU stat (Andrew Jones) [2009341] - selftests: KVM: Introduce psci_cpu_on_test (Andrew Jones) [2009341] - KVM: arm64: Enforce reserved bits for PSCI target affinities (Andrew Jones) [2009341] - KVM: arm64: Handle PSCI resets before userspace touches vCPU state (Andrew Jones) [2009341] - KVM: arm64: Fix read-side race on updates to vcpu reset state (Andrew Jones) [2009341] - KVM: arm64: Make hyp_panic() more robust when protected mode is enabled (Andrew Jones) [2009341] - KVM: arm64: Drop unused REQUIRES_VIRT (Andrew Jones) [2009341] - KVM: arm64: Drop check_kvm_target_cpu() based percpu probe (Andrew Jones) [2009341] - KVM: arm64: Drop init_common_resources() (Andrew Jones) [2009341] - KVM: arm64: Use ARM64_MIN_PARANGE_BITS as the minimum supported IPA (Andrew Jones) [2009341] - arm64/mm: Add remaining ID_AA64MMFR0_PARANGE_ macros (Andrew Jones) [2009341] - KVM: arm64: Return -EPERM from __pkvm_host_share_hyp() (Andrew Jones) [2009341] - KVM: arm64: Restrict IPA size to maximum 48 bits on 4K and 16K page size (Andrew Jones) [2009341] - arm64/mm: Define ID_AA64MMFR0_TGRAN_2_SHIFT (Andrew Jones) [2009341] - KVM: arm64: perf: Replace '0xf' instances with ID_AA64DFR0_PMUVER_IMP_DEF (Andrew Jones) [2009341] - KVM: arm64: Make __pkvm_create_mappings static (Andrew Jones) [2009341] - KVM: arm64: Restrict EL2 stage-1 changes in protected mode (Andrew Jones) [2009341] - KVM: arm64: Refactor protected nVHE stage-1 locking (Andrew Jones) [2009341] - KVM: arm64: Remove __pkvm_mark_hyp (Andrew Jones) [2009341] - KVM: arm64: Mark host bss and rodata section as shared (Andrew Jones) [2009341] - KVM: arm64: Enable retrieving protections attributes of PTEs (Andrew Jones) [2009341] - KVM: arm64: Introduce addr_is_memory() (Andrew Jones) [2009341] - KVM: arm64: Expose pkvm_hyp_id (Andrew Jones) [2009341] - KVM: arm64: Expose host stage-2 manipulation helpers (Andrew Jones) [2009341] - KVM: arm64: Add helpers to tag shared pages in SW bits (Andrew Jones) [2009341] - KVM: arm64: Allow populating software bits (Andrew Jones) [2009341] - KVM: arm64: Enable forcing page-level stage-2 mappings (Andrew Jones) [2009341] - KVM: arm64: Tolerate re-creating hyp mappings to set software bits (Andrew Jones) [2009341] - KVM: arm64: Don't overwrite software bits with owner id (Andrew Jones) [2009341] - KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNORED (Andrew Jones) [2009341] - KVM: arm64: Optimize host memory aborts (Andrew Jones) [2009341] - KVM: arm64: Expose page-table helpers (Andrew Jones) [2009341] - KVM: arm64: Provide the host_stage2_try() helper macro (Andrew Jones) [2009341] - KVM: arm64: Introduce hyp_assert_lock_held() (Andrew Jones) [2009341] - redhat: configs: Disable NVHE_EL2_DEBUG (Andrew Jones) [2009341] - KVM: arm64: Add hyp_spin_is_locked() for basic locking assertions at EL2 (Andrew Jones) [2009341] - KVM: arm64: Unregister HYP sections from kmemleak in protected mode (Andrew Jones) [2009341] - arm64: Move .hyp.rodata outside of the _sdata.._edata range (Andrew Jones) [2009341] - KVM: arm64: Fix comments related to GICv2 PMR reporting (Andrew Jones) [2009341] - KVM: arm64: Count VMID-wide TLB invalidations (Andrew Jones) [2009341] - KVM: arm64: Remove PMSWINC_EL0 shadow register (Andrew Jones) [2009341] - KVM: arm64: Disabling disabled PMU counters wastes a lot of time (Andrew Jones) [2009341] - KVM: arm64: Drop unnecessary masking of PMU registers (Andrew Jones) [2009341] - KVM: arm64: Narrow PMU sysreg reset values to architectural requirements (Andrew Jones) [2009341] - KVM: arm64: Introduce helper to retrieve a PTE and its level (Andrew Jones) [2009341] - KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap() (Andrew Jones) [2009341] - KVM: arm64: Avoid mapping size adjustment on permission fault (Andrew Jones) [2009341] - KVM: arm64: Walk userspace page tables to compute the THP mapping size (Andrew Jones) [2009341] Resolves: rhbz#2009341 Signed-off-by: Herton R. Krzesinski --- Makefile.rhelver | 2 +- kernel-aarch64-debug-rhel.config | 1 + kernel-aarch64-rhel.config | 1 + kernel.spec | 117 +++++++++++++++++++++++++++++-- sources | 6 +- 5 files changed, 117 insertions(+), 10 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index d8712fe..de3bc21 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 0 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 51 +RHEL_RELEASE = 52 # # Early y+1 numbering diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config index 6eea8e0..823ea06 100644 --- a/kernel-aarch64-debug-rhel.config +++ b/kernel-aarch64-debug-rhel.config @@ -3656,6 +3656,7 @@ CONFIG_NUMA_BALANCING=y CONFIG_NUMA=y CONFIG_NVDIMM_DAX=y CONFIG_NVDIMM_PFN=y +# CONFIG_NVHE_EL2_DEBUG is not set CONFIG_NVIDIA_CARMEL_CNP_ERRATUM=y CONFIG_NVME_FC=m # CONFIG_NVME_HWMON is not set diff --git a/kernel-aarch64-rhel.config b/kernel-aarch64-rhel.config index 7b07c1f..37b5072 100644 --- a/kernel-aarch64-rhel.config +++ b/kernel-aarch64-rhel.config @@ -3636,6 +3636,7 @@ CONFIG_NUMA_BALANCING=y CONFIG_NUMA=y CONFIG_NVDIMM_DAX=y CONFIG_NVDIMM_PFN=y +# CONFIG_NVHE_EL2_DEBUG is not set CONFIG_NVIDIA_CARMEL_CNP_ERRATUM=y CONFIG_NVME_FC=m # CONFIG_NVME_HWMON is not set diff --git a/kernel.spec b/kernel.spec index 64db062..a8f307a 100755 --- a/kernel.spec +++ b/kernel.spec @@ -85,7 +85,7 @@ Summary: The Linux kernel # the --with-release option overrides this setting.) %define debugbuildsenabled 1 -%global distro_build 51 +%global distro_build 52 %if 0%{?fedora} %define secure_boot_arch x86_64 @@ -129,13 +129,13 @@ Summary: The Linux kernel %define kversion 5.14 %define rpmversion 5.14.0 -%define pkgrelease 51.el9 +%define pkgrelease 52.el9 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 51%{?buildid}%{?dist} +%define specrelease 52%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -680,7 +680,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-51.el9.tar.xz +Source0: linux-5.14.0-52.el9.tar.xz Source1: Makefile.rhelver @@ -1364,8 +1364,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-51.el9 -c -mv linux-5.14.0-51.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-52.el9 -c +mv linux-5.14.0-52.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2959,6 +2959,111 @@ fi # # %changelog +* Tue Feb 01 2022 Herton R. Krzesinski [5.14.0-52.el9] +- KVM: arm64: Avoid setting the upper 32 bits of TCR_EL2 and CPTR_EL2 to 1 (Andrew Jones) [2009341] +- KVM: arm64: Extract ESR_ELx.EC only (Andrew Jones) [2009341] +- KVM: selftests: Build the memslot tests for arm64 (Andrew Jones) [2009341] +- KVM: selftests: Make memslot_perf_test arch independent (Andrew Jones) [2009341] +- selftests: KVM: Fix kvm device helper ioctl assertions (Andrew Jones) [2009341] +- KVM: arm64: selftests: arch_timer: Support vCPU migration (Andrew Jones) [2009341] +- KVM: arm64: selftests: Add arch_timer test (Andrew Jones) [2009341] +- KVM: arm64: selftests: Add host support for vGIC (Andrew Jones) [2009341] +- KVM: arm64: selftests: Add basic GICv3 support (Andrew Jones) [2009341] +- KVM: arm64: selftests: Add light-weight spinlock support (Andrew Jones) [2009341] +- KVM: arm64: selftests: Add guest support to get the vcpuid (Andrew Jones) [2009341] +- KVM: arm64: selftests: Maintain consistency for vcpuid type (Andrew Jones) [2009341] +- KVM: arm64: selftests: Add support to disable and enable local IRQs (Andrew Jones) [2009341] +- KVM: arm64: selftests: Add basic support to generate delays (Andrew Jones) [2009341] +- KVM: arm64: selftests: Add basic support for arch_timers (Andrew Jones) [2009341] +- KVM: arm64: selftests: Add support for cpu_relax (Andrew Jones) [2009341] +- KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REG (Andrew Jones) [2009341] +- tools: arm64: Import sysreg.h (Andrew Jones) [2009341] +- KVM: arm64: selftests: Add MMIO readl/writel support (Andrew Jones) [2009341] +- KVM: arm64: selftests: Add init ITS device test (Andrew Jones) [2009341] +- KVM: arm64: selftests: Add test for legacy GICv3 REDIST base partially above IPA range (Andrew Jones) [2009341] +- KVM: arm64: selftests: Add tests for GIC redist/cpuif partially above IPA range (Andrew Jones) [2009341] +- KVM: arm64: selftests: Add some tests for GICv2 in vgic_init (Andrew Jones) [2009341] +- KVM: arm64: selftests: Make vgic_init/vm_gic_create version agnostic (Andrew Jones) [2009341] +- KVM: arm64: selftests: Make vgic_init gic version agnostic (Andrew Jones) [2009341] +- KVM: arm64: vgic: Drop vgic_check_ioaddr() (Andrew Jones) [2009341] +- KVM: arm64: vgic-v3: Check ITS region is not above the VM IPA size (Andrew Jones) [2009341] +- KVM: arm64: vgic-v2: Check cpu interface region is not above the VM IPA size (Andrew Jones) [2009341] +- KVM: arm64: vgic-v3: Check redist region is not above the VM IPA size (Andrew Jones) [2009341] +- kvm: arm64: vgic: Introduce vgic_check_iorange (Andrew Jones) [2009341] +- KVM: arm64: Release mmap_lock when using VM_SHARED with MTE (Andrew Jones) [2009341] +- KVM: arm64: Report corrupted refcount at EL2 (Andrew Jones) [2009341] +- KVM: arm64: Fix host stage-2 PGD refcount (Andrew Jones) [2009341] +- KVM: arm64: Fix PMU probe ordering (Andrew Jones) [2009341] +- KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build rule (Andrew Jones) [2009341] +- arm64: Do not trap PMSNEVFR_EL1 (Andrew Jones) [2009341] +- KVM: arm64: Trim guest debug exception handling (Andrew Jones) [2009341] +- KVM: arm64: Minor optimization of range_is_memory (Andrew Jones) [2009341] +- KVM: arm64: Upgrade trace_kvm_arm_set_dreg32() to 64bit (Andrew Jones) [2009341] +- KVM: arm64: Add config register bit definitions (Andrew Jones) [2009341] +- KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_arch (Andrew Jones) [2009341] +- KVM: arm64: Keep mdcr_el2's value as set by __init_el2_debug (Andrew Jones) [2009341] +- KVM: arm64: Restore mdcr_el2 from vcpu (Andrew Jones) [2009341] +- KVM: arm64: Refactor sys_regs.h,c for nVHE reuse (Andrew Jones) [2009341] +- KVM: arm64: Fix names of config register fields (Andrew Jones) [2009341] +- KVM: arm64: MDCR_EL2 is a 64-bit register (Andrew Jones) [2009341] +- KVM: arm64: Remove trailing whitespace in comment (Andrew Jones) [2009341] +- KVM: arm64: placeholder to check if VM is protected (Andrew Jones) [2009341] +- KVM: arm64: Upgrade VMID accesses to {READ,WRITE}_ONCE (Andrew Jones) [2009341] +- KVM: arm64: Unify stage-2 programming behind __load_stage2() (Andrew Jones) [2009341] +- KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callers (Andrew Jones) [2009341] +- KVM: arm64: vgic: Resample HW pending state on deactivation (Andrew Jones) [2009341] +- KVM: arm64: vgic: Drop WARN from vgic_get_irq (Andrew Jones) [2009341] +- KVM: arm64: Use generic KVM xfer to guest work function (Andrew Jones) [2009341] +- entry: KVM: Allow use of generic KVM entry w/o full generic support (Andrew Jones) [2009341] +- KVM: arm64: Record number of signal exits as a vCPU stat (Andrew Jones) [2009341] +- selftests: KVM: Introduce psci_cpu_on_test (Andrew Jones) [2009341] +- KVM: arm64: Enforce reserved bits for PSCI target affinities (Andrew Jones) [2009341] +- KVM: arm64: Handle PSCI resets before userspace touches vCPU state (Andrew Jones) [2009341] +- KVM: arm64: Fix read-side race on updates to vcpu reset state (Andrew Jones) [2009341] +- KVM: arm64: Make hyp_panic() more robust when protected mode is enabled (Andrew Jones) [2009341] +- KVM: arm64: Drop unused REQUIRES_VIRT (Andrew Jones) [2009341] +- KVM: arm64: Drop check_kvm_target_cpu() based percpu probe (Andrew Jones) [2009341] +- KVM: arm64: Drop init_common_resources() (Andrew Jones) [2009341] +- KVM: arm64: Use ARM64_MIN_PARANGE_BITS as the minimum supported IPA (Andrew Jones) [2009341] +- arm64/mm: Add remaining ID_AA64MMFR0_PARANGE_ macros (Andrew Jones) [2009341] +- KVM: arm64: Return -EPERM from __pkvm_host_share_hyp() (Andrew Jones) [2009341] +- KVM: arm64: Restrict IPA size to maximum 48 bits on 4K and 16K page size (Andrew Jones) [2009341] +- arm64/mm: Define ID_AA64MMFR0_TGRAN_2_SHIFT (Andrew Jones) [2009341] +- KVM: arm64: perf: Replace '0xf' instances with ID_AA64DFR0_PMUVER_IMP_DEF (Andrew Jones) [2009341] +- KVM: arm64: Make __pkvm_create_mappings static (Andrew Jones) [2009341] +- KVM: arm64: Restrict EL2 stage-1 changes in protected mode (Andrew Jones) [2009341] +- KVM: arm64: Refactor protected nVHE stage-1 locking (Andrew Jones) [2009341] +- KVM: arm64: Remove __pkvm_mark_hyp (Andrew Jones) [2009341] +- KVM: arm64: Mark host bss and rodata section as shared (Andrew Jones) [2009341] +- KVM: arm64: Enable retrieving protections attributes of PTEs (Andrew Jones) [2009341] +- KVM: arm64: Introduce addr_is_memory() (Andrew Jones) [2009341] +- KVM: arm64: Expose pkvm_hyp_id (Andrew Jones) [2009341] +- KVM: arm64: Expose host stage-2 manipulation helpers (Andrew Jones) [2009341] +- KVM: arm64: Add helpers to tag shared pages in SW bits (Andrew Jones) [2009341] +- KVM: arm64: Allow populating software bits (Andrew Jones) [2009341] +- KVM: arm64: Enable forcing page-level stage-2 mappings (Andrew Jones) [2009341] +- KVM: arm64: Tolerate re-creating hyp mappings to set software bits (Andrew Jones) [2009341] +- KVM: arm64: Don't overwrite software bits with owner id (Andrew Jones) [2009341] +- KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNORED (Andrew Jones) [2009341] +- KVM: arm64: Optimize host memory aborts (Andrew Jones) [2009341] +- KVM: arm64: Expose page-table helpers (Andrew Jones) [2009341] +- KVM: arm64: Provide the host_stage2_try() helper macro (Andrew Jones) [2009341] +- KVM: arm64: Introduce hyp_assert_lock_held() (Andrew Jones) [2009341] +- redhat: configs: Disable NVHE_EL2_DEBUG (Andrew Jones) [2009341] +- KVM: arm64: Add hyp_spin_is_locked() for basic locking assertions at EL2 (Andrew Jones) [2009341] +- KVM: arm64: Unregister HYP sections from kmemleak in protected mode (Andrew Jones) [2009341] +- arm64: Move .hyp.rodata outside of the _sdata.._edata range (Andrew Jones) [2009341] +- KVM: arm64: Fix comments related to GICv2 PMR reporting (Andrew Jones) [2009341] +- KVM: arm64: Count VMID-wide TLB invalidations (Andrew Jones) [2009341] +- KVM: arm64: Remove PMSWINC_EL0 shadow register (Andrew Jones) [2009341] +- KVM: arm64: Disabling disabled PMU counters wastes a lot of time (Andrew Jones) [2009341] +- KVM: arm64: Drop unnecessary masking of PMU registers (Andrew Jones) [2009341] +- KVM: arm64: Narrow PMU sysreg reset values to architectural requirements (Andrew Jones) [2009341] +- KVM: arm64: Introduce helper to retrieve a PTE and its level (Andrew Jones) [2009341] +- KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap() (Andrew Jones) [2009341] +- KVM: arm64: Avoid mapping size adjustment on permission fault (Andrew Jones) [2009341] +- KVM: arm64: Walk userspace page tables to compute the THP mapping size (Andrew Jones) [2009341] + * Mon Jan 31 2022 Herton R. Krzesinski [5.14.0-51.el9] - selftests: bpf: Fix bind on used port (Felix Maurer) [2043528] - Add packaged but empty /lib/modules//systemtap (Herton R. Krzesinski) [2012908] diff --git a/sources b/sources index a7e3204..f811f06 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-51.el9.tar.xz) = 4e6008b5457933ed739b5c94a8fe02da262c1cb5d4303ffc65cad86250100b81d039021cc28dab663ed2b2679ce72cec1f4a1e763483f5027f41d52cf37f3deb -SHA512 (kernel-abi-stablelists-5.14.0-51.tar.bz2) = fef8f0fb834487c9343b67590dfb9ab8d23f3864e4a530b57780c87e0f3dc841c83c534b788e3dd67fe411f30767f6748f4a8ddfd83fe7725145afae4677aed3 -SHA512 (kernel-kabi-dw-5.14.0-51.tar.bz2) = df5d8b4c3c51b0f9c8a27d555633cb2ad6cbfae012e67c4db9d9ddb5debe18adcbe20139b28118cc162f9b5e1e36774d8f80078c58abd06c2477aee099bd43e6 +SHA512 (linux-5.14.0-52.el9.tar.xz) = 417e0356801e78a67eab0b3edfbe2e06637f0197953c40c4ac8266d14137bb445c38b626defae2277998742fba45bb0f613523045fbc7ab74ccbfd7958c51b0b +SHA512 (kernel-abi-stablelists-5.14.0-52.tar.bz2) = 18fec38e86c411b66a8b8695c6dcd146b77550426c31fadcbe52f18b114666e049c5318b08d7c1ec263e20a40f9f8ded7e3e5eec79f3342371ab554c76509c2b +SHA512 (kernel-kabi-dw-5.14.0-52.tar.bz2) = 7aa45eee7aec233ad9ea9bab2e454e8b5931126c718a3351895de105a87eb0725ef63b6c7684e219910554243bb7bfe45bf61415e340ee071624b249585f7173