From 12dfb71a8f52c347c5f91dae096c38d5e146ddb5 Mon Sep 17 00:00:00 2001 From: Jan Stancek Date: Wed, 10 May 2023 11:03:03 +0200 Subject: [PATCH] kernel-5.14.0-311.el9 * Wed May 10 2023 Jan Stancek [5.14.0-311.el9] - cacheinfo: Add use_arch[|_cache]_info field/function (Radu Rendec) [2180619] - arch_topology: Remove early cacheinfo error message if -ENOENT (Radu Rendec) [2180619] - cacheinfo: Check cache properties are present in DT (Radu Rendec) [2180619] - cacheinfo: Check sib_leaf in cache_leaves_are_shared() (Radu Rendec) [2180619] - cacheinfo: Allow early level detection when DT/ACPI info is missing/broken (Radu Rendec) [2180619] - cacheinfo: Add arm64 early level initializer implementation (Radu Rendec) [2180619] - cacheinfo: Add arch specific early level initializer (Radu Rendec) [2180619] - cacheinfo: Fix LLC is not exported through sysfs (Radu Rendec) [2180619] - cacheinfo: Remove of_node_put() for fw_token (Radu Rendec) [2180619] - cacheinfo: Decrement refcount in cache_setup_of_node() (Radu Rendec) [2180619] - cacheinfo: Make default acpi_get_cache_info() return an error (Radu Rendec) [2180619] - cacheinfo: Initialize variables in fetch_cache_info() (Radu Rendec) [2180619] - ACPI: PPTT: Fix to avoid sleep in the atomic context when PPTT is absent (Radu Rendec) [2180619] - arch_topology: Build cacheinfo from primary CPU (Radu Rendec) [2180619] - ACPI: PPTT: Update acpi_find_last_cache_level() to acpi_get_cache_info() (Radu Rendec) [2180619] - ACPI: PPTT: Remove acpi_find_cache_levels() (Radu Rendec) [2180619] - cacheinfo: Check 'cache-unified' property to count cache leaves (Radu Rendec) [2180619] - cacheinfo: Return error code in init_of_cache_level() (Radu Rendec) [2180619] - cacheinfo: Use RISC-V's init_cache_level() as generic OF implementation (Radu Rendec) [2180619] - arm64: topology: move store_cpu_topology() to shared code (Radu Rendec) [2180619] - of: Add of_property_present() helper (Radu Rendec) [2180619] - IPv6/GRO: generic helper to remove temporary HBH/jumbo header in driver (Michal Schmidt) [2189283] - tools: include: sync include/api/linux/kvm.h (Eric Auger) [2175143] - KVM: Check KVM_CAP_DIRTY_LOG_{RING, RING_ACQ_REL} prior to enabling them (Eric Auger) [2175143] - KVM: selftests: Fix divide-by-zero bug in memslot_perf_test (Eric Auger) [2175143] - proc/meminfo: fix spacing in SecPageTables (Eric Auger) [2175143] - arm64/sme: Fix context switch for SME only systems (Eric Auger) [2175143] - KVM: arm64: Normalize cache configuration (Eric Auger) [2175143] - KVM: arm64: Mask FEAT_CCIDX (Eric Auger) [2175143] - KVM: arm64: Always set HCR_TID2 (Eric Auger) [2175143] - arm64/cache: Move CLIDR macro definitions (Eric Auger) [2175143] - arm64/sysreg: Add CCSIDR2_EL1 (Eric Auger) [2175143] - arm64/sysreg: Convert CCSIDR_EL1 to automatic generation (Eric Auger) [2175143] - arm64: Allow the definition of UNKNOWN system register fields (Eric Auger) [2175143] - KVM: arm64: Use symbolic definition for ISR_EL1.A (Eric Auger) [2175143] - arm64/sysreg: Add definition of ISR_EL1 (Eric Auger) [2175143] - arm64/sysreg: Add definition for ICC_NMIAR1_EL1 (Eric Auger) [2175143] - KVM: arm64: timers: Don't BUG() on unhandled timer trap (Eric Auger) [2175143] - KVM: arm64: Reduce overhead of trapped timer sysreg accesses (Eric Auger) [2175143] - KVM: arm64: Don't arm a hrtimer for an already pending timer (Eric Auger) [2175143] - KVM: arm64: PMU: Don't save PMCR_EL0.{C,P} for the vCPU (Eric Auger) [2175143] - KVM: arm64: PMU: Fix GET_ONE_REG for vPMC regs to return the current value (Eric Auger) [2175143] - KVM: arm64: Finalise EL2 state from pKVM PSCI relay (Eric Auger) [2175143] - KVM: arm64: Use sanitized values in __check_override in nVHE (Eric Auger) [2175143] - KVM: arm64: Introduce finalise_el2_state macro (Eric Auger) [2175143] - KVM: arm64: Provide sanitized SYS_ID_AA64SMFR0_EL1 to nVHE (Eric Auger) [2175143] - arm64: Avoid repeated AA64MMFR1_EL1 register read on pagefault path (Eric Auger) [2175143] - KVM: arm64: Condition HW AF updates on config option (Eric Auger) [2175143] - KVM: arm64: Handle access faults behind the read lock (Eric Auger) [2175143] - KVM: arm64: Don't serialize if the access flag isn't set (Eric Auger) [2175143] - KVM: arm64: Return EAGAIN for invalid PTE in attr walker (Eric Auger) [2175143] - KVM: arm64: Ignore EAGAIN for walks outside of a fault (Eric Auger) [2175143] - KVM: arm64: Use KVM's pte type/helpers in handle_access_fault() (Eric Auger) [2175143] - KVM: arm64: selftests: Disable single-step without relying on ucall() (Eric Auger) [2175143] - KVM: arm64: selftests: Disable single-step with correct KVM define (Eric Auger) [2175143] - KVM: selftests: Fix number of pages for memory slot in memslot_modification_stress_test (Eric Auger) [2175143] - KVM: selftests: memslot_perf_test: Report optimal memory slots (Eric Auger) [2175143] - KVM: selftests: memslot_perf_test: Consolidate memory (Eric Auger) [2175143] - KVM: selftests: memslot_perf_test: Support variable guest page size (Eric Auger) [2175143] - KVM: selftests: memslot_perf_test: Probe memory slots for once (Eric Auger) [2175143] - KVM: selftests: memslot_perf_test: Consolidate loop conditions in prepare_vm() (Eric Auger) [2175143] - KVM: selftests: memslot_perf_test: Use data->nslots in prepare_vm() (Eric Auger) [2175143] - tools/include: Add _RET_IP_ and math definitions to kernel.h (Eric Auger) [2175143] - KVM: arm64: selftests: Test with every breakpoint/watchpoint (Eric Auger) [2175143] - KVM: arm64: selftests: Add a test case for a linked watchpoint (Eric Auger) [2175143] - KVM: arm64: selftests: Add a test case for a linked breakpoint (Eric Auger) [2175143] - KVM: arm64: selftests: Change debug_version() to take ID_AA64DFR0_EL1 (Eric Auger) [2175143] - KVM: arm64: selftests: Stop unnecessary test stage tracking of debug-exceptions (Eric Auger) [2175143] - KVM: arm64: selftests: Add helpers to enable debug exceptions (Eric Auger) [2175143] - KVM: arm64: selftests: Remove the hard-coded {b,w}pn#0 from debug-exceptions (Eric Auger) [2175143] - KVM: arm64: selftests: Add write_dbg{b,w}{c,v}r helpers in debug-exceptions (Eric Auger) [2175143] - KVM: arm64: selftests: Use FIELD_GET() to extract ID register fields (Eric Auger) [2175143] - tools: Copy bitfield.h from the kernel sources (Eric Auger) [2175143] - KVM: selftests: Update top-of-file comment in psci_test (Eric Auger) [2175143] - KVM: arm64: selftests: Add a test case for KVM_GUESTDBG_SINGLESTEP (Eric Auger) [2175143] - KVM: arm64: selftests: Refactor debug-exceptions to make it amenable to new test cases (Eric Auger) [2175143] - KVM: arm64: Convert FSC_* over to ESR_ELx_FSC_* (Eric Auger) [2175143] - KVM: arm64: Fix S1PTW handling on RO memslots (Eric Auger) [2175143] - KVM: arm64: PMU: Fix PMCR_EL0 reset value (Eric Auger) [2175143] - KVM: arm64: Reject shared table walks in the hyp code (Eric Auger) [2175143] - KVM: arm64: Don't acquire RCU read lock for exclusive table walks (Eric Auger) [2175143] - KVM: arm64: Take a pointer to walker data in kvm_dereference_pteref() (Eric Auger) [2175143] - KVM: arm64: PMU: Fix period computation for 64bit counters with 32bit overflow (Eric Auger) [2175143] - arm64/fp: Use a struct to pass data to fpsimd_bind_state_to_cpu() (Eric Auger) [2175143] - arm64/sve: Leave SVE enabled on syscall if we don't context switch (Eric Auger) [2175143] - arm64/fpsimd: SME no longer requires SVE register state (Eric Auger) [2175143] - arm64/fpsimd: Load FP state based on recorded data type (Eric Auger) [2175143] - arm64/fpsimd: Stop using TIF_SVE to manage register saving in KVM (Eric Auger) [2175143] - arm64/fpsimd: Have KVM explicitly say which FP registers to save (Eric Auger) [2175143] - arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVE (Eric Auger) [2175143] - KVM: arm64: Discard any SVE state when entering KVM guests (Eric Auger) [2175143] - Documentation: document the ABI changes for KVM_CAP_ARM_MTE (Eric Auger) [2175143] - KVM: arm64: permit all VM_MTE_ALLOWED mappings with MTE enabled (Eric Auger) [2175143] - KVM: arm64: unify the tests for VMAs in memslots when MTE is enabled (Eric Auger) [2175143] - KVM: arm64: Simplify the sanitise_mte_tags() logic (Eric Auger) [2175143] - KVM: arm64: PMU: Sanitise PMCR_EL0.LP on first vcpu run (Eric Auger) [2175143] - KVM: arm64: PMU: Simplify PMCR_EL0 reset handling (Eric Auger) [2175143] - KVM: arm64: PMU: Replace version number '0' with ID_AA64DFR0_EL1_PMUVer_NI (Eric Auger) [2175143] - KVM: arm64: PMU: Make kvm_pmc the main data structure (Eric Auger) [2175143] - KVM: arm64: PMU: Simplify vcpu computation on perf overflow notification (Eric Auger) [2175143] - KVM: arm64: PMU: Allow PMUv3p5 to be exposed to the guest (Eric Auger) [2175143] - KVM: arm64: PMU: Implement PMUv3p5 long counter support (Eric Auger) [2175143] - KVM: arm64: PMU: Allow ID_DFR0_EL1.PerfMon to be set from userspace (Eric Auger) [2175143] - KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace (Eric Auger) [2175143] - KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creation (Eric Auger) [2175143] - KVM: arm64: PMU: Do not let AArch32 change the counters' top 32 bits (Eric Auger) [2175143] - KVM: arm64: PMU: Simplify setting a counter to a specific value (Eric Auger) [2175143] - KVM: arm64: PMU: Add counter_index_to_*reg() helpers (Eric Auger) [2175143] - KVM: arm64: PMU: Only narrow counters that are not 64bit wide (Eric Auger) [2175143] - KVM: arm64: PMU: Narrow the overflow checking when required (Eric Auger) [2175143] - KVM: arm64: PMU: Distinguish between 64bit counter and 64bit overflow (Eric Auger) [2175143] - KVM: arm64: PMU: Always advertise the CHAIN event (Eric Auger) [2175143] - KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode (Eric Auger) [2175143] - KVM: arm64: Use the pKVM hyp vCPU structure in handle___kvm_vcpu_run() (Eric Auger) [2175143] - KVM: arm64: Don't unnecessarily map host kernel sections at EL2 (Eric Auger) [2175143] - KVM: arm64: Explicitly map 'kvm_vgic_global_state' at EL2 (Eric Auger) [2175143] - KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2 (Eric Auger) [2175143] - KVM: arm64: Unmap 'kvm_arm_hyp_percpu_base' from the host (Eric Auger) [2175143] - KVM: arm64: Return guest memory from EL2 via dedicated teardown memcache (Eric Auger) [2175143] - KVM: arm64: Instantiate guest stage-2 page-tables at EL2 (Eric Auger) [2175143] - KVM: arm64: Consolidate stage-2 initialisation into a single function (Eric Auger) [2175143] - KVM: arm64: Add generic hyp_memcache helpers (Eric Auger) [2175143] - KVM: arm64: Provide I-cache invalidation by virtual address at EL2 (Eric Auger) [2175143] - KVM: arm64: Initialise hypervisor copies of host symbols unconditionally (Eric Auger) [2175143] - KVM: arm64: Add per-cpu fixmap infrastructure at EL2 (Eric Auger) [2175143] - KVM: arm64: Instantiate pKVM hypervisor VM and vCPU structures from EL1 (Eric Auger) [2175143] - KVM: arm64: Add infrastructure to create and track pKVM instances at EL2 (Eric Auger) [2175143] - KVM: arm64: Rename 'host_kvm' to 'host_mmu' (Eric Auger) [2175143] - KVM: arm64: Add hyp_spinlock_t static initializer (Eric Auger) [2175143] - KVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.h (Eric Auger) [2175143] - KVM: arm64: Add helpers to pin memory shared with the hypervisor at EL2 (Eric Auger) [2175143] - KVM: arm64: Prevent the donation of no-map pages (Eric Auger) [2175143] - KVM: arm64: Implement do_donate() helper for donating memory (Eric Auger) [2175143] - KVM: arm64: Unify identifiers used to distinguish host and hypervisor (Eric Auger) [2175143] - KVM: arm64: Fix-up hyp stage-1 refcounts for all pages mapped at EL2 (Eric Auger) [2175143] - KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memory (Eric Auger) [2175143] - KVM: arm64: Allow attaching of non-coalescable pages to a hyp pool (Eric Auger) [2175143] - KVM: arm64: Move hyp refcount manipulation helpers to common header file (Eric Auger) [2175143] - KVM: arm64: Fix typo in comment (Eric Auger) [2175143] - KVM: arm64: Fix pvtime documentation (Eric Auger) [2175143] - KVM: arm64: Fix benign bug with incorrect use of VA_BITS (Eric Auger) [2175143] - KVM: arm64: Fix PAR_TO_HPFAR() to work independently of PA_BITS. (Eric Auger) [2175143] - KVM: arm64: Fix kvm init failure when mode!=vhe and VA_BITS=52. (Eric Auger) [2175143] - KVM: arm64: Handle stage-2 faults in parallel (Eric Auger) [2175143] - KVM: arm64: Make table->block changes parallel-aware (Eric Auger) [2175143] - KVM: arm64: Make leaf->leaf PTE changes parallel-aware (Eric Auger) [2175143] - KVM: arm64: Make block->table PTE changes parallel-aware (Eric Auger) [2175143] - KVM: arm64: Split init and set for table PTE (Eric Auger) [2175143] - KVM: arm64: Atomically update stage 2 leaf attributes in parallel walks (Eric Auger) [2175143] - KVM: arm64: Protect stage-2 traversal with RCU (Eric Auger) [2175143] - KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make (Eric Auger) [2175143] - KVM: arm64: Use an opaque type for pteps (Eric Auger) [2175143] - KVM: arm64: Add a helper to tear down unlinked stage-2 subtrees (Eric Auger) [2175143] - KVM: arm64: Don't pass kvm_pgtable through kvm_pgtable_walk_data (Eric Auger) [2175143] - KVM: arm64: Pass mm_ops through the visitor context (Eric Auger) [2175143] - KVM: arm64: Stash observed pte value in visitor context (Eric Auger) [2175143] - KVM: arm64: Combine visitor arguments into a context structure (Eric Auger) [2175143] - KVM: selftests: dirty-log: Use KVM_CAP_DIRTY_LOG_RING_ACQ_REL if available (Eric Auger) [2175143] - KVM: selftests: dirty-log: Upgrade flag accesses to acquire/release semantics (Eric Auger) [2175143] - KVM: Document weakly ordered architecture requirements for dirty ring (Eric Auger) [2175143] - KVM: x86: Select CONFIG_HAVE_KVM_DIRTY_RING_ACQ_REL (Eric Auger) [2175143] - KVM: Add KVM_CAP_DIRTY_LOG_RING_ACQ_REL capability and config option (Eric Auger) [2175143] - KVM: Use acquire/release semantics when accessing dirty ring GFN state (Eric Auger) [2175143] - KVM: arm64/mmu: count KVM s2 mmu usage in secondary pagetable stats (Eric Auger) [2175143] - KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats. (Eric Auger) [2175143] - mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses. (Eric Auger) [2175143] - KVM: arm64: Enable stack protection and branch profiling for VHE (Eric Auger) [2175143] - KVM: arm64: Fix comment typo in nvhe/switch.c (Eric Auger) [2175143] - KVM: arm64: Ignore kvm-arm.mode if !is_hyp_mode_available() (Eric Auger) [2175143] - KVM: arm64: vgic: Remove duplicate check in update_affinity_collection() (Eric Auger) [2175143] - KVM: selftests: Add test for AArch32 ID registers (Eric Auger) [2175143] - KVM: arm64: Treat 32bit ID registers as RAZ/WI on 64bit-only system (Eric Auger) [2175143] - KVM: arm64: Add a visibility bit to ignore user writes (Eric Auger) [2175143] - KVM: arm64: Spin off helper for calling visibility hook (Eric Auger) [2175143] - KVM: arm64: Drop raz parameter from read_id_reg() (Eric Auger) [2175143] - KVM: arm64: Remove internal accessor helpers for id regs (Eric Auger) [2175143] - KVM: arm64: Use visibility hook to treat ID regs as RAZ (Eric Auger) [2175143] - selftests/powerpc: Increase timeout for vsx_signal test (Mamatha Inamdar) [2176415] - scsi: megaraid_sas: Fix double kfree() (Tomas Henzl) [2163384] - scsi: megaraid_sas: Remove redundant memset() statement (Tomas Henzl) [2163384] - scsi: megaraid_sas: Remove unnecessary kfree() (Tomas Henzl) [2163384] - scsi: megaraid: Use scsi_cmd_to_rq() instead of scsi_cmnd.request (Tomas Henzl) [2163384] - scsi: megaraid_sas: Fix crash after a double completion (Tomas Henzl) [2163384] - scsi: megaraid_sas: Fix fw_crash_buffer_show() (Tomas Henzl) [2163384] - scsi: megaraid_sas: Driver version update to 07.725.01.00-rc1 (Tomas Henzl) [2163384] - scsi: megaraid_sas: Add crash dump mode capability bit in MFI capabilities (Tomas Henzl) [2163384] - scsi: megaraid_sas: Update max supported LD IDs to 240 (Tomas Henzl) [2163384] - scsi: megaraid_sas: Add flexible array member for SGLs (Tomas Henzl) [2163384] - scsi: megaraid_sas: Fix some spelling mistakes in comment (Tomas Henzl) [2163384] - wifi: mark the support for WiFi on aarch64 architecture as tech preview (Jose Ignacio Tornos Martinez) [2143728] - config: Enable WiFI on aarch64 architecture (Jose Ignacio Tornos Martinez) [2143728 2143781] - tcp: fix skb_copy_ubufs() vs BIG TCP (Xin Long) [2185290] - netfilter: xt_length: use skb len to match in length_mt6 (Xin Long) [2185290] - net: add support for ipv4 big tcp (Xin Long) [2185290] - net: add gso_ipv4_max_size and gro_ipv4_max_size per device (Xin Long) [2185290] - packet: add TP_STATUS_GSO_TCP for tp_status (Xin Long) [2185290] - ipvlan: use skb_ip_totlen in ipvlan_get_L3_hdr (Xin Long) [2185290] - cipso_ipv4: use iph_set_totlen in skbuff_setattr (Xin Long) [2185290] - netfilter: use skb_ip_totlen and iph_totlen (Xin Long) [2185290] - net: sched: use skb_ip_totlen and iph_totlen (Xin Long) [2185290] - openvswitch: use skb_ip_totlen in conntrack (Xin Long) [2185290] - bridge: use skb_ip_totlen in br netfilter (Xin Long) [2185290] - net: add a couple of helpers for iph tot_len (Xin Long) [2185290] - IB/hfi1: Fix sdma.h tx->num_descs off-by-one errors (Izabela Bakollari) [2170628] - IB/hfi1: Fix math bugs in hfi1_can_pin_pages() (Izabela Bakollari) [2170628] - IB/hfi1: Restore allocated resources on failed copyout (Izabela Bakollari) [2170628] - IB/hfi1: Use dma_mmap_coherent for matching buffers (Izabela Bakollari) [2170628] - IB/hfi1: Update RMT size calculation (Izabela Bakollari) [2170628] - IB/hfi1: Split IB counter allocation (Izabela Bakollari) [2170628] - IB/hfi1: Improve TID validity checking (Izabela Bakollari) [2170628] - IB/hfi1: Consolidate the creation of user TIDs (Izabela Bakollari) [2170628] - IB/hfi1: Assign npages earlier (Izabela Bakollari) [2170628] - IB/hfi1: Remove redundant pageidx variable (Izabela Bakollari) [2170628] - IB/hfi1: Remove user expected buffer invalidate race (Izabela Bakollari) [2170628] - IB/hfi1: Immediately remove invalid memory from hardware (Izabela Bakollari) [2170628] - IB/hfi1: Fix expected receive setup error exit issues (Izabela Bakollari) [2170628] - IB/hfi1: Reserve user expected TIDs (Izabela Bakollari) [2170628] - IB/hfi1: Reject a zero-length user expected buffer (Izabela Bakollari) [2170628] - RDMA/hfi1: Fix doc for hfi1_free_ctxt (Izabela Bakollari) [2170628] - RDMA/hfi1: use sysfs_emit() to instead of scnprintf() (Izabela Bakollari) [2170628] - RDMA/hfi1: Fix error return code in parse_platform_config() (Izabela Bakollari) [2170628] - IB/hfi1: Switch to netif_napi_add() (Izabela Bakollari) [2170628] - RDMA/hfi: Decrease PCI device reference count in error path (Izabela Bakollari) [2170628] - RDMA/hfi1: don't pass bogus GFP_ flags to dma_alloc_coherent (Izabela Bakollari) [2170628] - IB/hfi1: Replace 1-element array with singleton (Izabela Bakollari) [2170628] - RDMA/opa_vnic: fix spelling typo in comment (Izabela Bakollari) [2170628] - IB/hfi1: Use skb_put_data() instead of skb_put/memcpy pair (Izabela Bakollari) [2170628] - IB/hfi1: remove rc_only_opcode and uc_only_opcode declarations (Izabela Bakollari) [2170628] - RDMA/hfi1: fix repeated words in comments (Izabela Bakollari) [2170628] - RDMA/hfi1: Remove the unneeded result variable (Izabela Bakollari) [2170628] - IB: move from strlcpy with unused retval to strscpy (Izabela Bakollari) [2170628] Resolves: rhbz#2143728, rhbz#2143781, rhbz#2163384, rhbz#2170628, rhbz#2175143, rhbz#2176415, rhbz#2180619, rhbz#2185290, rhbz#2189283 Signed-off-by: Jan Stancek --- Makefile.rhelver | 2 +- kernel-aarch64-64k-debug-rhel.config | 8 +- kernel-aarch64-64k-rhel.config | 10 +- kernel-aarch64-debug-rhel.config | 8 +- kernel-aarch64-rhel.config | 10 +- kernel-aarch64-rt-debug-rhel.config | 8 +- kernel-aarch64-rt-rhel.config | 10 +- kernel-ppc64le-debug-rhel.config | 2 +- kernel-ppc64le-rhel.config | 4 +- kernel-s390x-debug-rhel.config | 2 +- kernel-s390x-rhel.config | 4 +- kernel-s390x-zfcpdump-rhel.config | 4 +- kernel.spec | 241 ++++++++++++++++++++++++++- sources | 6 +- 14 files changed, 282 insertions(+), 37 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index 9e7e8ad57..45ee88e6e 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 3 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 310 +RHEL_RELEASE = 311 # # ZSTREAM diff --git a/kernel-aarch64-64k-debug-rhel.config b/kernel-aarch64-64k-debug-rhel.config index 19a247f0b..39c456dad 100644 --- a/kernel-aarch64-64k-debug-rhel.config +++ b/kernel-aarch64-64k-debug-rhel.config @@ -369,11 +369,13 @@ CONFIG_ATA_PIIX=y CONFIG_ATA_SFF=y CONFIG_ATA_VERBOSE_ERROR=y CONFIG_ATA=y +# CONFIG_ATH10K_AHB is not set CONFIG_ATH10K_DEBUGFS=y CONFIG_ATH10K_DEBUG=y CONFIG_ATH10K=m CONFIG_ATH10K_PCI=m # CONFIG_ATH10K_SDIO is not set +# CONFIG_ATH10K_SNOC is not set # CONFIG_ATH10K_SPECTRAL is not set CONFIG_ATH10K_TRACING=y # CONFIG_ATH10K_USB is not set @@ -2995,7 +2997,7 @@ CONFIG_MAC80211_LEDS=y CONFIG_MAC80211=m # CONFIG_MAC80211_MESH is not set CONFIG_MAC80211_MESSAGE_TRACING=y -CONFIG_MAC80211_RC_DEFAULT="minstrel" +CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y CONFIG_MAC80211_RC_MINSTREL=y CONFIG_MAC802154=m @@ -6824,8 +6826,7 @@ CONFIG_WATCH_QUEUE=y # CONFIG_WIREGUARD_DEBUG is not set CONFIG_WIREGUARD=m CONFIG_WIRELESS_HOTKEY=m -# CONFIG_WIRELESS is not set -# CONFIG_WLAN is not set +CONFIG_WIRELESS=y # CONFIG_WLAN_VENDOR_ADMTEK is not set CONFIG_WLAN_VENDOR_ATH=y # CONFIG_WLAN_VENDOR_ATMEL is not set @@ -6843,6 +6844,7 @@ CONFIG_WLAN_VENDOR_REALTEK=y # CONFIG_WLAN_VENDOR_ST is not set # CONFIG_WLAN_VENDOR_TI is not set # CONFIG_WLAN_VENDOR_ZYDAS is not set +CONFIG_WLAN=y CONFIG_WMI_BMOF=m # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set CONFIG_WQ_WATCHDOG=y diff --git a/kernel-aarch64-64k-rhel.config b/kernel-aarch64-64k-rhel.config index 1bb77d3f2..b9633f657 100644 --- a/kernel-aarch64-64k-rhel.config +++ b/kernel-aarch64-64k-rhel.config @@ -369,11 +369,13 @@ CONFIG_ATA_PIIX=y CONFIG_ATA_SFF=y CONFIG_ATA_VERBOSE_ERROR=y CONFIG_ATA=y +# CONFIG_ATH10K_AHB is not set CONFIG_ATH10K_DEBUGFS=y # CONFIG_ATH10K_DEBUG is not set CONFIG_ATH10K=m CONFIG_ATH10K_PCI=m # CONFIG_ATH10K_SDIO is not set +# CONFIG_ATH10K_SNOC is not set # CONFIG_ATH10K_SPECTRAL is not set # CONFIG_ATH10K_TRACING is not set # CONFIG_ATH10K_USB is not set @@ -2967,14 +2969,14 @@ CONFIG_LWTUNNEL=y CONFIG_LXT_PHY=m CONFIG_LZ4_COMPRESS=m # CONFIG_M62332 is not set -# CONFIG_MAC80211_DEBUGFS is not set +CONFIG_MAC80211_DEBUGFS=y # CONFIG_MAC80211_DEBUG_MENU is not set CONFIG_MAC80211_HWSIM=m CONFIG_MAC80211_LEDS=y CONFIG_MAC80211=m # CONFIG_MAC80211_MESH is not set # CONFIG_MAC80211_MESSAGE_TRACING is not set -CONFIG_MAC80211_RC_DEFAULT="minstrel" +CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y CONFIG_MAC80211_RC_MINSTREL=y CONFIG_MAC802154=m @@ -6800,8 +6802,7 @@ CONFIG_WATCH_QUEUE=y # CONFIG_WIREGUARD_DEBUG is not set CONFIG_WIREGUARD=m CONFIG_WIRELESS_HOTKEY=m -# CONFIG_WIRELESS is not set -# CONFIG_WLAN is not set +CONFIG_WIRELESS=y # CONFIG_WLAN_VENDOR_ADMTEK is not set CONFIG_WLAN_VENDOR_ATH=y # CONFIG_WLAN_VENDOR_ATMEL is not set @@ -6819,6 +6820,7 @@ CONFIG_WLAN_VENDOR_REALTEK=y # CONFIG_WLAN_VENDOR_ST is not set # CONFIG_WLAN_VENDOR_TI is not set # CONFIG_WLAN_VENDOR_ZYDAS is not set +CONFIG_WLAN=y CONFIG_WMI_BMOF=m # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set # CONFIG_WQ_WATCHDOG is not set diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config index 86419b43f..cf0c3f259 100644 --- a/kernel-aarch64-debug-rhel.config +++ b/kernel-aarch64-debug-rhel.config @@ -366,11 +366,13 @@ CONFIG_ATA_PIIX=y CONFIG_ATA_SFF=y CONFIG_ATA_VERBOSE_ERROR=y CONFIG_ATA=y +# CONFIG_ATH10K_AHB is not set CONFIG_ATH10K_DEBUGFS=y CONFIG_ATH10K_DEBUG=y CONFIG_ATH10K=m CONFIG_ATH10K_PCI=m # CONFIG_ATH10K_SDIO is not set +# CONFIG_ATH10K_SNOC is not set # CONFIG_ATH10K_SPECTRAL is not set CONFIG_ATH10K_TRACING=y # CONFIG_ATH10K_USB is not set @@ -2992,7 +2994,7 @@ CONFIG_MAC80211_LEDS=y CONFIG_MAC80211=m # CONFIG_MAC80211_MESH is not set CONFIG_MAC80211_MESSAGE_TRACING=y -CONFIG_MAC80211_RC_DEFAULT="minstrel" +CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y CONFIG_MAC80211_RC_MINSTREL=y CONFIG_MAC802154=m @@ -6821,8 +6823,7 @@ CONFIG_WATCH_QUEUE=y # CONFIG_WIREGUARD_DEBUG is not set CONFIG_WIREGUARD=m CONFIG_WIRELESS_HOTKEY=m -# CONFIG_WIRELESS is not set -# CONFIG_WLAN is not set +CONFIG_WIRELESS=y # CONFIG_WLAN_VENDOR_ADMTEK is not set CONFIG_WLAN_VENDOR_ATH=y # CONFIG_WLAN_VENDOR_ATMEL is not set @@ -6840,6 +6841,7 @@ CONFIG_WLAN_VENDOR_REALTEK=y # CONFIG_WLAN_VENDOR_ST is not set # CONFIG_WLAN_VENDOR_TI is not set # CONFIG_WLAN_VENDOR_ZYDAS is not set +CONFIG_WLAN=y CONFIG_WMI_BMOF=m # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set CONFIG_WQ_WATCHDOG=y diff --git a/kernel-aarch64-rhel.config b/kernel-aarch64-rhel.config index a3de65e7b..609f1224b 100644 --- a/kernel-aarch64-rhel.config +++ b/kernel-aarch64-rhel.config @@ -366,11 +366,13 @@ CONFIG_ATA_PIIX=y CONFIG_ATA_SFF=y CONFIG_ATA_VERBOSE_ERROR=y CONFIG_ATA=y +# CONFIG_ATH10K_AHB is not set CONFIG_ATH10K_DEBUGFS=y # CONFIG_ATH10K_DEBUG is not set CONFIG_ATH10K=m CONFIG_ATH10K_PCI=m # CONFIG_ATH10K_SDIO is not set +# CONFIG_ATH10K_SNOC is not set # CONFIG_ATH10K_SPECTRAL is not set # CONFIG_ATH10K_TRACING is not set # CONFIG_ATH10K_USB is not set @@ -2964,14 +2966,14 @@ CONFIG_LWTUNNEL=y CONFIG_LXT_PHY=m CONFIG_LZ4_COMPRESS=m # CONFIG_M62332 is not set -# CONFIG_MAC80211_DEBUGFS is not set +CONFIG_MAC80211_DEBUGFS=y # CONFIG_MAC80211_DEBUG_MENU is not set CONFIG_MAC80211_HWSIM=m CONFIG_MAC80211_LEDS=y CONFIG_MAC80211=m # CONFIG_MAC80211_MESH is not set # CONFIG_MAC80211_MESSAGE_TRACING is not set -CONFIG_MAC80211_RC_DEFAULT="minstrel" +CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y CONFIG_MAC80211_RC_MINSTREL=y CONFIG_MAC802154=m @@ -6797,8 +6799,7 @@ CONFIG_WATCH_QUEUE=y # CONFIG_WIREGUARD_DEBUG is not set CONFIG_WIREGUARD=m CONFIG_WIRELESS_HOTKEY=m -# CONFIG_WIRELESS is not set -# CONFIG_WLAN is not set +CONFIG_WIRELESS=y # CONFIG_WLAN_VENDOR_ADMTEK is not set CONFIG_WLAN_VENDOR_ATH=y # CONFIG_WLAN_VENDOR_ATMEL is not set @@ -6816,6 +6817,7 @@ CONFIG_WLAN_VENDOR_REALTEK=y # CONFIG_WLAN_VENDOR_ST is not set # CONFIG_WLAN_VENDOR_TI is not set # CONFIG_WLAN_VENDOR_ZYDAS is not set +CONFIG_WLAN=y CONFIG_WMI_BMOF=m # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set # CONFIG_WQ_WATCHDOG is not set diff --git a/kernel-aarch64-rt-debug-rhel.config b/kernel-aarch64-rt-debug-rhel.config index f1122a29f..636bb5a95 100644 --- a/kernel-aarch64-rt-debug-rhel.config +++ b/kernel-aarch64-rt-debug-rhel.config @@ -372,11 +372,13 @@ CONFIG_ATA_PIIX=y CONFIG_ATA_SFF=y CONFIG_ATA_VERBOSE_ERROR=y CONFIG_ATA=y +# CONFIG_ATH10K_AHB is not set CONFIG_ATH10K_DEBUGFS=y CONFIG_ATH10K_DEBUG=y CONFIG_ATH10K=m CONFIG_ATH10K_PCI=m # CONFIG_ATH10K_SDIO is not set +# CONFIG_ATH10K_SNOC is not set # CONFIG_ATH10K_SPECTRAL is not set CONFIG_ATH10K_TRACING=y # CONFIG_ATH10K_USB is not set @@ -3050,7 +3052,7 @@ CONFIG_MAC80211_LEDS=y CONFIG_MAC80211=m # CONFIG_MAC80211_MESH is not set CONFIG_MAC80211_MESSAGE_TRACING=y -CONFIG_MAC80211_RC_DEFAULT="minstrel" +CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y CONFIG_MAC80211_RC_MINSTREL=y CONFIG_MAC802154=m @@ -6984,8 +6986,7 @@ CONFIG_WATCH_QUEUE=y # CONFIG_WIREGUARD_DEBUG is not set CONFIG_WIREGUARD=m CONFIG_WIRELESS_HOTKEY=m -# CONFIG_WIRELESS is not set -# CONFIG_WLAN is not set +CONFIG_WIRELESS=y # CONFIG_WLAN_VENDOR_ADMTEK is not set CONFIG_WLAN_VENDOR_ATH=y # CONFIG_WLAN_VENDOR_ATMEL is not set @@ -7003,6 +7004,7 @@ CONFIG_WLAN_VENDOR_REALTEK=y # CONFIG_WLAN_VENDOR_ST is not set # CONFIG_WLAN_VENDOR_TI is not set # CONFIG_WLAN_VENDOR_ZYDAS is not set +CONFIG_WLAN=y CONFIG_WMI_BMOF=m # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set CONFIG_WQ_WATCHDOG=y diff --git a/kernel-aarch64-rt-rhel.config b/kernel-aarch64-rt-rhel.config index daffc888f..1fd779fb5 100644 --- a/kernel-aarch64-rt-rhel.config +++ b/kernel-aarch64-rt-rhel.config @@ -372,11 +372,13 @@ CONFIG_ATA_PIIX=y CONFIG_ATA_SFF=y CONFIG_ATA_VERBOSE_ERROR=y CONFIG_ATA=y +# CONFIG_ATH10K_AHB is not set CONFIG_ATH10K_DEBUGFS=y # CONFIG_ATH10K_DEBUG is not set CONFIG_ATH10K=m CONFIG_ATH10K_PCI=m # CONFIG_ATH10K_SDIO is not set +# CONFIG_ATH10K_SNOC is not set # CONFIG_ATH10K_SPECTRAL is not set # CONFIG_ATH10K_TRACING is not set # CONFIG_ATH10K_USB is not set @@ -3022,14 +3024,14 @@ CONFIG_LWTUNNEL=y CONFIG_LXT_PHY=m CONFIG_LZ4_COMPRESS=m # CONFIG_M62332 is not set -# CONFIG_MAC80211_DEBUGFS is not set +CONFIG_MAC80211_DEBUGFS=y # CONFIG_MAC80211_DEBUG_MENU is not set CONFIG_MAC80211_HWSIM=m CONFIG_MAC80211_LEDS=y CONFIG_MAC80211=m # CONFIG_MAC80211_MESH is not set # CONFIG_MAC80211_MESSAGE_TRACING is not set -CONFIG_MAC80211_RC_DEFAULT="minstrel" +CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y CONFIG_MAC80211_RC_MINSTREL=y CONFIG_MAC802154=m @@ -6960,8 +6962,7 @@ CONFIG_WATCH_QUEUE=y # CONFIG_WIREGUARD_DEBUG is not set CONFIG_WIREGUARD=m CONFIG_WIRELESS_HOTKEY=m -# CONFIG_WIRELESS is not set -# CONFIG_WLAN is not set +CONFIG_WIRELESS=y # CONFIG_WLAN_VENDOR_ADMTEK is not set CONFIG_WLAN_VENDOR_ATH=y # CONFIG_WLAN_VENDOR_ATMEL is not set @@ -6979,6 +6980,7 @@ CONFIG_WLAN_VENDOR_REALTEK=y # CONFIG_WLAN_VENDOR_ST is not set # CONFIG_WLAN_VENDOR_TI is not set # CONFIG_WLAN_VENDOR_ZYDAS is not set +CONFIG_WLAN=y CONFIG_WMI_BMOF=m # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set # CONFIG_WQ_WATCHDOG is not set diff --git a/kernel-ppc64le-debug-rhel.config b/kernel-ppc64le-debug-rhel.config index 753180f37..2865d12ca 100644 --- a/kernel-ppc64le-debug-rhel.config +++ b/kernel-ppc64le-debug-rhel.config @@ -2706,7 +2706,7 @@ CONFIG_MAC80211_LEDS=y CONFIG_MAC80211=m # CONFIG_MAC80211_MESH is not set CONFIG_MAC80211_MESSAGE_TRACING=y -CONFIG_MAC80211_RC_DEFAULT="minstrel" +CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y CONFIG_MAC80211_RC_MINSTREL=y CONFIG_MAC802154=m diff --git a/kernel-ppc64le-rhel.config b/kernel-ppc64le-rhel.config index 460d33866..9e716ff7b 100644 --- a/kernel-ppc64le-rhel.config +++ b/kernel-ppc64le-rhel.config @@ -2679,14 +2679,14 @@ CONFIG_LWTUNNEL=y CONFIG_LXT_PHY=m CONFIG_LZ4_COMPRESS=m # CONFIG_M62332 is not set -# CONFIG_MAC80211_DEBUGFS is not set +CONFIG_MAC80211_DEBUGFS=y # CONFIG_MAC80211_DEBUG_MENU is not set CONFIG_MAC80211_HWSIM=m CONFIG_MAC80211_LEDS=y CONFIG_MAC80211=m # CONFIG_MAC80211_MESH is not set # CONFIG_MAC80211_MESSAGE_TRACING is not set -CONFIG_MAC80211_RC_DEFAULT="minstrel" +CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y CONFIG_MAC80211_RC_MINSTREL=y CONFIG_MAC802154=m diff --git a/kernel-s390x-debug-rhel.config b/kernel-s390x-debug-rhel.config index 8c3fbdef7..c93a5a9ba 100644 --- a/kernel-s390x-debug-rhel.config +++ b/kernel-s390x-debug-rhel.config @@ -2691,7 +2691,7 @@ CONFIG_MAC80211_HWSIM=m CONFIG_MAC80211_LEDS=y # CONFIG_MAC80211_MESH is not set CONFIG_MAC80211_MESSAGE_TRACING=y -CONFIG_MAC80211_RC_DEFAULT="minstrel" +CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y CONFIG_MAC80211_RC_MINSTREL=y CONFIG_MAC802154=m diff --git a/kernel-s390x-rhel.config b/kernel-s390x-rhel.config index 3e2321906..318d5ea58 100644 --- a/kernel-s390x-rhel.config +++ b/kernel-s390x-rhel.config @@ -2664,14 +2664,14 @@ CONFIG_LWTUNNEL=y # CONFIG_LXT_PHY is not set CONFIG_LZ4_COMPRESS=m # CONFIG_M62332 is not set -# CONFIG_MAC80211_DEBUGFS is not set +CONFIG_MAC80211_DEBUGFS=y # CONFIG_MAC80211_DEBUG_MENU is not set CONFIG_MAC80211_HWSIM=m # CONFIG_MAC80211 is not set CONFIG_MAC80211_LEDS=y # CONFIG_MAC80211_MESH is not set # CONFIG_MAC80211_MESSAGE_TRACING is not set -CONFIG_MAC80211_RC_DEFAULT="minstrel" +CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y CONFIG_MAC80211_RC_MINSTREL=y CONFIG_MAC802154=m diff --git a/kernel-s390x-zfcpdump-rhel.config b/kernel-s390x-zfcpdump-rhel.config index 4366c2811..12e3f3f40 100644 --- a/kernel-s390x-zfcpdump-rhel.config +++ b/kernel-s390x-zfcpdump-rhel.config @@ -2677,14 +2677,14 @@ CONFIG_LWTUNNEL=y # CONFIG_LXT_PHY is not set CONFIG_LZ4_COMPRESS=m # CONFIG_M62332 is not set -# CONFIG_MAC80211_DEBUGFS is not set +CONFIG_MAC80211_DEBUGFS=y # CONFIG_MAC80211_DEBUG_MENU is not set CONFIG_MAC80211_HWSIM=m # CONFIG_MAC80211 is not set CONFIG_MAC80211_LEDS=y # CONFIG_MAC80211_MESH is not set # CONFIG_MAC80211_MESSAGE_TRACING is not set -CONFIG_MAC80211_RC_DEFAULT="minstrel" +CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y CONFIG_MAC80211_RC_MINSTREL=y CONFIG_MAC802154=m diff --git a/kernel.spec b/kernel.spec index 6cca9d1b8..965b1d169 100755 --- a/kernel.spec +++ b/kernel.spec @@ -161,15 +161,15 @@ Summary: The Linux kernel # define buildid .local %define specversion 5.14.0 %define patchversion 5.14 -%define pkgrelease 310 +%define pkgrelease 311 %define kversion 5 -%define tarfile_release 5.14.0-310.el9 +%define tarfile_release 5.14.0-311.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 310%{?buildid}%{?dist} +%define specrelease 311%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-310.el9 +%define kabiversion 5.14.0-311.el9 # # End of genspec.sh variables @@ -3601,6 +3601,239 @@ fi # # %changelog +* Wed May 10 2023 Jan Stancek [5.14.0-311.el9] +- cacheinfo: Add use_arch[|_cache]_info field/function (Radu Rendec) [2180619] +- arch_topology: Remove early cacheinfo error message if -ENOENT (Radu Rendec) [2180619] +- cacheinfo: Check cache properties are present in DT (Radu Rendec) [2180619] +- cacheinfo: Check sib_leaf in cache_leaves_are_shared() (Radu Rendec) [2180619] +- cacheinfo: Allow early level detection when DT/ACPI info is missing/broken (Radu Rendec) [2180619] +- cacheinfo: Add arm64 early level initializer implementation (Radu Rendec) [2180619] +- cacheinfo: Add arch specific early level initializer (Radu Rendec) [2180619] +- cacheinfo: Fix LLC is not exported through sysfs (Radu Rendec) [2180619] +- cacheinfo: Remove of_node_put() for fw_token (Radu Rendec) [2180619] +- cacheinfo: Decrement refcount in cache_setup_of_node() (Radu Rendec) [2180619] +- cacheinfo: Make default acpi_get_cache_info() return an error (Radu Rendec) [2180619] +- cacheinfo: Initialize variables in fetch_cache_info() (Radu Rendec) [2180619] +- ACPI: PPTT: Fix to avoid sleep in the atomic context when PPTT is absent (Radu Rendec) [2180619] +- arch_topology: Build cacheinfo from primary CPU (Radu Rendec) [2180619] +- ACPI: PPTT: Update acpi_find_last_cache_level() to acpi_get_cache_info() (Radu Rendec) [2180619] +- ACPI: PPTT: Remove acpi_find_cache_levels() (Radu Rendec) [2180619] +- cacheinfo: Check 'cache-unified' property to count cache leaves (Radu Rendec) [2180619] +- cacheinfo: Return error code in init_of_cache_level() (Radu Rendec) [2180619] +- cacheinfo: Use RISC-V's init_cache_level() as generic OF implementation (Radu Rendec) [2180619] +- arm64: topology: move store_cpu_topology() to shared code (Radu Rendec) [2180619] +- of: Add of_property_present() helper (Radu Rendec) [2180619] +- IPv6/GRO: generic helper to remove temporary HBH/jumbo header in driver (Michal Schmidt) [2189283] +- tools: include: sync include/api/linux/kvm.h (Eric Auger) [2175143] +- KVM: Check KVM_CAP_DIRTY_LOG_{RING, RING_ACQ_REL} prior to enabling them (Eric Auger) [2175143] +- KVM: selftests: Fix divide-by-zero bug in memslot_perf_test (Eric Auger) [2175143] +- proc/meminfo: fix spacing in SecPageTables (Eric Auger) [2175143] +- arm64/sme: Fix context switch for SME only systems (Eric Auger) [2175143] +- KVM: arm64: Normalize cache configuration (Eric Auger) [2175143] +- KVM: arm64: Mask FEAT_CCIDX (Eric Auger) [2175143] +- KVM: arm64: Always set HCR_TID2 (Eric Auger) [2175143] +- arm64/cache: Move CLIDR macro definitions (Eric Auger) [2175143] +- arm64/sysreg: Add CCSIDR2_EL1 (Eric Auger) [2175143] +- arm64/sysreg: Convert CCSIDR_EL1 to automatic generation (Eric Auger) [2175143] +- arm64: Allow the definition of UNKNOWN system register fields (Eric Auger) [2175143] +- KVM: arm64: Use symbolic definition for ISR_EL1.A (Eric Auger) [2175143] +- arm64/sysreg: Add definition of ISR_EL1 (Eric Auger) [2175143] +- arm64/sysreg: Add definition for ICC_NMIAR1_EL1 (Eric Auger) [2175143] +- KVM: arm64: timers: Don't BUG() on unhandled timer trap (Eric Auger) [2175143] +- KVM: arm64: Reduce overhead of trapped timer sysreg accesses (Eric Auger) [2175143] +- KVM: arm64: Don't arm a hrtimer for an already pending timer (Eric Auger) [2175143] +- KVM: arm64: PMU: Don't save PMCR_EL0.{C,P} for the vCPU (Eric Auger) [2175143] +- KVM: arm64: PMU: Fix GET_ONE_REG for vPMC regs to return the current value (Eric Auger) [2175143] +- KVM: arm64: Finalise EL2 state from pKVM PSCI relay (Eric Auger) [2175143] +- KVM: arm64: Use sanitized values in __check_override in nVHE (Eric Auger) [2175143] +- KVM: arm64: Introduce finalise_el2_state macro (Eric Auger) [2175143] +- KVM: arm64: Provide sanitized SYS_ID_AA64SMFR0_EL1 to nVHE (Eric Auger) [2175143] +- arm64: Avoid repeated AA64MMFR1_EL1 register read on pagefault path (Eric Auger) [2175143] +- KVM: arm64: Condition HW AF updates on config option (Eric Auger) [2175143] +- KVM: arm64: Handle access faults behind the read lock (Eric Auger) [2175143] +- KVM: arm64: Don't serialize if the access flag isn't set (Eric Auger) [2175143] +- KVM: arm64: Return EAGAIN for invalid PTE in attr walker (Eric Auger) [2175143] +- KVM: arm64: Ignore EAGAIN for walks outside of a fault (Eric Auger) [2175143] +- KVM: arm64: Use KVM's pte type/helpers in handle_access_fault() (Eric Auger) [2175143] +- KVM: arm64: selftests: Disable single-step without relying on ucall() (Eric Auger) [2175143] +- KVM: arm64: selftests: Disable single-step with correct KVM define (Eric Auger) [2175143] +- KVM: selftests: Fix number of pages for memory slot in memslot_modification_stress_test (Eric Auger) [2175143] +- KVM: selftests: memslot_perf_test: Report optimal memory slots (Eric Auger) [2175143] +- KVM: selftests: memslot_perf_test: Consolidate memory (Eric Auger) [2175143] +- KVM: selftests: memslot_perf_test: Support variable guest page size (Eric Auger) [2175143] +- KVM: selftests: memslot_perf_test: Probe memory slots for once (Eric Auger) [2175143] +- KVM: selftests: memslot_perf_test: Consolidate loop conditions in prepare_vm() (Eric Auger) [2175143] +- KVM: selftests: memslot_perf_test: Use data->nslots in prepare_vm() (Eric Auger) [2175143] +- tools/include: Add _RET_IP_ and math definitions to kernel.h (Eric Auger) [2175143] +- KVM: arm64: selftests: Test with every breakpoint/watchpoint (Eric Auger) [2175143] +- KVM: arm64: selftests: Add a test case for a linked watchpoint (Eric Auger) [2175143] +- KVM: arm64: selftests: Add a test case for a linked breakpoint (Eric Auger) [2175143] +- KVM: arm64: selftests: Change debug_version() to take ID_AA64DFR0_EL1 (Eric Auger) [2175143] +- KVM: arm64: selftests: Stop unnecessary test stage tracking of debug-exceptions (Eric Auger) [2175143] +- KVM: arm64: selftests: Add helpers to enable debug exceptions (Eric Auger) [2175143] +- KVM: arm64: selftests: Remove the hard-coded {b,w}pn#0 from debug-exceptions (Eric Auger) [2175143] +- KVM: arm64: selftests: Add write_dbg{b,w}{c,v}r helpers in debug-exceptions (Eric Auger) [2175143] +- KVM: arm64: selftests: Use FIELD_GET() to extract ID register fields (Eric Auger) [2175143] +- tools: Copy bitfield.h from the kernel sources (Eric Auger) [2175143] +- KVM: selftests: Update top-of-file comment in psci_test (Eric Auger) [2175143] +- KVM: arm64: selftests: Add a test case for KVM_GUESTDBG_SINGLESTEP (Eric Auger) [2175143] +- KVM: arm64: selftests: Refactor debug-exceptions to make it amenable to new test cases (Eric Auger) [2175143] +- KVM: arm64: Convert FSC_* over to ESR_ELx_FSC_* (Eric Auger) [2175143] +- KVM: arm64: Fix S1PTW handling on RO memslots (Eric Auger) [2175143] +- KVM: arm64: PMU: Fix PMCR_EL0 reset value (Eric Auger) [2175143] +- KVM: arm64: Reject shared table walks in the hyp code (Eric Auger) [2175143] +- KVM: arm64: Don't acquire RCU read lock for exclusive table walks (Eric Auger) [2175143] +- KVM: arm64: Take a pointer to walker data in kvm_dereference_pteref() (Eric Auger) [2175143] +- KVM: arm64: PMU: Fix period computation for 64bit counters with 32bit overflow (Eric Auger) [2175143] +- arm64/fp: Use a struct to pass data to fpsimd_bind_state_to_cpu() (Eric Auger) [2175143] +- arm64/sve: Leave SVE enabled on syscall if we don't context switch (Eric Auger) [2175143] +- arm64/fpsimd: SME no longer requires SVE register state (Eric Auger) [2175143] +- arm64/fpsimd: Load FP state based on recorded data type (Eric Auger) [2175143] +- arm64/fpsimd: Stop using TIF_SVE to manage register saving in KVM (Eric Auger) [2175143] +- arm64/fpsimd: Have KVM explicitly say which FP registers to save (Eric Auger) [2175143] +- arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVE (Eric Auger) [2175143] +- KVM: arm64: Discard any SVE state when entering KVM guests (Eric Auger) [2175143] +- Documentation: document the ABI changes for KVM_CAP_ARM_MTE (Eric Auger) [2175143] +- KVM: arm64: permit all VM_MTE_ALLOWED mappings with MTE enabled (Eric Auger) [2175143] +- KVM: arm64: unify the tests for VMAs in memslots when MTE is enabled (Eric Auger) [2175143] +- KVM: arm64: Simplify the sanitise_mte_tags() logic (Eric Auger) [2175143] +- KVM: arm64: PMU: Sanitise PMCR_EL0.LP on first vcpu run (Eric Auger) [2175143] +- KVM: arm64: PMU: Simplify PMCR_EL0 reset handling (Eric Auger) [2175143] +- KVM: arm64: PMU: Replace version number '0' with ID_AA64DFR0_EL1_PMUVer_NI (Eric Auger) [2175143] +- KVM: arm64: PMU: Make kvm_pmc the main data structure (Eric Auger) [2175143] +- KVM: arm64: PMU: Simplify vcpu computation on perf overflow notification (Eric Auger) [2175143] +- KVM: arm64: PMU: Allow PMUv3p5 to be exposed to the guest (Eric Auger) [2175143] +- KVM: arm64: PMU: Implement PMUv3p5 long counter support (Eric Auger) [2175143] +- KVM: arm64: PMU: Allow ID_DFR0_EL1.PerfMon to be set from userspace (Eric Auger) [2175143] +- KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace (Eric Auger) [2175143] +- KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creation (Eric Auger) [2175143] +- KVM: arm64: PMU: Do not let AArch32 change the counters' top 32 bits (Eric Auger) [2175143] +- KVM: arm64: PMU: Simplify setting a counter to a specific value (Eric Auger) [2175143] +- KVM: arm64: PMU: Add counter_index_to_*reg() helpers (Eric Auger) [2175143] +- KVM: arm64: PMU: Only narrow counters that are not 64bit wide (Eric Auger) [2175143] +- KVM: arm64: PMU: Narrow the overflow checking when required (Eric Auger) [2175143] +- KVM: arm64: PMU: Distinguish between 64bit counter and 64bit overflow (Eric Auger) [2175143] +- KVM: arm64: PMU: Always advertise the CHAIN event (Eric Auger) [2175143] +- KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode (Eric Auger) [2175143] +- KVM: arm64: Use the pKVM hyp vCPU structure in handle___kvm_vcpu_run() (Eric Auger) [2175143] +- KVM: arm64: Don't unnecessarily map host kernel sections at EL2 (Eric Auger) [2175143] +- KVM: arm64: Explicitly map 'kvm_vgic_global_state' at EL2 (Eric Auger) [2175143] +- KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2 (Eric Auger) [2175143] +- KVM: arm64: Unmap 'kvm_arm_hyp_percpu_base' from the host (Eric Auger) [2175143] +- KVM: arm64: Return guest memory from EL2 via dedicated teardown memcache (Eric Auger) [2175143] +- KVM: arm64: Instantiate guest stage-2 page-tables at EL2 (Eric Auger) [2175143] +- KVM: arm64: Consolidate stage-2 initialisation into a single function (Eric Auger) [2175143] +- KVM: arm64: Add generic hyp_memcache helpers (Eric Auger) [2175143] +- KVM: arm64: Provide I-cache invalidation by virtual address at EL2 (Eric Auger) [2175143] +- KVM: arm64: Initialise hypervisor copies of host symbols unconditionally (Eric Auger) [2175143] +- KVM: arm64: Add per-cpu fixmap infrastructure at EL2 (Eric Auger) [2175143] +- KVM: arm64: Instantiate pKVM hypervisor VM and vCPU structures from EL1 (Eric Auger) [2175143] +- KVM: arm64: Add infrastructure to create and track pKVM instances at EL2 (Eric Auger) [2175143] +- KVM: arm64: Rename 'host_kvm' to 'host_mmu' (Eric Auger) [2175143] +- KVM: arm64: Add hyp_spinlock_t static initializer (Eric Auger) [2175143] +- KVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.h (Eric Auger) [2175143] +- KVM: arm64: Add helpers to pin memory shared with the hypervisor at EL2 (Eric Auger) [2175143] +- KVM: arm64: Prevent the donation of no-map pages (Eric Auger) [2175143] +- KVM: arm64: Implement do_donate() helper for donating memory (Eric Auger) [2175143] +- KVM: arm64: Unify identifiers used to distinguish host and hypervisor (Eric Auger) [2175143] +- KVM: arm64: Fix-up hyp stage-1 refcounts for all pages mapped at EL2 (Eric Auger) [2175143] +- KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memory (Eric Auger) [2175143] +- KVM: arm64: Allow attaching of non-coalescable pages to a hyp pool (Eric Auger) [2175143] +- KVM: arm64: Move hyp refcount manipulation helpers to common header file (Eric Auger) [2175143] +- KVM: arm64: Fix typo in comment (Eric Auger) [2175143] +- KVM: arm64: Fix pvtime documentation (Eric Auger) [2175143] +- KVM: arm64: Fix benign bug with incorrect use of VA_BITS (Eric Auger) [2175143] +- KVM: arm64: Fix PAR_TO_HPFAR() to work independently of PA_BITS. (Eric Auger) [2175143] +- KVM: arm64: Fix kvm init failure when mode!=vhe and VA_BITS=52. (Eric Auger) [2175143] +- KVM: arm64: Handle stage-2 faults in parallel (Eric Auger) [2175143] +- KVM: arm64: Make table->block changes parallel-aware (Eric Auger) [2175143] +- KVM: arm64: Make leaf->leaf PTE changes parallel-aware (Eric Auger) [2175143] +- KVM: arm64: Make block->table PTE changes parallel-aware (Eric Auger) [2175143] +- KVM: arm64: Split init and set for table PTE (Eric Auger) [2175143] +- KVM: arm64: Atomically update stage 2 leaf attributes in parallel walks (Eric Auger) [2175143] +- KVM: arm64: Protect stage-2 traversal with RCU (Eric Auger) [2175143] +- KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make (Eric Auger) [2175143] +- KVM: arm64: Use an opaque type for pteps (Eric Auger) [2175143] +- KVM: arm64: Add a helper to tear down unlinked stage-2 subtrees (Eric Auger) [2175143] +- KVM: arm64: Don't pass kvm_pgtable through kvm_pgtable_walk_data (Eric Auger) [2175143] +- KVM: arm64: Pass mm_ops through the visitor context (Eric Auger) [2175143] +- KVM: arm64: Stash observed pte value in visitor context (Eric Auger) [2175143] +- KVM: arm64: Combine visitor arguments into a context structure (Eric Auger) [2175143] +- KVM: selftests: dirty-log: Use KVM_CAP_DIRTY_LOG_RING_ACQ_REL if available (Eric Auger) [2175143] +- KVM: selftests: dirty-log: Upgrade flag accesses to acquire/release semantics (Eric Auger) [2175143] +- KVM: Document weakly ordered architecture requirements for dirty ring (Eric Auger) [2175143] +- KVM: x86: Select CONFIG_HAVE_KVM_DIRTY_RING_ACQ_REL (Eric Auger) [2175143] +- KVM: Add KVM_CAP_DIRTY_LOG_RING_ACQ_REL capability and config option (Eric Auger) [2175143] +- KVM: Use acquire/release semantics when accessing dirty ring GFN state (Eric Auger) [2175143] +- KVM: arm64/mmu: count KVM s2 mmu usage in secondary pagetable stats (Eric Auger) [2175143] +- KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats. (Eric Auger) [2175143] +- mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses. (Eric Auger) [2175143] +- KVM: arm64: Enable stack protection and branch profiling for VHE (Eric Auger) [2175143] +- KVM: arm64: Fix comment typo in nvhe/switch.c (Eric Auger) [2175143] +- KVM: arm64: Ignore kvm-arm.mode if !is_hyp_mode_available() (Eric Auger) [2175143] +- KVM: arm64: vgic: Remove duplicate check in update_affinity_collection() (Eric Auger) [2175143] +- KVM: selftests: Add test for AArch32 ID registers (Eric Auger) [2175143] +- KVM: arm64: Treat 32bit ID registers as RAZ/WI on 64bit-only system (Eric Auger) [2175143] +- KVM: arm64: Add a visibility bit to ignore user writes (Eric Auger) [2175143] +- KVM: arm64: Spin off helper for calling visibility hook (Eric Auger) [2175143] +- KVM: arm64: Drop raz parameter from read_id_reg() (Eric Auger) [2175143] +- KVM: arm64: Remove internal accessor helpers for id regs (Eric Auger) [2175143] +- KVM: arm64: Use visibility hook to treat ID regs as RAZ (Eric Auger) [2175143] +- selftests/powerpc: Increase timeout for vsx_signal test (Mamatha Inamdar) [2176415] +- scsi: megaraid_sas: Fix double kfree() (Tomas Henzl) [2163384] +- scsi: megaraid_sas: Remove redundant memset() statement (Tomas Henzl) [2163384] +- scsi: megaraid_sas: Remove unnecessary kfree() (Tomas Henzl) [2163384] +- scsi: megaraid: Use scsi_cmd_to_rq() instead of scsi_cmnd.request (Tomas Henzl) [2163384] +- scsi: megaraid_sas: Fix crash after a double completion (Tomas Henzl) [2163384] +- scsi: megaraid_sas: Fix fw_crash_buffer_show() (Tomas Henzl) [2163384] +- scsi: megaraid_sas: Driver version update to 07.725.01.00-rc1 (Tomas Henzl) [2163384] +- scsi: megaraid_sas: Add crash dump mode capability bit in MFI capabilities (Tomas Henzl) [2163384] +- scsi: megaraid_sas: Update max supported LD IDs to 240 (Tomas Henzl) [2163384] +- scsi: megaraid_sas: Add flexible array member for SGLs (Tomas Henzl) [2163384] +- scsi: megaraid_sas: Fix some spelling mistakes in comment (Tomas Henzl) [2163384] +- wifi: mark the support for WiFi on aarch64 architecture as tech preview (Jose Ignacio Tornos Martinez) [2143728] +- config: Enable WiFI on aarch64 architecture (Jose Ignacio Tornos Martinez) [2143728 2143781] +- tcp: fix skb_copy_ubufs() vs BIG TCP (Xin Long) [2185290] +- netfilter: xt_length: use skb len to match in length_mt6 (Xin Long) [2185290] +- net: add support for ipv4 big tcp (Xin Long) [2185290] +- net: add gso_ipv4_max_size and gro_ipv4_max_size per device (Xin Long) [2185290] +- packet: add TP_STATUS_GSO_TCP for tp_status (Xin Long) [2185290] +- ipvlan: use skb_ip_totlen in ipvlan_get_L3_hdr (Xin Long) [2185290] +- cipso_ipv4: use iph_set_totlen in skbuff_setattr (Xin Long) [2185290] +- netfilter: use skb_ip_totlen and iph_totlen (Xin Long) [2185290] +- net: sched: use skb_ip_totlen and iph_totlen (Xin Long) [2185290] +- openvswitch: use skb_ip_totlen in conntrack (Xin Long) [2185290] +- bridge: use skb_ip_totlen in br netfilter (Xin Long) [2185290] +- net: add a couple of helpers for iph tot_len (Xin Long) [2185290] +- IB/hfi1: Fix sdma.h tx->num_descs off-by-one errors (Izabela Bakollari) [2170628] +- IB/hfi1: Fix math bugs in hfi1_can_pin_pages() (Izabela Bakollari) [2170628] +- IB/hfi1: Restore allocated resources on failed copyout (Izabela Bakollari) [2170628] +- IB/hfi1: Use dma_mmap_coherent for matching buffers (Izabela Bakollari) [2170628] +- IB/hfi1: Update RMT size calculation (Izabela Bakollari) [2170628] +- IB/hfi1: Split IB counter allocation (Izabela Bakollari) [2170628] +- IB/hfi1: Improve TID validity checking (Izabela Bakollari) [2170628] +- IB/hfi1: Consolidate the creation of user TIDs (Izabela Bakollari) [2170628] +- IB/hfi1: Assign npages earlier (Izabela Bakollari) [2170628] +- IB/hfi1: Remove redundant pageidx variable (Izabela Bakollari) [2170628] +- IB/hfi1: Remove user expected buffer invalidate race (Izabela Bakollari) [2170628] +- IB/hfi1: Immediately remove invalid memory from hardware (Izabela Bakollari) [2170628] +- IB/hfi1: Fix expected receive setup error exit issues (Izabela Bakollari) [2170628] +- IB/hfi1: Reserve user expected TIDs (Izabela Bakollari) [2170628] +- IB/hfi1: Reject a zero-length user expected buffer (Izabela Bakollari) [2170628] +- RDMA/hfi1: Fix doc for hfi1_free_ctxt (Izabela Bakollari) [2170628] +- RDMA/hfi1: use sysfs_emit() to instead of scnprintf() (Izabela Bakollari) [2170628] +- RDMA/hfi1: Fix error return code in parse_platform_config() (Izabela Bakollari) [2170628] +- IB/hfi1: Switch to netif_napi_add() (Izabela Bakollari) [2170628] +- RDMA/hfi: Decrease PCI device reference count in error path (Izabela Bakollari) [2170628] +- RDMA/hfi1: don't pass bogus GFP_ flags to dma_alloc_coherent (Izabela Bakollari) [2170628] +- IB/hfi1: Replace 1-element array with singleton (Izabela Bakollari) [2170628] +- RDMA/opa_vnic: fix spelling typo in comment (Izabela Bakollari) [2170628] +- IB/hfi1: Use skb_put_data() instead of skb_put/memcpy pair (Izabela Bakollari) [2170628] +- IB/hfi1: remove rc_only_opcode and uc_only_opcode declarations (Izabela Bakollari) [2170628] +- RDMA/hfi1: fix repeated words in comments (Izabela Bakollari) [2170628] +- RDMA/hfi1: Remove the unneeded result variable (Izabela Bakollari) [2170628] +- IB: move from strlcpy with unused retval to strscpy (Izabela Bakollari) [2170628] + * Tue May 09 2023 Jan Stancek [5.14.0-310.el9] - mm: take a page reference when removing device exclusive entries (Donald Dutile) [2184200] - mm: convert lock_page_or_retry() to folio_lock_or_retry() (Donald Dutile) [2184200] diff --git a/sources b/sources index cfcc63b91..7f7390df2 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-310.el9.tar.xz) = 93df6362528d2664718b7f21e6c480e7499031d327d63cbba117876b13a7228ca9fe8bf7a860fa35d615bacfde3ea0a613b26aca4b2e40735209fc5feeaeed87 -SHA512 (kernel-abi-stablelists-5.14.0-310.el9.tar.bz2) = db27c43253eec6b4bd7f911cf0ca3e0827f9737cdb23b43a2c1531d69f417ade4a039796f0af033531b39c64f7a3a8b77290ce685107bdc80a1ad45f8148b6f2 -SHA512 (kernel-kabi-dw-5.14.0-310.el9.tar.bz2) = c3cc16835c76de75ff1d7727cd2b1610c457001424a88cb61d3efa721358eff986aeda74c85ea3f17e115aa318ba585e37c25a449ef0b994cbde7ef6a7aa9d35 +SHA512 (linux-5.14.0-311.el9.tar.xz) = 28dc7e5caed10c386c2e31e25ffb7ca0fe704190e8881ffb10290561bc6a76e3d849bdc6e15bed7549fdf5d859e1e17d4e802165e8a5b9dc82a855f97797752f +SHA512 (kernel-abi-stablelists-5.14.0-311.el9.tar.bz2) = 2382aa7e2dd49500203b30a6a9dcb04ab549a4389c3d5b2fe7a57da0e4b9fb5200e7e6e2f74728fed2a90bfc57dd1eab6f32e9a5399b4e868718a1d51d2ec974 +SHA512 (kernel-kabi-dw-5.14.0-311.el9.tar.bz2) = c3cc16835c76de75ff1d7727cd2b1610c457001424a88cb61d3efa721358eff986aeda74c85ea3f17e115aa318ba585e37c25a449ef0b994cbde7ef6a7aa9d35