Skip to content

Commit 8391dfa

Browse files
committed
[redhat] kernel-5.14.0-483.el9
Signed-off-by: Lucas Zampieri <lzampier@redhat.com>
1 parent eb48954 commit 8391dfa

File tree

2 files changed

+237
-1
lines changed

2 files changed

+237
-1
lines changed

Makefile.rhelver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RHEL_MINOR = 5
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 482
15+
RHEL_RELEASE = 483
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.5

Lines changed: 236 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,239 @@
1+
* Wed Jul 17 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-483.el9]
2+
- powerpc/eeh: avoid possible crash when edev->pdev changes (Mamatha Inamdar) [RHEL-45149]
3+
- mm/shmem: disable PMD-sized page cache if needed (Donald Dutile) [RHEL-14441]
4+
- mm/filemap: skip to create PMD-sized page cache if needed (Donald Dutile) [RHEL-14441]
5+
- mm/readahead: limit page cache size in page_cache_ra_order() (Donald Dutile) [RHEL-14441]
6+
- readahead: use ilog2 instead of a while loop in page_cache_ra_order() (Donald Dutile) [RHEL-14441]
7+
- mm/filemap: make MAX_PAGECACHE_ORDER acceptable to xarray (Donald Dutile) [RHEL-14441]
8+
- filemap: add helper mapping_max_folio_size() (Donald Dutile) [RHEL-14441]
9+
- filemap: Allow __filemap_get_folio to allocate large folios (Donald Dutile) [RHEL-14441]
10+
- filemap: Add fgf_t typedef (Donald Dutile) [RHEL-14441]
11+
- cpuidle: ACPI/intel: fix MWAIT hint target C-state computation (David Arcari) [RHEL-47255]
12+
- intel_idle: Add Meteorlake support (David Arcari) [RHEL-47255]
13+
- x86: Fix CPUIDLE_FLAG_IRQ_ENABLE leaking timer reprogram (David Arcari) [RHEL-47255]
14+
- coredump: Proactively round up to kmalloc bucket size (Audra Mitchell) [RHEL-44555]
15+
- efi/unaccepted: touch soft lockup during memory accept (CKI Backport Bot) [RHEL-46580] {CVE-2024-36936}
16+
- media: cec: cec-api: add locking in cec_release() (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
17+
- media: cec: core: avoid confusing "transmit timed out" message (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
18+
- media: cec: core: avoid recursive cec_claim_log_addrs (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
19+
- media: cec: cec-adap: always cancel work in cec_transmit_msg_fh (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
20+
- media: cec: core: remove length check of Timer Status (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
21+
- media: cec: core: count low-drive, error and arb-lost conditions (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
22+
- media: cec: core: add note about *_from_edid() function usage in drm (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
23+
- media: cec: core: add adap_unconfigured() callback (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
24+
- media: cec: core: add adap_nb_transmit_canceled() callback (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
25+
- media: cec: core: don't set last_initiator if tx in progress (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
26+
- media: cec: core: disable adapter in cec_devnode_unregister (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
27+
- media: cec: core: not all messages were passed on when monitoring (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
28+
- media: cec: add support for Absolute Volume Control (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
29+
- media: cec-adap.c: log when claiming LA fails unexpectedly (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
30+
- media: cec-adap.c: drop activate_cnt, use state info instead (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
31+
- media: cec-adap.c: reconfigure if the PA changes during configuration (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
32+
- media: cec-adap.c: fix is_configuring state (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
33+
- media: cec-adap.c: stop trying LAs on CEC_TX_STATUS_TIMEOUT (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
34+
- media: cec-adap.c: don't unconfigure if already unconfigured (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
35+
- media: cec: add optional adap_configured callback (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
36+
- media: cec: add xfer_timeout_ms field (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
37+
- media: cec: use call_op and check for !unregistered (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
38+
- media: cec-pin: fix interrupt en/disable handling (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
39+
- media: cec-pin: drop unused 'enabled' field from struct cec_pin (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
40+
- media: cec-pin: fix off-by-one SFT check (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
41+
- media: cec-pin: rename timer overrun variables (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
42+
- media: cec: correctly pass on reply results (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
43+
- media: cec: abort if the current transmit was canceled (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
44+
- media: cec: call enable_adap on s_log_addrs (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
45+
- media: cec: fix a deadlock situation (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
46+
- media: cec: safely unhook lists in cec_data (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
47+
- media: cec: copy sequence field for the reply (Kate Hsuan) [RHEL-22561] {CVE-2024-23848}
48+
- net: wwan: iosm: Fix tainted pointer delete is case of region creation fail (Jose Ignacio Tornos Martinez) [RHEL-9429]
49+
- net: wwan: mhi: drop driver owner assignment (Jose Ignacio Tornos Martinez) [RHEL-9429]
50+
- net: wwan: t7xx: Split 64bit accesses to fix alignment issues (Jose Ignacio Tornos Martinez) [RHEL-9429]
51+
- net: wwan: core: make wwan_class constant (Jose Ignacio Tornos Martinez) [RHEL-9429]
52+
- net: wwan: hwsim: make wwan_hwsim_class constant (Jose Ignacio Tornos Martinez) [RHEL-9429]
53+
- net: wwan: t7xx: Prefer struct_size over open coded arithmetic (Jose Ignacio Tornos Martinez) [RHEL-9429]
54+
- net: wwan: core: constify the struct device_type usage (Jose Ignacio Tornos Martinez) [RHEL-9429]
55+
- net: wwan: t7xx: Add fastboot WWAN port (Jose Ignacio Tornos Martinez) [RHEL-9429]
56+
- net: wwan: t7xx: Infrastructure for early port configuration (Jose Ignacio Tornos Martinez) [RHEL-9429]
57+
- net: wwan: t7xx: Add sysfs attribute for device state machine (Jose Ignacio Tornos Martinez) [RHEL-9429]
58+
- wwan: core: Add WWAN fastboot port type (Jose Ignacio Tornos Martinez) [RHEL-9429]
59+
- net: wwan: qcom_bam_dmux: Convert to platform remove callback returning void (Jose Ignacio Tornos Martinez) [RHEL-9429]
60+
- net: wwan: replace deprecated strncpy with strscpy (Jose Ignacio Tornos Martinez) [RHEL-9429]
61+
- drivers: net: wwan: iosm: Fixed multiple typos in multiple files (Jose Ignacio Tornos Martinez) [RHEL-9429]
62+
- Revert "net: wwan: iosm: enable runtime pm support for 7560" (Jose Ignacio Tornos Martinez) [RHEL-9429]
63+
- drivers: net: wwan: wwan_core.c: resolved spelling mistake (Jose Ignacio Tornos Martinez) [RHEL-9429]
64+
- net: wwan: t7xx: Add __counted_by for struct t7xx_fsm_event and use struct_size() (Jose Ignacio Tornos Martinez) [RHEL-9429]
65+
- wwan: core: Use the bitmap API to allocate bitmaps (Jose Ignacio Tornos Martinez) [RHEL-9429]
66+
- net: wwan: iosm: enable runtime pm support for 7560 (Jose Ignacio Tornos Martinez) [RHEL-9429]
67+
- net: wwan: iosm: clean up unused struct members (Jose Ignacio Tornos Martinez) [RHEL-9429]
68+
- net: wwan: iosm: remove unused enum definition (Jose Ignacio Tornos Martinez) [RHEL-9429]
69+
- net: wwan: iosm: remove unused macro definition (Jose Ignacio Tornos Martinez) [RHEL-9429]
70+
- selftests: net: bridge: increase IGMP/MLD exclude timeout membership interval (Hangbin Liu) [RHEL-45825]
71+
- selftests: test_bridge_neigh_suppress.sh: Fix failures due to duplicate MAC (Hangbin Liu) [RHEL-45825]
72+
- selftests: reuseaddr_conflict: add missing new line at the end of the output (Hangbin Liu) [RHEL-45825]
73+
- selftests: forwarding: Fix ping failure due to short timeout (Hangbin Liu) [RHEL-45825]
74+
- selftests: net: more strict check in net_helper (Hangbin Liu) [RHEL-45825]
75+
- seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 behaviors (Hangbin Liu) [RHEL-45826]
76+
- ipv6: prevent possible NULL dereference in rt6_probe() (Hangbin Liu) [RHEL-45826]
77+
- ipv6: prevent possible NULL deref in fib6_nh_init() (Hangbin Liu) [RHEL-45826]
78+
- net/ipv6: Fix the RT cache flush via sysctl using a previous delay (Hangbin Liu) [RHEL-45826]
79+
- ipv6: fix possible race in __fib6_drop_pcpu_from() (Hangbin Liu) [RHEL-45826]
80+
- net/ipv6: Fix route deleting failure when metric equals 0 (Hangbin Liu) [RHEL-45826]
81+
- ipv6: prevent NULL dereference in ip6_output() (Hangbin Liu) [RHEL-45826]
82+
- net: ipv6: fix wrong start position when receive hop-by-hop fragment (Hangbin Liu) [RHEL-45826]
83+
- ipv6: Fix infinite recursion in fib6_dump_done(). (Hangbin Liu) [RHEL-45826]
84+
- ACPI: CPPC: Fix access width used for PCC registers (Mark Langsdorf) [RHEL-37532] {CVE-2024-35995}
85+
- ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macro (Mark Langsdorf) [RHEL-37532] {CVE-2024-35995}
86+
- ACPI: CPPC: Use access_width over bit_width for system memory accesses (Mark Langsdorf) [RHEL-37532] {CVE-2024-35995}
87+
- net: usb: ax88179_178a: improve link status logs (Jose Ignacio Tornos Martinez) [RHEL-45458]
88+
- net: usb: ax88179_178a: improve reset check (Jose Ignacio Tornos Martinez) [RHEL-45458]
89+
- net: usb: ax88179_178a: fix link status when link is set to down/up (Jose Ignacio Tornos Martinez) [RHEL-45458]
90+
- net: usb: ax88179_178a: Add check for usbnet_get_endpoints() (Jose Ignacio Tornos Martinez) [RHEL-45458]
91+
- net: usb: ax88179_178a: stop lying about skb->truesize (Jose Ignacio Tornos Martinez) [RHEL-45458]
92+
- net: usb: ax88179_178a: avoid writing the mac address before first reading (Jose Ignacio Tornos Martinez) [RHEL-45458]
93+
- net: usb: ax88179_178a: non necessary second random mac address (Jose Ignacio Tornos Martinez) [RHEL-45458]
94+
- net: usb: ax88179_178a: avoid the interface always configured as random address (Jose Ignacio Tornos Martinez) [RHEL-45458]
95+
- i2c: designware: Add ACPI ID for Granite Rapids-D I2C controller (David Arcari) [RHEL-29353]
96+
- prinkt/nbcon: Add a scheduling point to nbcon_kthread_func(). (Derek Barbosa) [RHEL-37526]
97+
- rhel: add ICE_HWMON cfg (Petr Oros) [RHEL-17486]
98+
- ice: use proper macro for testing bit (Petr Oros) [RHEL-17486]
99+
- ice: Reject pin requests with unsupported flags (Petr Oros) [RHEL-17486]
100+
- ice: Don't process extts if PTP is disabled (Petr Oros) [RHEL-17486]
101+
- ice: Fix improper extts handling (Petr Oros) [RHEL-17486]
102+
- ice: Rebuild TC queues on VSI queue reconfiguration (Petr Oros) [RHEL-17486]
103+
- ice: Fix VSI list rule with ICE_SW_LKUP_LAST type (Petr Oros) [RHEL-17486]
104+
- ice: fix 200G link speed message log (Petr Oros) [RHEL-17486]
105+
- ice: avoid IRQ collision to fix init failure on ACPI S3 resume (Petr Oros) [RHEL-17486]
106+
- ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors() (Petr Oros) [RHEL-17486]
107+
- ice: add flag to distinguish reset from .ndo_bpf in XDP rings config (Petr Oros) [RHEL-17486]
108+
- ice: remove af_xdp_zc_qps bitmap (Petr Oros) [RHEL-17486]
109+
- ice: fix reads from NVM Shadow RAM on E830 and E825-C devices (Petr Oros) [RHEL-17486]
110+
- ice: fix iteration of TLVs in Preserved Fields Area (Petr Oros) [RHEL-17486]
111+
- ice: fix 200G PHY types to link speed mapping (Petr Oros) [RHEL-17486]
112+
- ice: fix accounting if a VLAN already exists (Petr Oros) [RHEL-17486]
113+
- ice: Interpret .set_channels() input differently (Petr Oros) [RHEL-17486]
114+
- ice: Fix package download algorithm (Petr Oros) [RHEL-17486]
115+
- ice: remove correct filters during eswitch release (Petr Oros) [RHEL-17486]
116+
- ice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsi (Petr Oros) [RHEL-17486]
117+
- ice: Deduplicate tc action setup (Petr Oros) [RHEL-17486]
118+
- ice: update E830 device ids and comments (Petr Oros) [RHEL-17486]
119+
- ice: add additional E830 device ids (Petr Oros) [RHEL-17486]
120+
- ice: ensure the copied buf is NUL terminated (Petr Oros) [RHEL-17486]
121+
- ice: fix LAG and VF lock dependency in ice_reset_vf() (Petr Oros) [RHEL-17486]
122+
- ice: Fix checking for unsupported keys on non-tunnel device (Petr Oros) [RHEL-17486]
123+
- ice: tc: allow zero flags in parsing tc flower (Petr Oros) [RHEL-17486]
124+
- ice: tc: check src_vsi in case of traffic from VF (Petr Oros) [RHEL-17486]
125+
- ice: store VF relative MSI-X index in q_vector->vf_reg_idx (Petr Oros) [RHEL-17486]
126+
- ice: set vf->num_msix in ice_initialize_vf_entry() (Petr Oros) [RHEL-17486]
127+
- ice: Implement 'flow-type ether' rules (Petr Oros) [RHEL-17486]
128+
- ice: Remove unnecessary argument from ice_fdir_comp_rules() (Petr Oros) [RHEL-17486]
129+
- ice: Fix freeing uninitialized pointers (Petr Oros) [RHEL-17486]
130+
- ice: hold devlink lock for whole init/cleanup (Petr Oros) [RHEL-17486]
131+
- ice: move devlink port code to a separate file (Petr Oros) [RHEL-17486]
132+
- ice: move ice_devlink.[ch] to devlink folder (Petr Oros) [RHEL-17486]
133+
- ice: Remove newlines in NL_SET_ERR_MSG_MOD (Petr Oros) [RHEL-17486]
134+
- ice: Add switch recipe reusing feature (Petr Oros) [RHEL-17486]
135+
- ice: count representor stats (Petr Oros) [RHEL-17486]
136+
- ice: do switchdev slow-path Rx using PF VSI (Petr Oros) [RHEL-17486]
137+
- ice: change repr::id values (Petr Oros) [RHEL-17486]
138+
- ice: remove switchdev control plane VSI (Petr Oros) [RHEL-17486]
139+
- ice: control default Tx rule in lag (Petr Oros) [RHEL-17486]
140+
- ice: default Tx rule instead of to queue (Petr Oros) [RHEL-17486]
141+
- ice: do Tx through PF netdev in slow-path (Petr Oros) [RHEL-17486]
142+
- ice: remove eswitch changing queues algorithm (Petr Oros) [RHEL-17486]
143+
- ice: fix memory corruption bug with suspend and rebuild (Petr Oros) [RHEL-17486]
144+
- ice: Refactor FW data type and fix bitmap casting issue (Petr Oros) [RHEL-17486]
145+
- ice: fix stats being updated by way too large values (Petr Oros) [RHEL-17486]
146+
- ice: fix typo in assignment (Petr Oros) [RHEL-17486]
147+
- net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink() (Petr Oros) [RHEL-17486]
148+
- ice: virtchnl: stop pretending to support RSS over AQ or registers (Petr Oros) [RHEL-17486]
149+
- ice: reconfig host after changing MSI-X on VF (Petr Oros) [RHEL-17486]
150+
- ice: reorder disabling IRQ and NAPI in ice_qp_dis (Petr Oros) [RHEL-17486]
151+
- ice: avoid unnecessary devm_ usage (Petr Oros) [RHEL-17486]
152+
- ice: do not disable Tx queues twice in ice_down() (Petr Oros) [RHEL-17486]
153+
- ice: cleanup line splitting for context set functions (Petr Oros) [RHEL-17486]
154+
- ice: use GENMASK instead of BIT(n) - 1 in pack functions (Petr Oros) [RHEL-17486]
155+
- ice: rename ice_write_* functions to ice_pack_ctx_* (Petr Oros) [RHEL-17486]
156+
- ice: remove vf->lan_vsi_num field (Petr Oros) [RHEL-17486]
157+
- ice: use relative VSI index for VFs instead of PF VSI number (Petr Oros) [RHEL-17486]
158+
- ice: remove unnecessary duplicate checks for VF VSI ID (Petr Oros) [RHEL-17486]
159+
- ice: pass VSI pointer into ice_vc_isvalid_q_id (Petr Oros) [RHEL-17486]
160+
- ice: Fix debugfs with devlink reload (Petr Oros) [RHEL-17486]
161+
- ice: Remove and readd netdev during devlink reload (Petr Oros) [RHEL-17486]
162+
- ice: add support for 3k signing DDP sections for E825C (Petr Oros) [RHEL-17486]
163+
- ice: Add helper function ice_is_generic_mac (Petr Oros) [RHEL-17486]
164+
- ice: introduce new E825C devices family (Petr Oros) [RHEL-17486]
165+
- ice: remove incorrect comment (Petr Oros) [RHEL-17486]
166+
- ice: Add a new counter for Rx EIPE errors (Petr Oros) [RHEL-17486]
167+
- ice: make ice_vsi_cfg_txq() static (Petr Oros) [RHEL-17486]
168+
- ice: make ice_vsi_cfg_rxq() static (Petr Oros) [RHEL-17486]
169+
- ice: stop destroying and reinitalizing Tx tracker during reset (Petr Oros) [RHEL-17486]
170+
- ice: factor out ice_ptp_rebuild_owner() (Petr Oros) [RHEL-17486]
171+
- ice: rename ice_ptp_tx_cfg_intr (Petr Oros) [RHEL-17486]
172+
- ice: don't check has_ready_bitmap in E810 functions (Petr Oros) [RHEL-17486]
173+
- ice: rename verify_cached to has_ready_bitmap (Petr Oros) [RHEL-17486]
174+
- ice: pass reset type to PTP reset functions (Petr Oros) [RHEL-17486]
175+
- ice: introduce PTP state machine (Petr Oros) [RHEL-17486]
176+
- ice: ice_base.c: Add const modifier to params and vars (Petr Oros) [RHEL-17486]
177+
- ice: remove rx_len_errors statistic (Petr Oros) [RHEL-17486]
178+
- ice: replace ice_vf_recreate_vsi() with ice_vf_reconfig_vsi() (Petr Oros) [RHEL-17486]
179+
- ice: Add support for packet mirroring using hardware in switchdev mode (Petr Oros) [RHEL-17486]
180+
- ice: Enable SW interrupt from FW for LL TS (Petr Oros) [RHEL-17486]
181+
- ice: Schedule service task in IRQ top half (Petr Oros) [RHEL-17486]
182+
- ice: cleanup inconsistent code (Petr Oros) [RHEL-17486]
183+
- ice: field get conversion (Petr Oros) [RHEL-17486]
184+
- ice: fix pre-shifted bit usage (Petr Oros) [RHEL-17486]
185+
- ice: field prep conversion (Petr Oros) [RHEL-17486]
186+
- ice: Fix PF with enabled XDP going no-carrier after reset (Petr Oros) [RHEL-17486]
187+
- ice: use VLAN proto from ring packet context in skb path (Petr Oros) [RHEL-17486]
188+
- ice: Implement VLAN tag hint (Petr Oros) [RHEL-17486]
189+
- ice: Support XDP hints in AF_XDP ZC mode (Petr Oros) [RHEL-17486]
190+
- ice: Support RX hash XDP hint (Petr Oros) [RHEL-17486]
191+
- ice: Support HW timestamp hint (Petr Oros) [RHEL-17486]
192+
- ice: Introduce ice_xdp_buff (Petr Oros) [RHEL-17486]
193+
- ice: Make ptype internal to descriptor info processing (Petr Oros) [RHEL-17486]
194+
- ice: make RX HW timestamp reading code more reusable (Petr Oros) [RHEL-17486]
195+
- ice: make RX hash reading code more reusable (Petr Oros) [RHEL-17486]
196+
- ice: add ability to read and configure FW log data (Petr Oros) [RHEL-17486]
197+
- ice: enable FW logging (Petr Oros) [RHEL-17486]
198+
- ice: configure FW logging (Petr Oros) [RHEL-17486]
199+
- ice: remove FW logging code (Petr Oros) [RHEL-17486]
200+
- iavf: enable symmetric-xor RSS for Toeplitz hash function (Petr Oros) [RHEL-17486]
201+
- ice: enable symmetric-xor RSS for Toeplitz hash function (Petr Oros) [RHEL-17486]
202+
- ice: refactor the FD and RSS flow ID generation (Petr Oros) [RHEL-17486]
203+
- ice: refactor RSS configuration (Petr Oros) [RHEL-17486]
204+
- ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register values (Petr Oros) [RHEL-17486]
205+
- ice: Rename E822 to E82X (Petr Oros) [RHEL-17486]
206+
- ice: periodically kick Tx timestamp interrupt (Petr Oros) [RHEL-17486]
207+
- ice: Re-enable timestamping correctly after reset (Petr Oros) [RHEL-17486]
208+
- ice: Improve logs for max ntuple errors (Petr Oros) [RHEL-17486]
209+
- ice: read internal temperature sensor (Petr Oros) [RHEL-17486]
210+
- ice: fix error code in ice_eswitch_attach() (Petr Oros) [RHEL-17486]
211+
- ice: reserve number of CP queues (Petr Oros) [RHEL-17486]
212+
- ice: adjust switchdev rebuild path (Petr Oros) [RHEL-17486]
213+
- ice: add VF representors one by one (Petr Oros) [RHEL-17486]
214+
- ice: realloc VSI stats arrays (Petr Oros) [RHEL-17486]
215+
- ice: set Tx topology every time new repr is added (Petr Oros) [RHEL-17486]
216+
- ice: allow changing SWITCHDEV_CTRL VSI queues (Petr Oros) [RHEL-17486]
217+
- ice: return pointer to representor (Petr Oros) [RHEL-17486]
218+
- ice: make representor code generic (Petr Oros) [RHEL-17486]
219+
- ice: remove VF pointer reference in eswitch code (Petr Oros) [RHEL-17486]
220+
- ice: track port representors in xarray (Petr Oros) [RHEL-17486]
221+
- ice: use repr instead of vf->repr (Petr Oros) [RHEL-17486]
222+
- ice: track q_id in representor (Petr Oros) [RHEL-17486]
223+
- ice: remove unused control VSI parameter (Petr Oros) [RHEL-17486]
224+
- ice: remove redundant max_vsi_num variable (Petr Oros) [RHEL-17486]
225+
- ice: rename switchdev to eswitch (Petr Oros) [RHEL-17486]
226+
- ice: make use of DEFINE_FLEX() in ice_switch.c (Petr Oros) [RHEL-17486]
227+
- ice: make use of DEFINE_FLEX() for struct ice_aqc_dis_txq_item (Petr Oros) [RHEL-17486]
228+
- ice: make use of DEFINE_FLEX() for struct ice_aqc_add_tx_qgrp (Petr Oros) [RHEL-17486]
229+
- ice: make use of DEFINE_FLEX() in ice_ddp.c (Petr Oros) [RHEL-17486]
230+
- ice: drop two params of ice_aq_move_sched_elems() (Petr Oros) [RHEL-17486]
231+
- ice: ice_sched_remove_elems: replace 1 elem array param by u32 (Petr Oros) [RHEL-17486]
232+
- ice: Check CRC strip requirement for VLAN strip (Petr Oros) [RHEL-17486]
233+
- ice: Support FCS/CRC strip disable for VF (Petr Oros) [RHEL-17486]
234+
- ptp: introduce helpers to adjust by scaled parts per million (Petr Oros) [RHEL-17486]
235+
Resolves: RHEL-14441, RHEL-17486, RHEL-22561, RHEL-29353, RHEL-37526, RHEL-37532, RHEL-44555, RHEL-45149, RHEL-45458, RHEL-45825, RHEL-45826, RHEL-46580, RHEL-47255, RHEL-9429
236+
1237
* Tue Jul 16 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-482.el9]
2238
- i40e: fix: remove needless retries of NVM update (CKI Backport Bot) [RHEL-36692]
3239
- i2c: smbus: Support up to 8 SPD EEPROMs (David Arcari) [RHEL-47257]

0 commit comments

Comments
 (0)