|
| 1 | +* Tue Dec 10 2024 Rado Vrbovsky <rvrbovsk@redhat.com> [5.14.0-541.el9] |
| 2 | +- platform/x86/amd/pmc: Detect when STB is not available (CKI Backport Bot) [RHEL-68176] {CVE-2024-53072} |
| 3 | +- fs: dlm: avoid false-positive checker warning (Alexander Aring) [RHEL-60001] |
| 4 | +- ice: change q_index variable type to s16 to store -1 value (Petr Oros) [RHEL-49816] |
| 5 | +- ice: Fix use after free during unload with ports in bridge (Petr Oros) [RHEL-49816] |
| 6 | +- ice: fix crash on probe for DPLL enabled E810 LOM (Petr Oros) [RHEL-49816] |
| 7 | +- ice: block SF port creation in legacy mode (Petr Oros) [RHEL-49816] |
| 8 | +- ice: Fix increasing MSI-X on VF (Petr Oros) [RHEL-49816] |
| 9 | +- ice: Flush FDB entries before reset (Petr Oros) [RHEL-49816] |
| 10 | +- ice: Fix netif_is_ice() in Safe Mode (Petr Oros) [RHEL-49816] |
| 11 | +- ice: Fix entering Safe Mode (Petr Oros) [RHEL-49816] |
| 12 | +- ice: fix VLAN replay after reset (Petr Oros) [RHEL-49816] |
| 13 | +- ice: disallow DPLL_PIN_STATE_SELECTABLE for dpll output pins (Petr Oros) [RHEL-49816] |
| 14 | +- ice: fix memleak in ice_init_tx_topology() (Petr Oros) [RHEL-49816] |
| 15 | +- ice: clear port vlan config during reset (Petr Oros) [RHEL-49816] |
| 16 | +- ice: Fix improper handling of refcount in ice_sriov_set_msix_vec_count() (Petr Oros) [RHEL-49816] |
| 17 | +- ice: Fix improper handling of refcount in ice_dpll_init_rclk_pins() (Petr Oros) [RHEL-49816] |
| 18 | +- ice: set correct dst VSI in only LAN filters (Petr Oros) [RHEL-49816] |
| 19 | +- ice: Fix a NULL vs IS_ERR() check in probe() (Petr Oros) [RHEL-49816] |
| 20 | +- ice: Fix a couple NULL vs IS_ERR() bugs (Petr Oros) [RHEL-49816] |
| 21 | +- ice: Fix lldp packets dropping after changing the number of channels (Petr Oros) [RHEL-49816] |
| 22 | +- ice: subfunction activation and base devlink ops (Petr Oros) [RHEL-49816] |
| 23 | +- ice: basic support for VLAN in subfunctions (Petr Oros) [RHEL-49816] |
| 24 | +- ice: support subfunction devlink Tx topology (Petr Oros) [RHEL-49816] |
| 25 | +- ice: implement netdevice ops for SF representor (Petr Oros) [RHEL-49816] |
| 26 | +- ice: check if SF is ready in ethtool ops (Petr Oros) [RHEL-49816] |
| 27 | +- ice: don't set target VSI for subfunction (Petr Oros) [RHEL-49816] |
| 28 | +- ice: create port representor for SF (Petr Oros) [RHEL-49816] |
| 29 | +- ice: make representor code generic (Petr Oros) [RHEL-49816] |
| 30 | +- ice: implement netdev for subfunction (Petr Oros) [RHEL-49816] |
| 31 | +- ice: base subfunction aux driver (Petr Oros) [RHEL-49816] |
| 32 | +- ice: allocate devlink for subfunction (Petr Oros) [RHEL-49816] |
| 33 | +- ice: treat subfunction VSI the same as PF VSI (Petr Oros) [RHEL-49816] |
| 34 | +- ice: add basic devlink subfunctions support (Petr Oros) [RHEL-49816] |
| 35 | +- ice: export ice ndo_ops functions (Petr Oros) [RHEL-49816] |
| 36 | +- ice: add new VSI type for subfunctions (Petr Oros) [RHEL-49816] |
| 37 | +- ice: do not bring the VSI up, if it was down before the XDP setup (Petr Oros) [RHEL-49816] |
| 38 | +- ice: remove ICE_CFG_BUSY locking from AF_XDP code (Petr Oros) [RHEL-49816] |
| 39 | +- ice: check ICE_VSI_DOWN under rtnl_lock when preparing for reset (Petr Oros) [RHEL-49816] |
| 40 | +- ice: check for XDP rings instead of bpf program when unconfiguring (Petr Oros) [RHEL-49816] |
| 41 | +- ice: protect XDP configuration with a mutex (Petr Oros) [RHEL-49816] |
| 42 | +- ice: move netif_queue_set_napi to rtnl-protected sections (Petr Oros) [RHEL-49816] |
| 43 | +- ice: Adjust over allocation of memory in ice_sched_add_root_node() and ice_sched_add_node() (Petr Oros) [RHEL-49816] |
| 44 | +- ice: Report NVM version numbers on mismatch during load (Petr Oros) [RHEL-49816] |
| 45 | +- ice: remove unnecessary control queue cmd_buf arrays (Petr Oros) [RHEL-49816] |
| 46 | +- ice: reword comments referring to control queues (Petr Oros) [RHEL-49816] |
| 47 | +- ice: stop intermixing AQ commands/responses debug dumps (Petr Oros) [RHEL-49816] |
| 48 | +- ice: do not clutter debug logs with unused data (Petr Oros) [RHEL-49816] |
| 49 | +- ice: improve debug print for control queue messages (Petr Oros) [RHEL-49816] |
| 50 | +- ice: implement and use rd32_poll_timeout for ice_sq_done timeout (Petr Oros) [RHEL-49816] |
| 51 | +- ice: add callbacks for Embedded SYNC enablement on dpll pins (Petr Oros) [RHEL-49816] |
| 52 | +- ice: use internal pf id instead of function number (Petr Oros) [RHEL-49816] |
| 53 | +- ice: Fix a 32bit bug (Petr Oros) [RHEL-49816] |
| 54 | +- ice: enable FDIR filters from raw binary patterns for VFs (Petr Oros) [RHEL-49816] |
| 55 | +- ice: add method to disable FDIR SWAP option (Petr Oros) [RHEL-49816] |
| 56 | +- virtchnl: support raw packet in protocol header (Petr Oros) [RHEL-49816] |
| 57 | +- ice: add API for parser profile initialization (Petr Oros) [RHEL-49816] |
| 58 | +- ice: add UDP tunnels support to the parser (Petr Oros) [RHEL-49816] |
| 59 | +- ice: support turning on/off the parser's double vlan mode (Petr Oros) [RHEL-49816] |
| 60 | +- ice: add parser execution main loop (Petr Oros) [RHEL-49816] |
| 61 | +- ice: add parser internal helper functions (Petr Oros) [RHEL-49816] |
| 62 | +- ice: add debugging functions for the parser sections (Petr Oros) [RHEL-49816] |
| 63 | +- ice: parse and init various DDP parser sections (Petr Oros) [RHEL-49816] |
| 64 | +- ice: add parser create and destroy skeleton (Petr Oros) [RHEL-49816] |
| 65 | +- ice: Fix incorrect assigns of FEC counts (Petr Oros) [RHEL-49816] |
| 66 | +- ice: Skip PTP HW writes during PTP reset procedure (Petr Oros) [RHEL-49816] |
| 67 | +- ice: Fix reset handler (Petr Oros) [RHEL-49816] |
| 68 | +- ice: Fix recipe read procedure (Petr Oros) [RHEL-49816] |
| 69 | +- ice: Add tracepoint for adding and removing switch rules (Petr Oros) [RHEL-49816] |
| 70 | +- ice: Remove unused members from switch API (Petr Oros) [RHEL-49816] |
| 71 | +- ice: Optimize switch recipe creation (Petr Oros) [RHEL-49816] |
| 72 | +- ice: remove unused recipe bookkeeping data (Petr Oros) [RHEL-49816] |
| 73 | +- ice: Simplify bitmap setting in adding recipe (Petr Oros) [RHEL-49816] |
| 74 | +- ice: Remove reading all recipes before adding a new one (Petr Oros) [RHEL-49816] |
| 75 | +- ice: Remove unused struct ice_prot_lkup_ext members (Petr Oros) [RHEL-49816] |
| 76 | +- ice: remove eswitch rebuild (Petr Oros) [RHEL-49816] |
| 77 | +- ice: Add support for devlink local_forwarding param (Petr Oros) [RHEL-49816] |
| 78 | +- ice: Implement driver functionality to dump serdes equalizer values (Petr Oros) [RHEL-49816] |
| 79 | +- ice: Implement driver functionality to dump fec statistics (Petr Oros) [RHEL-49816] |
| 80 | +- ice: Extend Sideband Queue command to support flags (Petr Oros) [RHEL-49816] |
| 81 | +- ice: do not init struct ice_adapter more times than needed (Petr Oros) [RHEL-49816] |
| 82 | +- ice: Distinguish driver reset and removal for AQ shutdown (Petr Oros) [RHEL-49816] |
| 83 | +- ice: Allow different FW API versions based on MAC type (Petr Oros) [RHEL-49816] |
| 84 | +- ice: Check all ice_vsi_rebuild() errors in function (Petr Oros) [RHEL-49816] |
| 85 | +- ice: Add get/set hw address for VFs using devlink commands (Petr Oros) [RHEL-49816] |
| 86 | +- ice: update representor when VSI is ready (Petr Oros) [RHEL-49816] |
| 87 | +- ice: move VSI configuration outside repr setup (Petr Oros) [RHEL-49816] |
| 88 | +- ice: move devlink locking outside the port creation (Petr Oros) [RHEL-49816] |
| 89 | +- ice: store representor ID in bridge port (Petr Oros) [RHEL-49816] |
| 90 | +- ice: add and use roundup_u64 instead of open coding equivalent (Petr Oros) [RHEL-49816] |
| 91 | +- ice: check for unregistering correct number of devlink params (Petr Oros) [RHEL-49816] |
| 92 | +- ice: flower: validate control flags (Petr Oros) [RHEL-49816] |
| 93 | +- ice: Document tx_scheduling_layers parameter (Petr Oros) [RHEL-49816] |
| 94 | +- ice: Add tx_scheduling_layers devlink param (Petr Oros) [RHEL-49816] |
| 95 | +- ice: Enable switching default Tx scheduler topology (Petr Oros) [RHEL-49816] |
| 96 | +- ice: Adjust the VSI/Aggregator layers (Petr Oros) [RHEL-49816] |
| 97 | +- ice: Support 5 layer topology (Petr Oros) [RHEL-49816] |
| 98 | +- net: intel: implement modern PM ops declarations (ice) (Petr Oros) [RHEL-49816] |
| 99 | +- overflow: Change DEFINE_FLEX to take __counted_by member (Petr Oros) [RHEL-49816] |
| 100 | +- ice: Implement RSS settings for GTP using ethtool (Petr Oros) [RHEL-49816] |
| 101 | +- net: intel: fix old compiler regressions (ice) (Petr Oros) [RHEL-49816] |
| 102 | +- intel: fix string truncation warnings (ice) (Petr Oros) [RHEL-49816] |
| 103 | +- net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush(). (ice) (Petr Oros) [RHEL-49816] |
| 104 | +- Documentation: networking: correct spelling (ice) (Petr Oros) [RHEL-49816] |
| 105 | +- cpufreq: intel_pstate: Update asym capacity for CPUs that were offline initially (Steve Best) [RHEL-68120] |
| 106 | +- x86/sev: Ensure that RMP table fixups are reserved (Bandan Das) [RHEL-68360] |
| 107 | +- redhat/configs: aarch64: compile cpufreq-dt-platdev as built-in (Radu Rendec) [RHEL-68851] |
| 108 | +- iommu/tegra241-cmdqv: Fix alignment failure at max_n_shift (Jerry Snitselaar) [RHEL-67994] |
| 109 | +- iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devices (CKI Backport Bot) [RHEL-65892] {CVE-2024-50101} |
| 110 | +- s390/pci: Allow allocation of more than 1 MSI interrupt (Mete Durlu) [RHEL-69123] |
| 111 | +- s390/pci: Refactor arch_setup_msi_irqs() (Mete Durlu) [RHEL-69123] |
| 112 | +- sfc: Don't invoke xdp_do_flush() from netpoll. (Michal Schmidt) [RHEL-52776] |
| 113 | +- sfc: Add X4 PF support (Michal Schmidt) [RHEL-52776] |
| 114 | +- sfc: siena: rip out rss-context dead code (Michal Schmidt) [RHEL-52776] |
| 115 | +- sfc: convert comma to semicolon (Michal Schmidt) [RHEL-52776] |
| 116 | +- sfc/siena: Convert comma to semicolon (Michal Schmidt) [RHEL-52776] |
| 117 | +- sfc: Convert to use ERR_CAST() (Michal Schmidt) [RHEL-52776] |
| 118 | +- sfc: remove .cap_rss_ctx_supported from updated drivers (Michal Schmidt) [RHEL-52776] |
| 119 | +- sfc: falcon: Make I2C terminology more inclusive (Michal Schmidt) [RHEL-52776] |
| 120 | +- sfc: remove get_rxfh_context dead code (Michal Schmidt) [RHEL-52776] |
| 121 | +- sfc: use new rxfh_context API (Michal Schmidt) [RHEL-52776] |
| 122 | +- sfc: use flow_rule_is_supp_control_flags() (Michal Schmidt) [RHEL-52776] |
| 123 | +- sfc: adopt skb_network_offset() and similar helpers (Michal Schmidt) [RHEL-52776] |
| 124 | +- sfc: fix a double-free bug in efx_probe_filters (Michal Schmidt) [RHEL-52776] |
| 125 | +- sfc-siena: Implement ndo_hwtstamp_(get|set) (Michal Schmidt) [RHEL-52776] |
| 126 | +- sfc: Implement ndo_hwtstamp_(get|set) (Michal Schmidt) [RHEL-52776] |
| 127 | +- sfc: cleanup and reduce netlink error messages (Michal Schmidt) [RHEL-52776] |
| 128 | +- sfc: support offloading ct(nat) action in RHS rules (Michal Schmidt) [RHEL-52776] |
| 129 | +- sfc: parse mangle actions (NAT) in conntrack entries (Michal Schmidt) [RHEL-52776] |
| 130 | +- sfc: replace deprecated strncpy with strscpy (Michal Schmidt) [RHEL-52776] |
| 131 | +- sfc: support TC rules which require OR-AR-CT-AR flow (Michal Schmidt) [RHEL-52776] |
| 132 | +- sfc: ensure an extack msg from efx_tc_flower_replace_foreign EOPNOTSUPPs (Michal Schmidt) [RHEL-52776] |
| 133 | +- sfc: offload foreign RHS rules without an encap match (Michal Schmidt) [RHEL-52776] |
| 134 | +- sfc: support TC left-hand-side rules on foreign netdevs (Michal Schmidt) [RHEL-52776] |
| 135 | +- sfc: Replace xdp_do_flush_map() with xdp_do_flush(). (Michal Schmidt) [RHEL-52776] |
| 136 | +- sfc: handle error pointers returned by rhashtable_lookup_get_insert_fast() (Michal Schmidt) [RHEL-52776] |
| 137 | +- sfc: make coding style of PTP addresses consistent with core (Michal Schmidt) [RHEL-52776] |
| 138 | +- sfc: check for zero length in EF10 RX prefix (Michal Schmidt) [RHEL-52776] |
| 139 | +- sfc: extend pedit add action to handle decrement ipv6 hop limit (Michal Schmidt) [RHEL-52776] |
| 140 | +- sfc: introduce pedit add actions on the ipv4 ttl field (Michal Schmidt) [RHEL-52776] |
| 141 | +- sfc: add decrement ipv6 hop limit by offloading set hop limit actions (Michal Schmidt) [RHEL-52776] |
| 142 | +- sfc: add decrement ttl by offloading set ipv4 ttl actions (Michal Schmidt) [RHEL-52776] |
| 143 | +- sfc: add mac source and destination pedit action offload (Michal Schmidt) [RHEL-52776] |
| 144 | +- sfc: introduce ethernet pedit set action infrastructure (Michal Schmidt) [RHEL-52776] |
| 145 | +- sfc: Remove unneeded semicolon (Michal Schmidt) [RHEL-52776] |
| 146 | +- sfc: don't fail probe if MAE/TC setup fails (Michal Schmidt) [RHEL-52776] |
| 147 | +- sfc: don't unregister flow_indr if it was never registered (Michal Schmidt) [RHEL-52776] |
| 148 | +- sfc: offload left-hand side rules for conntrack (Michal Schmidt) [RHEL-52776] |
| 149 | +- sfc: conntrack state matches in TC rules (Michal Schmidt) [RHEL-52776] |
| 150 | +- sfc: handle non-zero chain_index on TC rules (Michal Schmidt) [RHEL-52776] |
| 151 | +- sfc: offload conntrack flow entries (match only) from CT zones (Michal Schmidt) [RHEL-52776] |
| 152 | +- sfc: functions to insert/remove conntrack entries to MAE hardware (Michal Schmidt) [RHEL-52776] |
| 153 | +- sfc: functions to register for conntrack zone offload (Michal Schmidt) [RHEL-52776] |
| 154 | +- sfc: add MAE table machinery for conntrack table (Michal Schmidt) [RHEL-52776] |
| 155 | +- sfc: fix use-after-free in efx_tc_flower_record_encap_match() (Michal Schmidt) [RHEL-52776] |
| 156 | +- sfc: support TC decap rules matching on enc_src_port (Michal Schmidt) [RHEL-52776] |
| 157 | +- sfc: support TC decap rules matching on enc_ip_tos (Michal Schmidt) [RHEL-52776] |
| 158 | +- sfc/falcon: fix repeated words in comments (Michal Schmidt) [RHEL-52776] |
| 159 | +- sfc: falcon: Use the bitmap API to allocate bitmaps (Michal Schmidt) [RHEL-52776] |
| 160 | +- sfc:falcon: fix repeated words in comments (Michal Schmidt) [RHEL-52776] |
| 161 | +- sfc: Stop using iommu_present() (Michal Schmidt) [RHEL-52776] |
| 162 | +- sfc: falcon: Check null pointer of rx_queue->page_ring (Michal Schmidt) [RHEL-52776] |
| 163 | +- sfc: use swap() to make code cleaner (Michal Schmidt) [RHEL-52776] |
| 164 | +- s390/cio: Externalize full CMG characteristics (Mete Durlu) [RHEL-50790] |
| 165 | +- s390/cio: export CHPID operating speed (Mete Durlu) [RHEL-50790] |
| 166 | +- s390/cio: export measurement data for all CMGs (Mete Durlu) [RHEL-50790] |
| 167 | +- s390/cio: export extended channel-path-measurement data (Mete Durlu) [RHEL-50790] |
| 168 | +- s390/cio: simplify measurement attribute registration (Mete Durlu) [RHEL-50790] |
| 169 | +- s390/cio: rework channel-utilization-block handling (Mete Durlu) [RHEL-50790] |
| 170 | +- vfio/mlx5: Fix unwind flows in mlx5vf_pci_save/resume_device_data() (Alex Williamson) [RHEL-69746] |
| 171 | +- vfio/mlx5: Fix an unwind issue in mlx5vf_add_migration_pages() (Alex Williamson) [RHEL-69746] |
| 172 | +- bpf: Do not alloc arena on unsupported arches (Viktor Malik) [RHEL-66263] |
| 173 | +- cpufreq: intel_pstate: Update Balance-performance EPP for Granite Rapids (Steve Best) [RHEL-70007] |
| 174 | +- netfilter: br_netfilter: fix panic with metadata_dst skb (Ivan Vecera) [RHEL-59418] |
| 175 | +- bridge: mcast: Fail MDB get request on empty entry (Ivan Vecera) [RHEL-59418] |
| 176 | +- mptcp: error out earlier on disconnect (CKI Backport Bot) [RHEL-69692] {CVE-2024-53123} |
| 177 | +Resolves: RHEL-49816, RHEL-50790, RHEL-52776, RHEL-59418, RHEL-60001, RHEL-65892, RHEL-66263, RHEL-67994, RHEL-68120, RHEL-68176, RHEL-68360, RHEL-68851, RHEL-69123, RHEL-69692, RHEL-69746, RHEL-70007 |
| 178 | + |
1 | 179 | * Mon Dec 09 2024 Rado Vrbovsky <rvrbovsk@redhat.com> [5.14.0-540.el9] |
2 | 180 | - selftest/lkdtm: Skip stack-entropy test if lkdtm is not available (Mamatha Inamdar) [RHEL-52232] |
3 | 181 | - PCI: Extend ACS configurability (Myron Stowe) [RHEL-48601] |
|
0 commit comments