Skip to content

Commit e02ca32

Browse files
committed
[redhat] kernel-5.14.0-317.el9
Signed-off-by: Jan Stancek <jstancek@redhat.com>
1 parent 1924fcb commit e02ca32

File tree

2 files changed

+216
-1
lines changed

2 files changed

+216
-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 = 3
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 316
15+
RHEL_RELEASE = 317
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.3

Lines changed: 215 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,218 @@
1+
* Mon May 22 2023 Jan Stancek <jstancek@redhat.com> [5.14.0-317.el9]
2+
- x86/fpu/xstate: Prevent false-positive warning in __copy_xstate_uabi_buf() (Dean Nelson) [2082182]
3+
- x86/fpu: Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threads (Dean Nelson) [2082182]
4+
- x86/fpu: Replace zero-length array in struct xregs_state with flexible-array member (Dean Nelson) [2082182]
5+
- cpuidle, intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE (Dean Nelson) [2082182]
6+
- x86/fpu: Use _Alignof to avoid undefined behavior in TYPE_ALIGN (Dean Nelson) [2082182]
7+
- x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit is not set (Dean Nelson) [2082182]
8+
- x86/fpu: Allow PKRU to be (once again) written by ptrace. (Dean Nelson) [2082182]
9+
- x86/fpu: Add a pkru argument to copy_uabi_to_xstate() (Dean Nelson) [2082182]
10+
- x86/fpu: Add a pkru argument to copy_uabi_from_kernel_to_xstate(). (Dean Nelson) [2082182]
11+
- x86/fpu: Take task_struct* in copy_sigframe_from_user_to_xstate() (Dean Nelson) [2082182]
12+
- x86/fpu/xstate: Fix XSTATE_WARN_ON() to emit relevant diagnostics (Dean Nelson) [2082182]
13+
- x86: Remove empty files (Dean Nelson) [2082182]
14+
- x86/prctl: Remove pointless task argument (Dean Nelson) [2082182]
15+
- x86/fpu: Cleanup variable shadowing (Dean Nelson) [2082182]
16+
- x86/fpu/xsave: Support XSAVEC in the kernel (Dean Nelson) [2082182]
17+
- x86/fpu: Remove redundant XCOMP_BV initialization (Dean Nelson) [2082182]
18+
- x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearing (Dean Nelson) [2082182]
19+
- x86/fpu: Remove duplicate copy_fpstate_to_sigframe() prototype (Dean Nelson) [2082182]
20+
- x86/fpu: Correct AVX512 state tracking (Dean Nelson) [2082182]
21+
- s390/kfence: fix page fault reporting (Baoquan He) [2148793]
22+
- scsi: mpi3mr: Use -ENOMEM instead of -1 in mpi3mr_expander_add() (Tomas Henzl) [2163420]
23+
- scsi: mpi3mr: Use IRQ save variants of spinlock to protect chain frame allocation (Tomas Henzl) [2163420]
24+
- scsi: mpi3mr: Handle soft reset in progress fault code (0xF002) (Tomas Henzl) [2163420]
25+
- scsi: mpi3mr: Update driver version to 8.4.1.0.0 (Tomas Henzl) [2163420]
26+
- scsi: mpi3mr: Update copyright year (Tomas Henzl) [2163420]
27+
- scsi: mpi3mr: Fix W=1 compilation warnings (Tomas Henzl) [2163420]
28+
- scsi: mpi3mr: Update MPI Headers to revision 27 (Tomas Henzl) [2163420]
29+
- scsi: mpi3mr: Avoid escalating to higher level reset when target is removed (Tomas Henzl) [2163420]
30+
- scsi: mpi3mr: Modify MUR timeout value to 120 seconds (Tomas Henzl) [2163420]
31+
- scsi: mpi3mr: Fix admin queue memory leak upon soft reset (Tomas Henzl) [2163420]
32+
- scsi: mpi3mr: Successive VD delete and add causes FW fault (Tomas Henzl) [2163420]
33+
- scsi: mpi3mr: Fix expander node leak in mpi3mr_remove() (Tomas Henzl) [2163420]
34+
- scsi: mpi3mr: Fix memory leaks in mpi3mr_init_ioc() (Tomas Henzl) [2163420]
35+
- scsi: mpi3mr: Fix sas_hba.phy memory leak in mpi3mr_remove() (Tomas Henzl) [2163420]
36+
- scsi: mpi3mr: Fix mpi3mr_hba_port memory leak in mpi3mr_remove() (Tomas Henzl) [2163420]
37+
- scsi: mpi3mr: Fix config page DMA memory leak (Tomas Henzl) [2163420]
38+
- scsi: mpi3mr: Fix throttle_groups memory leak (Tomas Henzl) [2163420]
39+
- scsi: mpi3mr: Bad drive in topology results kernel crash (Tomas Henzl) [2163420]
40+
- scsi: mpi3mr: NVMe command size greater than 8K fails (Tomas Henzl) [2163420]
41+
- scsi: mpi3mr: Return proper values for failures in firmware init path (Tomas Henzl) [2163420]
42+
- scsi: mpi3mr: Wait for diagnostic save during controller init (Tomas Henzl) [2163420]
43+
- scsi: mpi3mr: Driver unload crashes host when enhanced logging is enabled (Tomas Henzl) [2163420]
44+
- scsi: mpi3mr: ioctl timeout when disabling/enabling interrupt (Tomas Henzl) [2163420]
45+
- scsi: mpi3mr: Remove unneeded version.h include (Tomas Henzl) [2163420]
46+
- scsi: mpi3mr: Fix missing mrioc->evtack_cmds initialization (Tomas Henzl) [2163420]
47+
- scsi: mpi3mr: Use number of bits to manage bitmap sizes (Tomas Henzl) [2163420]
48+
- scsi: mpi3mr: Remove unnecessary memcpy() to alltgt_info->dmi (Tomas Henzl) [2163420]
49+
- scsi: mpi3mr: Fix issues in mpi3mr_get_all_tgt_info() (Tomas Henzl) [2163420]
50+
- scsi: mpi3mr: Fix an issue found by KASAN (Tomas Henzl) [2163420]
51+
- scsi: mpi3mr: Refer CONFIG_SCSI_MPI3MR in Makefile (Tomas Henzl) [2163420]
52+
- scsi: mpi3mr: Remove usage of dma_get_required_mask() API (Tomas Henzl) [2163420]
53+
- scsi: mpi3mr: Suppress command reply debug prints (Tomas Henzl) [2163420]
54+
- scsi: lpfc: Update lpfc version to 14.2.0.12 (Paul Ely) [2165043]
55+
- scsi: lpfc: Replace blk_irq_poll intr handler with threaded IRQ (Paul Ely) [2165043]
56+
- scsi: lpfc: Add new RCQE status for handling DMA failures (Paul Ely) [2165043]
57+
- scsi: lpfc: Update congestion warning notification period (Paul Ely) [2165043]
58+
- scsi: lpfc: Match lock ordering of lpfc_cmd->buf_lock and hbalock for abort paths (Paul Ely) [2165043]
59+
- scsi: lpfc: Fix double free in lpfc_cmpl_els_logo_acc() caused by lpfc_nlp_not_used() (Paul Ely) [2165043]
60+
- scsi: lpfc: Fix verbose logging for SCSI commands issued to SES devices (Paul Ely) [2165043]
61+
- scsi: lpfc: Copyright updates for 14.2.0.11 patches (Paul Ely) [2165043]
62+
- scsi: lpfc: Revise lpfc_error_lost_link() reason code evaluation logic (Paul Ely) [2165043]
63+
- scsi: lpfc: Copyright updates for 14.2.0.10 patches (Paul Ely) [2165043]
64+
- scsi: lpfc: Skip waiting for register ready bits when in unrecoverable state (Paul Ely) [2165043]
65+
- scsi: lpfc: Correct used_rpi count when devloss tmo fires with no recovery (Paul Ely) [2165043]
66+
- scsi: lpfc: Defer issuing new PLOGI if received RSCN before completing REG_LOGIN (Paul Ely) [2165043]
67+
- scsi: lpfc: Record LOGO state with discovery engine even if aborted (Paul Ely) [2165043]
68+
- scsi: lpfc: Fix lockdep warning for rx_monitor lock when unloading driver (Paul Ely) [2165043]
69+
- scsi: lpfc: Reorder freeing of various DMA buffers and their list removal (Paul Ely) [2165043]
70+
- scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer overflow (Paul Ely) [2165043]
71+
- scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read() (Paul Ely) [2165043]
72+
- scsi: lpfc: Introduce new attention types for lpfc_sli4_async_fc_evt() handler (Paul Ely) [2165043]
73+
- scsi: lpfc: Reinitialize internal VMID data structures after FLOGI completion (Paul Ely) [2165043]
74+
- scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware write (Paul Ely) [2165043]
75+
- scsi: lpfc: Exit PRLI completion handling early if ndlp not in PRLI_ISSUE state (Paul Ely) [2165043]
76+
- scsi: lpfc: Remove duplicate ndlp kref decrement in lpfc_cleanup_rpis() (Paul Ely) [2165043]
77+
- scsi: lpfc: Remove redundant clean up code in disable_vport() (Paul Ely) [2165043]
78+
- scsi: lpfc: Set max DMA segment size to HBA supported SGE length (Paul Ely) [2165043]
79+
- scsi: lpfc: Resolve miscellaneous variable set but not used compiler warnings (Paul Ely) [2165043]
80+
- scsi: lpfc: Replace outdated strncpy() with strscpy() (Paul Ely) [2165043]
81+
- scsi: lpfc: Fix space indentation in lpfc_xcvr_data_show() (Paul Ely) [2165043]
82+
- scsi: lpfc: Fix crash involving race between FLOGI timeout and devloss handler (Paul Ely) [2165043]
83+
- scsi: lpfc: Fix MI capability display in cmf_info sysfs attribute (Paul Ely) [2165043]
84+
- scsi: lpfc: Correct bandwidth logging during receipt of congestion sync WCQE (Paul Ely) [2165043]
85+
- scsi: lpfc: Fix WQ|CQ|EQ resource check (Paul Ely) [2165043]
86+
- cpufreq: intel_pstate: Enable HWP IO boost for all servers (David Arcari) [2175626]
87+
- autofs: fix wait name hash calculation in autofs_wait() (Ian Kent) [2185245]
88+
- ice: remove comment about not supporting driver reinit (Petr Oros) [2153358]
89+
- ice: Fix undersized tx_flags variable (Petr Oros) [2153358]
90+
- ice: block LAN in case of VF to VF offload (Petr Oros) [2153358]
91+
- ice: Reset FDIR counter in FDIR init stage (Petr Oros) [2153358]
92+
- ice: fix wrong fallback logic for FDIR (Petr Oros) [2153358]
93+
- ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg() (Petr Oros) [2153358]
94+
- ice: add profile conflict check for AVF FDIR (Petr Oros) [2153358]
95+
- ice: Fix ice_cfg_rdma_fltr() to only update relevant fields (Petr Oros) [2153358]
96+
- ice: fix W=1 headers mismatch (Petr Oros) [2153358]
97+
- ice: remove filters only if VSI is deleted (Petr Oros) [2153358]
98+
- ice: check if VF exists before mode check (Petr Oros) [2153358]
99+
- ice: fix rx buffers handling for flow director packets (Petr Oros) [2153358]
100+
- ice: xsk: disable txq irq before flushing hw (Petr Oros) [2153358]
101+
- ice: avoid bonding causing auxiliary plug/unplug under RTNL lock (Petr Oros) [2153358]
102+
- ethernet: ice: avoid gcc-9 integer overflow warning (Petr Oros) [2153358]
103+
- ice: don't ignore return codes in VSI related code (Petr Oros) [2153358]
104+
- ice: Fix DSCP PFC TLV creation (Petr Oros) [2153358]
105+
- ice: copy last block omitted in ice_get_module_eeprom() (Petr Oros) [2153358]
106+
- ice: Micro-optimize .ndo_xdp_xmit() path (Petr Oros) [2153358]
107+
- ice: Fix freeing XDP frames backed by Page Pool (Petr Oros) [2153358]
108+
- ice: Robustify cleaning/completing XDP Tx buffers (Petr Oros) [2153358]
109+
- ice: Remove two impossible branches on XDP Tx cleaning (Petr Oros) [2153358]
110+
- ice: Fix XDP Tx ring overrun (Petr Oros) [2153358]
111+
- ice: fix ice_tx_ring:: Xdp_tx_active underflow (Petr Oros) [2153358]
112+
- ice: xsk: Fix cleaning of XDP_TX frames (Petr Oros) [2153358]
113+
- ice: remove unnecessary CONFIG_ICE_GNSS (Petr Oros) [2153358]
114+
- ice: properly alloc ICE_VSI_LB (Petr Oros) [2153358]
115+
- ice: Mention CEE DCBX in code comment (Petr Oros) [2153358]
116+
- ice: Change ice_vsi_realloc_stat_arrays() to void (Petr Oros) [2153358]
117+
- ice: add support BIG TCP on IPv6 (Petr Oros) [2153358]
118+
- ice: Add GPIO pin support for E823 products (Petr Oros) [2153358]
119+
- ice: xsk: Do not convert to buff to frame for XDP_TX (Petr Oros) [2153358]
120+
- ice: Remove next_{dd,rs} fields from ice_tx_ring (Petr Oros) [2153358]
121+
- ice: Add support for XDP multi-buffer on Tx side (Petr Oros) [2153358]
122+
- ice: Add support for XDP multi-buffer on Rx side (Petr Oros) [2153358]
123+
- ice: Use xdp->frame_sz instead of recalculating truesize (Petr Oros) [2153358]
124+
- ice: Do not call ice_finalize_xdp_rx() unnecessarily (Petr Oros) [2153358]
125+
- ice: Use ice_max_xdp_frame_size() in ice_xdp_setup_prog() (Petr Oros) [2153358]
126+
- ice: Centrallize Rx buffer recycling (Petr Oros) [2153358]
127+
- ice: Inline eop check (Petr Oros) [2153358]
128+
- ice: Pull out next_to_clean bump out of ice_put_rx_buf() (Petr Oros) [2153358]
129+
- ice: Store page count inside ice_rx_buf (Petr Oros) [2153358]
130+
- ice: Add xdp_buff to ice_rx_ring struct (Petr Oros) [2153358]
131+
- ice: Prepare legacy-rx for upcoming XDP multi-buffer support (Petr Oros) [2153358]
132+
- ice: remove unnecessary virtchnl_ether_addr struct use (Petr Oros) [2153358]
133+
- ice: introduce .irq_close VF operation (Petr Oros) [2153358]
134+
- ice: introduce clear_reset_state operation (Petr Oros) [2153358]
135+
- ice: convert vf_ops .vsi_rebuild to .create_vsi (Petr Oros) [2153358]
136+
- ice: introduce ice_vf_init_host_cfg function (Petr Oros) [2153358]
137+
- ice: add a function to initialize vf entry (Petr Oros) [2153358]
138+
- ice: Pull common tasks into ice_vf_post_vsi_rebuild (Petr Oros) [2153358]
139+
- ice: move ice_vf_vsi_release into ice_vf_lib.c (Petr Oros) [2153358]
140+
- ice: move vsi_type assignment from ice_vsi_alloc to ice_vsi_cfg (Petr Oros) [2153358]
141+
- ice: refactor VSI setup to use parameter structure (Petr Oros) [2153358]
142+
- ice: drop unnecessary VF parameter from several VSI functions (Petr Oros) [2153358]
143+
- ice: fix function comment referring to ice_vsi_alloc (Petr Oros) [2153358]
144+
- ice: Add more usage of existing function ice_get_vf_vsi(vf) (Petr Oros) [2153358]
145+
- ice: implement devlink reinit action (Petr Oros) [2153358]
146+
- ice: update VSI instead of init in some case (Petr Oros) [2153358]
147+
- ice: move VSI delete outside deconfig (Petr Oros) [2153358]
148+
- ice: sync netdev filters after clearing VSI (Petr Oros) [2153358]
149+
- ice: split probe into smaller functions (Petr Oros) [2153358]
150+
- ice: stop hard coding the ICE_VSI_CTRL location (Petr Oros) [2153358]
151+
- ice: split ice_vsi_setup into smaller functions (Petr Oros) [2153358]
152+
- ice: cleanup in VSI config/deconfig code (Petr Oros) [2153358]
153+
- ice: alloc id for RDMA using xa_array (Petr Oros) [2153358]
154+
- ice: move RDMA init to ice_idc.c (Petr Oros) [2153358]
155+
- ice: Remove redundant pci_enable_pcie_error_reporting() (Petr Oros) [2153358]
156+
- ice: Remove excess space (Petr Oros) [2153358]
157+
- ice: Introduce local var for readability (Petr Oros) [2153358]
158+
- ice: Match parameter name for ice_cfg_phy_fc() (Petr Oros) [2153358]
159+
- ice: Explicitly return 0 (Petr Oros) [2153358]
160+
- ice: Reduce scope of variables (Petr Oros) [2153358]
161+
- ice: Move support DDP code out of ice_flex_pipe.c (Petr Oros) [2153358]
162+
- ice: Remove cppcheck suppressions (Petr Oros) [2153358]
163+
- ice: combine cases in ice_ksettings_find_adv_link_speed() (Petr Oros) [2153358]
164+
- ice: Add support for 100G KR2/CR2/SR2 link reporting (Petr Oros) [2153358]
165+
- ice: add missing checks for PF vsi type (Petr Oros) [2153358]
166+
- ice: remove redundant non-null check in ice_setup_pf_sw() (Petr Oros) [2153358]
167+
- ice: restrict PTP HW clock freq adjustments to 100, 000, 000 PPB (Petr Oros) [2153358]
168+
- ice: Support drop action (Petr Oros) [2153358]
169+
- ice: Handle LLDP MIB Pending change (Petr Oros) [2153358]
170+
- ice: Add 'Execute Pending LLDP MIB' Admin Queue command (Petr Oros) [2153358]
171+
- ice: Fix check for weight and priority of a scheduling node (Petr Oros) [2153358]
172+
- ice: switch: fix potential memleak in ice_add_adv_recipe() (Petr Oros) [2153358]
173+
- ice: Fix off by one in ice_tc_forward_to_queue() (Petr Oros) [2153358]
174+
- ice: Fix disabling Rx VLAN filtering with port VLAN enabled (Petr Oros) [2153358]
175+
- ice: fix out-of-bounds KASAN warning in virtchnl (Petr Oros) [2153358]
176+
- ice: Do not use WQ_MEM_RECLAIM flag for workqueue (Petr Oros) [2153358]
177+
- ice: Prevent set_channel from changing queues while RDMA active (Petr Oros) [2153358]
178+
- ice: xsk: do not use xdp_return_frame() on tx_buf->raw_buf (Petr Oros) [2153358]
179+
- ice: implement direct read for NVM and Shadow RAM regions (Petr Oros) [2153358]
180+
- ice: document 'shadow-ram' devlink region (Petr Oros) [2153358]
181+
- ice: use same function to snapshot both NVM and Shadow RAM (Petr Oros) [2153358]
182+
- ice: Use ICE_RLAN_BASE_S instead of magic number (Petr Oros) [2153358]
183+
- ice: Accumulate ring statistics over reset (Petr Oros) [2153358]
184+
- ice: Accumulate HW and Netdev statistics over reset (Petr Oros) [2153358]
185+
- ice: Remove and replace ice speed defines with ethtool.h versions (Petr Oros) [2153358]
186+
- ice: Check for PTP HW lock more frequently (Petr Oros) [2153358]
187+
- ice: Add documentation for devlink-rate implementation (Petr Oros) [2153358]
188+
- ice: Prevent ADQ, DCB coexistence with Custom Tx scheduler (Petr Oros) [2153358]
189+
- ice: Implement devlink-rate API (Petr Oros) [2153358]
190+
- ice: Add an option to pre-allocate memory for ice_sched_node (Petr Oros) [2153358]
191+
- ice: Introduce new parameters in ice_sched_node (Petr Oros) [2153358]
192+
- ice: Fix spurious interrupt during removal of trusted VF (Petr Oros) [2153358]
193+
- ice: Enable RX queue selection using skbedit action (Petr Oros) [2153358]
194+
- ice: Add support for VLAN priority filters in switchdev (Petr Oros) [2153358]
195+
- ice: support features on new E810T variants (Petr Oros) [2153358]
196+
- ice: Add L2TPv3 hardware offload support (Petr Oros) [2153358]
197+
- ice: Simplify memory allocation in ice_sched_init_port() (Petr Oros) [2153358]
198+
- ice: switch: Simplify memory allocation (Petr Oros) [2153358]
199+
- ice: add helper function to check FW API version (Petr Oros) [2153358]
200+
- ice: Print human-friendly PHY types (Petr Oros) [2153358]
201+
- ice: Add support for ip TTL & ToS offload (Petr Oros) [2153358]
202+
- ice: remove non-inclusive language (Petr Oros) [2153358]
203+
- ice: Remove ucast_shared (Petr Oros) [2153358]
204+
- ice: Allow 100M speeds for some devices (Petr Oros) [2153358]
205+
- ice: Implement FCS/CRC and VLAN stripping co-existence policy (Petr Oros) [2153358]
206+
- ice: Implement control of FCS/CRC stripping (Petr Oros) [2153358]
207+
- ice: initialize cached_phctime when creating Rx rings (Petr Oros) [2153358]
208+
- ice: set tx_tstamps when creating new Tx rings via ethtool (Petr Oros) [2153358]
209+
- ice: link representors to PCI device (Petr Oros) [2153358]
210+
- ALSA: hda/realtek: Add quirk for ThinkPad P1 Gen 6 (Mark Pearson) [2205121]
211+
- prlimit: do_prlimit needs to have a speculation check (Alex Gladkov) [2196316] {CVE-2023-0458}
212+
- r8152: Rate limit overflow messages (Jose Ignacio Tornos Martinez) [2153571] {CVE-2022-3594}
213+
- redhat/genlog.py: add support to list/process zstream Jira tickets (Herton R. Krzesinski)
214+
Resolves: rhbz#2082182, rhbz#2148793, rhbz#2153358, rhbz#2153571, rhbz#2163420, rhbz#2165043, rhbz#2175626, rhbz#2185245, rhbz#2196316, rhbz#2205121
215+
1216
* Fri May 19 2023 Jan Stancek <jstancek@redhat.com> [5.14.0-316.el9]
2217
- s390/dasd: fix hanging blockdevice after request requeue (Tobias Huschle) [2044353]
3218
- s390/dasd: add autoquiesce event for start IO error (Tobias Huschle) [2044353]

0 commit comments

Comments
 (0)