|
| 1 | +* Fri Jul 11 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-108.el10] |
| 2 | +- ACPI/HMAT: Move HMAT messages to pr_debug() (Steve Dunnagan) [RHEL-70322] |
| 3 | +- mm/huge_memory: fix dereferencing invalid pmd migration entry (CKI Backport Bot) [RHEL-96382] {CVE-2025-37958} |
| 4 | +- lib/group_cpus: fix NULL pointer dereference from group_cpus_evenly() (Ming Lei) [RHEL-100484] |
| 5 | +- nfsd: use threads array as-is in netlink interface (Benjamin Coddington) [RHEL-96874] |
| 6 | +- igc: fix lock order in igc_ptp_reset (Corinna Vinschen) [RHEL-83571] |
| 7 | +- igc: set the RX packet buffer size for TSN mode (Corinna Vinschen) [RHEL-83571] |
| 8 | +- igc: use FIELD_PREP and GENMASK for existing RX packet buffer size (Corinna Vinschen) [RHEL-83571] |
| 9 | +- igc: optimize TX packet buffer utilization for TSN mode (Corinna Vinschen) [RHEL-83571] |
| 10 | +- igc: use FIELD_PREP and GENMASK for existing TX packet buffer size (Corinna Vinschen) [RHEL-83571] |
| 11 | +- igc: rename I225_RXPBSIZE_DEFAULT and I225_TXPBSIZE_DEFAULT (Corinna Vinschen) [RHEL-83571] |
| 12 | +- igc: rename xdp_get_tx_ring() for non-xdp usage (Corinna Vinschen) [RHEL-83571] |
| 13 | +- igc: enable HW vlan tag insertion/stripping by default (Corinna Vinschen) [RHEL-83571] |
| 14 | +- igc: add lock preventing multiple simultaneous PTM transactions (Corinna Vinschen) [RHEL-83571] |
| 15 | +- igc: cleanup PTP module if probe fails (Corinna Vinschen) [RHEL-83571] |
| 16 | +- igc: handle the IGC_PTP_ENABLED flag correctly (Corinna Vinschen) [RHEL-83571] |
| 17 | +- igc: move ktime snapshot into PTM retry loop (Corinna Vinschen) [RHEL-83571] |
| 18 | +- igc: increase wait time before retrying PTM (Corinna Vinschen) [RHEL-83571] |
| 19 | +- igc: fix PTM cycle trigger logic (Corinna Vinschen) [RHEL-83571] |
| 20 | +- treewide: Switch/rename to timer_delete[_sync]() (Corinna Vinschen) [RHEL-83571] |
| 21 | +- igc: Fix XSK queue NAPI ID mapping (Corinna Vinschen) [RHEL-83571] |
| 22 | +- igc: Set buffer type for empty frames in igc_init_empty_frame (Corinna Vinschen) [RHEL-83571] |
| 23 | +- igc: Fix HW RX timestamp when passed by ZC XDP (Corinna Vinschen) [RHEL-83571] |
| 24 | +- igc: Avoid unnecessary link down event in XDP_SETUP_PROG process (Corinna Vinschen) [RHEL-83571] |
| 25 | +- igc: Link queues to NAPI instances (Corinna Vinschen) [RHEL-83571] |
| 26 | +- igc: Link IRQs to NAPI instances (Corinna Vinschen) [RHEL-83571] |
| 27 | +- igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog() (Corinna Vinschen) [RHEL-83571] |
| 28 | +- igc: Allow hot-swapping XDP program (Corinna Vinschen) [RHEL-83571] |
| 29 | +- igc: return early when failing to read EECD register (Corinna Vinschen) [RHEL-83571] |
| 30 | +- igc: Remove unused igc_read/write_pcie_cap_reg (Corinna Vinschen) [RHEL-83571] |
| 31 | +- igc: Remove unused igc_read/write_pci_cfg wrappers (Corinna Vinschen) [RHEL-83571] |
| 32 | +- igc: Remove unused igc_acquire/release_nvm (Corinna Vinschen) [RHEL-83571] |
| 33 | +- igc: remove autoneg parameter from igc_mac_info (Corinna Vinschen) [RHEL-83571] |
| 34 | +- page_pool: Fix use-after-free in page_pool_recycle_in_ring (Paolo Abeni) [RHEL-96620] |
| 35 | +- rtnetlink: Allocate vfinfo size for VF GUIDs when supported (Paolo Abeni) [RHEL-96620] |
| 36 | +- redhat: enable test_kmod, test_module and install kmod selftests (Herton R. Krzesinski) [RHEL-94012] |
| 37 | +- lib/test_kmod: do not hardcode/depend on any filesystem (Herton R. Krzesinski) [RHEL-94012] |
| 38 | +- igb: Get rid of spurious interrupts (Corinna Vinschen) [RHEL-83570] |
| 39 | +- igb: Add support for persistent NAPI config (Corinna Vinschen) [RHEL-83570] |
| 40 | +- igb: Link queues to NAPI instances (Corinna Vinschen) [RHEL-83570] |
| 41 | +- igb: Link IRQs to NAPI instances (Corinna Vinschen) [RHEL-83570] |
| 42 | +- treewide: Switch/rename to timer_delete[_sync]() (Corinna Vinschen) [RHEL-83570] |
| 43 | +- igb: reject invalid external timestamp requests for 82580-based HW (Corinna Vinschen) [RHEL-83570] |
| 44 | +- igb: Fix passing 0 to ERR_PTR in igb_run_xdp() (Corinna Vinschen) [RHEL-83570] |
| 45 | +- igb: Add AF_XDP zero-copy Tx support (Corinna Vinschen) [RHEL-83570] |
| 46 | +- igb: Add AF_XDP zero-copy Rx support (Corinna Vinschen) [RHEL-83570] |
| 47 | +- igb: Add XDP finalize and stats update functions (Corinna Vinschen) [RHEL-83570] |
| 48 | +- igb: Introduce XSK data structures and helpers (Corinna Vinschen) [RHEL-83570] |
| 49 | +- igb: Introduce igb_xdp_is_enabled() (Corinna Vinschen) [RHEL-83570] |
| 50 | +- igb: Remove static qualifiers (Corinna Vinschen) [RHEL-83570] |
| 51 | +- igbvf: remove unused spinlock (Corinna Vinschen) [RHEL-83570] |
| 52 | +- igb: Fix 2 typos in comments in igb_main.c (Corinna Vinschen) [RHEL-83570] |
| 53 | +- net: mana: Record doorbell physical address in PF mode (Maxim Levitsky) [RHEL-80095] |
| 54 | +- scsi: storvsc: Increase the timeouts to storvsc_timeout (Maxim Levitsky) [RHEL-80095] |
| 55 | +- PCI: hv: Remove unnecessary flex array in struct pci_packet (Maxim Levitsky) [RHEL-80095] |
| 56 | +- Drivers: hv: Always select CONFIG_SYSFB for Hyper-V guests (Maxim Levitsky) [RHEL-80095] |
| 57 | +- Drivers: hv: Remove hv_alloc/free_* helpers (Maxim Levitsky) [RHEL-80095] |
| 58 | +- Drivers: hv: Use kzalloc for panic page allocation (Maxim Levitsky) [RHEL-80095] |
| 59 | +- uio_hv_generic: Use correct size for interrupt and monitor pages (Maxim Levitsky) [RHEL-80095] |
| 60 | +- Drivers: hv: Allocate interrupt and monitor pages aligned to system page boundary (Maxim Levitsky) [RHEL-80095] |
| 61 | +- arch/x86: Provide the CPU number in the wakeup AP callback (Maxim Levitsky) [RHEL-80095] |
| 62 | +- x86/hyperv: Fix APIC ID and VP index confusion in hv_snp_boot_ap() (Maxim Levitsky) [RHEL-80095] |
| 63 | +- net: mana: Add support for Multi Vports on Bare metal (Maxim Levitsky) [RHEL-80095] |
| 64 | +- net: mana: Add support for auxiliary device servicing events (Maxim Levitsky) [RHEL-80095] |
| 65 | +- RDMA/mana_ib: unify mana_ib functions to support any gdma device (Maxim Levitsky) [RHEL-80095] |
| 66 | +- RDMA/mana_ib: Add support of mana_ib for RNIC and ETH nic (Maxim Levitsky) [RHEL-80095] |
| 67 | +- net: mana: Probe rdma device in mana driver (Maxim Levitsky) [RHEL-80095] |
| 68 | +- RDMA/mana_ib: Add support of 4M, 1G, and 2G pages (Maxim Levitsky) [RHEL-80095] |
| 69 | +- RDMA/mana_ib: support of the zero based MRs (Maxim Levitsky) [RHEL-80095] |
| 70 | +- RDMA/mana_ib: Access remote atomic for MRs (Maxim Levitsky) [RHEL-80095] |
| 71 | +- net: mana: Switch to page pool for jumbo frames (Maxim Levitsky) [RHEL-80095] |
| 72 | +- net: mana: Add metadata support for xdp mode (Maxim Levitsky) [RHEL-80095] |
| 73 | +- RDMA/mana_ib: Fix integer overflow during queue creation (Maxim Levitsky) [RHEL-80095] |
| 74 | +- RDMA/mana_ib: Handle net event for pointing to the current netdev (Maxim Levitsky) [RHEL-80095] |
| 75 | +- net: mana: Change the function signature of mana_get_primary_netdev_rcu (Maxim Levitsky) [RHEL-80095] |
| 76 | +- RDMA/mana_ib: Use safer allocation function() (Maxim Levitsky) [RHEL-80095] |
| 77 | +- RDMA/mana_ib: Ensure variable err is initialized (Maxim Levitsky) [RHEL-80095] |
| 78 | +- RDMA/mana_ib: Implement DMABUF MR support (Maxim Levitsky) [RHEL-80095] |
| 79 | +- RDMA/mana_ib: Fix error code in probe() (Maxim Levitsky) [RHEL-80095] |
| 80 | +- RDMA/mana_ib: Add port statistics support (Maxim Levitsky) [RHEL-80095] |
| 81 | +- RDMA/mana_ib: request error CQEs when supported (Maxim Levitsky) [RHEL-80095] |
| 82 | +- RDMA/mana_ib: Query feature_flags bitmask from FW (Maxim Levitsky) [RHEL-80095] |
| 83 | +- RDMA/mana_ib: indicate CM support (Maxim Levitsky) [RHEL-80095] |
| 84 | +- RDMA/mana_ib: polling of CQs for GSI/UD (Maxim Levitsky) [RHEL-80095] |
| 85 | +- RDMA/mana_ib: extend mana QP table (Maxim Levitsky) [RHEL-80095] |
| 86 | +- RDMA/mana_ib: implement req_notify_cq (Maxim Levitsky) [RHEL-80095] |
| 87 | +- RDMA/mana_ib: UD/GSI work requests (Maxim Levitsky) [RHEL-80095] |
| 88 | +- RDMA/mana_ib: create/destroy AH (Maxim Levitsky) [RHEL-80095] |
| 89 | +- RDMA/mana_ib: UD/GSI QP creation for kernel (Maxim Levitsky) [RHEL-80095] |
| 90 | +- RDMA/mana_ib: Create and destroy UD/GSI QP (Maxim Levitsky) [RHEL-80095] |
| 91 | +- RDMA/mana_ib: create kernel-level CQs (Maxim Levitsky) [RHEL-80095] |
| 92 | +- RDMA/mana_ib: helpers to allocate kernel queues (Maxim Levitsky) [RHEL-80095] |
| 93 | +- RDMA/mana_ib: implement get_dma_mr (Maxim Levitsky) [RHEL-80095] |
| 94 | +- RDMA/mana_ib: Allow registration of DMA-mapped memory in PDs (Maxim Levitsky) [RHEL-80095] |
| 95 | +- net: mana: Add debug logs in MANA network driver (Maxim Levitsky) [RHEL-80095] |
| 96 | +- net: mana: Allow tso_max_size to go up-to GSO_MAX_SIZE (Maxim Levitsky) [RHEL-80095] |
| 97 | +- net: mana: Support holes in device list reply msg (Maxim Levitsky) [RHEL-80095] |
| 98 | +- net/mana: fix warning in the writer of client oob (Maxim Levitsky) [RHEL-80095] |
| 99 | +- net: mana: cleanup mana struct after debugfs_remove() (Maxim Levitsky) [RHEL-80095] |
| 100 | +- hv_netvsc: Use VF's tso_max_size value when data path is VF (Maxim Levitsky) [RHEL-80095] |
| 101 | +- Drivers: hv: vmbus: Remove vmbus_sendpacket_pagebuffer() (Maxim Levitsky) [RHEL-80095] |
| 102 | +- hv_netvsc: Remove rmsg_pgcnt (Maxim Levitsky) [RHEL-80095] |
| 103 | +- hv_netvsc: Preserve contiguous PFN grouping in the page buffer array (Maxim Levitsky) [RHEL-80095] |
| 104 | +- hv_netvsc: Use vmbus_sendpacket_mpb_desc() to send VMBus messages (Maxim Levitsky) [RHEL-80095] |
| 105 | +- Drivers: hv: Allow vmbus_sendpacket_mpb_desc() to create multiple ranges (Maxim Levitsky) [RHEL-80095] |
| 106 | +- hv_netvsc: Replace one-element array with flexible array member (Maxim Levitsky) [RHEL-80095] |
| 107 | +- hv_netvsc: Link queues to NAPIs (Maxim Levitsky) [RHEL-80095] |
| 108 | +- hv_netvsc: Don't assume cpu_possible_mask is dense (Maxim Levitsky) [RHEL-80095] |
| 109 | +- hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointer (Maxim Levitsky) [RHEL-80095] {CVE-2024-53103} |
| 110 | +- hv_balloon: Fallback to generic_online_page() for non-HV hot added mem (Maxim Levitsky) [RHEL-80095] |
| 111 | +- scsi: storvsc: Don't report the host packet status as the hv status (Maxim Levitsky) [RHEL-80095] |
| 112 | +- scsi: storvsc: Ratelimit warning logs to prevent VM denial of service (Maxim Levitsky) [RHEL-80095] {CVE-2025-21690} |
| 113 | +- scsi: storvsc: Don't assume cpu_possible_mask is dense (Maxim Levitsky) [RHEL-80095] |
| 114 | +- uio_hv_generic: Add a check for HV_NIC for send, receive buffers setup (Maxim Levitsky) [RHEL-80095] |
| 115 | +- Drivers: hv: Make the sysfs node size for the ring buffer dynamic (Maxim Levitsky) [RHEL-80095] |
| 116 | +- uio_hv_generic: Fix sysfs creation path for ring buffer (Maxim Levitsky) [RHEL-80095] |
| 117 | +- Drivers: hv: Fix bad ref to hv_synic_eventring_tail when CPU goes offline (Maxim Levitsky) [RHEL-80095] |
| 118 | +- Drivers: hv: Fix bad pointer dereference in hv_get_partition_id (Maxim Levitsky) [RHEL-80095] |
| 119 | +- x86/hyperv: fix an indentation issue in mshyperv.h (Maxim Levitsky) [RHEL-80095] |
| 120 | +- x86/hyperv: Add comments about hv_vpset and var size hypercall input args (Maxim Levitsky) [RHEL-80095] |
| 121 | +- x86/hyperv: Fix check of return value from snp_set_vmsa() (Maxim Levitsky) [RHEL-80095] |
| 122 | +- x86/hyperv: Add VTL mode callback for restarting the system (Maxim Levitsky) [RHEL-80095] |
| 123 | +- x86/hyperv: Add VTL mode emergency restart callback (Maxim Levitsky) [RHEL-80095] |
| 124 | +- hyperv: Remove unused union and structs (Maxim Levitsky) [RHEL-80095] |
| 125 | +- x86/hyperv: Use named operands in inline asm (Maxim Levitsky) [RHEL-80095] |
| 126 | +- Drivers: hv: Introduce mshv_root module to expose /dev/mshv to VMMs (Maxim Levitsky) [RHEL-80095] |
| 127 | +- hyperv: Add definitions for root partition driver to hv headers (Maxim Levitsky) [RHEL-80095] |
| 128 | +- x86: hyperv: Add mshv_handler() irq handler and setup function (Maxim Levitsky) [RHEL-80095] |
| 129 | +- Drivers: hv: Introduce per-cpu event ring tail (Maxim Levitsky) [RHEL-80095] |
| 130 | +- Drivers: hv: Export some functions for use by root partition module (Maxim Levitsky) [RHEL-80095] |
| 131 | +- acpi: numa: Export node_to_pxm() (Maxim Levitsky) [RHEL-80095] |
| 132 | +- hyperv: Introduce hv_recommend_using_aeoi() (Maxim Levitsky) [RHEL-80095] |
| 133 | +- arm64/hyperv: Add some missing functions to arm64 (Maxim Levitsky) [RHEL-80095] |
| 134 | +- x86/mshyperv: Add support for extended Hyper-V features (Maxim Levitsky) [RHEL-80095] |
| 135 | +- hyperv: Log hypercall status codes as strings (Maxim Levitsky) [RHEL-80095] |
| 136 | +- hyperv: Add CONFIG_MSHV_ROOT to gate root partition support (Maxim Levitsky) [RHEL-80095] |
| 137 | +- hyperv: Change hv_root_partition into a function (Maxim Levitsky) [RHEL-80095] |
| 138 | +- hyperv: Convert hypercall statuses to linux error codes (Maxim Levitsky) [RHEL-80095] |
| 139 | +- PCI: hv: Correct a comment (Maxim Levitsky) [RHEL-80095] |
| 140 | +- drivers/hv: add CPU offlining support (Maxim Levitsky) [RHEL-80095] |
| 141 | +- drivers/hv: introduce vmbus_channel_set_cpu() (Maxim Levitsky) [RHEL-80095] |
| 142 | +- cpu: export lockdep_assert_cpus_held() (Maxim Levitsky) [RHEL-80095] |
| 143 | +- hyperv: Move arch/x86/hyperv/hv_proc.c to drivers/hv (Maxim Levitsky) [RHEL-80095] |
| 144 | +- hyperv: Move hv_current_partition_id to arch-generic code (Maxim Levitsky) [RHEL-80095] |
| 145 | +- Drivers: hv: vmbus: Don't release fb_mmio resource in vmbus_free_mmio() (Maxim Levitsky) [RHEL-80095] |
| 146 | +- x86/hyperv: Fix output argument to hypercall that changes page visibility (Maxim Levitsky) [RHEL-80095] |
| 147 | +- x86/hyperv/vtl: Stop kernel from probing VTL0 low memory (Maxim Levitsky) [RHEL-80095] |
| 148 | +- hyperv: Do not overlap the hvcall IO areas in hv_vtl_apicid_to_vp_id() (Maxim Levitsky) [RHEL-80095] |
| 149 | +- hyperv: Do not overlap the hvcall IO areas in get_vtl() (Maxim Levitsky) [RHEL-80095] |
| 150 | +- hyperv: Enable the hypercall output page for the VTL mode (Maxim Levitsky) [RHEL-80095] |
| 151 | +- Drivers: hv: vmbus: Log on missing offers if any (Maxim Levitsky) [RHEL-80095] |
| 152 | +- Drivers: hv: vmbus: Wait for boot-time offers during boot and resume (Maxim Levitsky) [RHEL-80095] |
| 153 | +- Drivers: hv: Don't assume cpu_possible_mask is dense (Maxim Levitsky) [RHEL-80095] |
| 154 | +- x86/hyperv: Don't assume cpu_possible_mask is dense (Maxim Levitsky) [RHEL-80095] |
| 155 | +- hyperv: Remove the now unused hyperv-tlfs.h files (Maxim Levitsky) [RHEL-80095] |
| 156 | +- hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.h (Maxim Levitsky) [RHEL-80095] |
| 157 | +- hyperv: Add new Hyper-V headers in include/hyperv (Maxim Levitsky) [RHEL-80095] |
| 158 | +- hyperv: Clean up unnecessary #includes (Maxim Levitsky) [RHEL-80095] |
| 159 | +- hyperv: Move hv_connection_id to hyperv-tlfs.h (Maxim Levitsky) [RHEL-80095] |
| 160 | +- Drivers: hv: util: Avoid accessing a ringbuffer not initialized yet (Maxim Levitsky) [RHEL-80095] {CVE-2024-55916} |
| 161 | +- Drivers: hv: util: Don't force error code to ENODEV in util_probe() (Maxim Levitsky) [RHEL-80095] |
| 162 | +- x86/hyperv: Fix hv tsc page based sched_clock for hibernation (Maxim Levitsky) [RHEL-80095] |
| 163 | +- scsi: fnic: Fix missing DMA mapping error in fnic_send_frame() (Karan Kumar) [RHEL-95446] |
| 164 | +- scsi: fnic: Set appropriate logging level for log message (Karan Kumar) [RHEL-95446] |
| 165 | +- scsi: fnic: Add and improve logs in FDMI and FDMI ABTS paths (Karan Kumar) [RHEL-95446] |
| 166 | +- scsi: fnic: Turn off FDMI ACTIVE flags on link down (Karan Kumar) [RHEL-95446] |
| 167 | +- scsi: fnic: Fix crash in fnic_wq_cmpl_handler when FDMI times out (Karan Kumar) [RHEL-95446] |
| 168 | +Resolves: RHEL-100484, RHEL-70322, RHEL-80095, RHEL-83570, RHEL-83571, RHEL-94012, RHEL-95446, RHEL-96382, RHEL-96620, RHEL-96874 |
| 169 | + |
1 | 170 | * Tue Jul 08 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-107.el10] |
2 | 171 | - spec: fix spec warning for /usr/include/ynl (Alexandra Hájková) [RHEL-101712] |
3 | 172 | - nvme: avoid creating multipath sysfs group under namespace path devices (Maurizio Lombardi) [RHEL-95382] |
|
0 commit comments