Skip to content

Commit 2e10e45

Browse files
committed
[redhat] kernel-5.14.0-330.el9
Signed-off-by: Jan Stancek <jstancek@redhat.com>
1 parent d291980 commit 2e10e45

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-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 = 329
15+
RHEL_RELEASE = 330
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.3

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
* Wed Jun 21 2023 Jan Stancek <jstancek@redhat.com> [5.14.0-330.el9]
2+
- EDAC/i10nm: Add Intel Emerald Rapids server support (Aristeu Rozanski) [2165650]
3+
- EDAC/skx_common: Delete duplicated and unreachable code (Aristeu Rozanski) [2165650]
4+
- EDAC/skx_common: Enable EDAC support for the "near" memory (Aristeu Rozanski) [2165650]
5+
- EDAC/i10nm: fix refcount leak in pci_get_dev_wrapper() (Aristeu Rozanski) [2165650]
6+
- EDAC/i10nm: Print an extra register set of retry_rd_err_log (Aristeu Rozanski) [2165650]
7+
- EDAC/i10nm: Retrieve and print retry_rd_err_log registers for HBM (Aristeu Rozanski) [2165650]
8+
- EDAC/skx_common: Add ChipSelect ADXL component (Aristeu Rozanski) [2165650]
9+
- EDAC/i10nm: Fix NVDIMM detection (Aristeu Rozanski) [2165650]
10+
- EDAC/mc: Add new HBM2 memory type (Aristeu Rozanski) [2165650]
11+
- arm64: dts: qcom: sa8540p-ride: Specify ethernet phy OUI (Andrew Halaney) [2215124]
12+
- s390/pci: clean up left over special treatment for function zero (Tobias Huschle) [2214273]
13+
- s390/pci: remove redundant pci_bus_add_devices() on new bus (Tobias Huschle) [2214273]
14+
- s390/pci: only add specific device in zpci_bus_scan_device() (Tobias Huschle) [2214273]
15+
- PCI: s390: Fix use-after-free of PCI resources with per-function hotplug (Tobias Huschle) [2214273]
16+
- scsi: lpfc: Account for fabric domain ctlr device loss recovery (Dick Kennedy) [2213029]
17+
- scsi: lpfc: Clear NLP_IN_DEV_LOSS flag if already in rediscovery (Dick Kennedy) [2213029]
18+
- scsi: lpfc: Fix use-after-free rport memory access in lpfc_register_remote_port() (Dick Kennedy) [2213029]
19+
- loop: LOOP_CONFIGURE: send uevents for partitions (Ming Lei) [2209880]
20+
- crypto: jitter - correct health test during initialization (Vladis Dronov) [2214271]
21+
- rbd: get snapshot context after exclusive lock is ensured to be held (Ilya Dryomov) [2212511]
22+
- rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag setting (Ilya Dryomov) [2212511]
23+
- s390/qeth: convert sysfs snprintf to sysfs_emit (Tobias Huschle) [2203377]
24+
- s390/lcs: Fix return type of lcs_start_xmit() (Tobias Huschle) [2203377]
25+
- s390/netiucv: Fix return type of netiucv_tx() (Tobias Huschle) [2203377]
26+
- s390/ctcm: Fix return type of ctc{mp,}m_tx() (Tobias Huschle) [2203377]
27+
- net/af_iucv: Use struct_group() to zero struct iucv_sock region (Tobias Huschle) [2203377]
28+
- blk-mq: fix blk_mq_hw_ctx active request accounting (Ming Lei) [2203606]
29+
- null_blk: Fix: memory release when memory_backed=1 (Ming Lei) [2212674]
30+
- block: fix revalidate performance regression (Ming Lei) [2213370]
31+
- phy: freescale: imx8m-pcie: Add one missing error return (Steve Best) [2184315]
32+
- phy: freescale: imx8m-pcie: Add i.MX8MP PCIe PHY support (Steve Best) [2184315]
33+
- phy: freescale: imx8m-pcie: Refine i.MX8MM PCIe PHY driver (Steve Best) [2184315]
34+
- phy: freescale: imx8m-pcie: Refine register definitions (Steve Best) [2184315]
35+
Resolves: rhbz#2165650, rhbz#2184315, rhbz#2203377, rhbz#2203606, rhbz#2209880, rhbz#2212511, rhbz#2212674, rhbz#2213029, rhbz#2213370, rhbz#2214271, rhbz#2214273, rhbz#2215124
36+
137
* Fri Jun 16 2023 Jan Stancek <jstancek@redhat.com> [5.14.0-329.el9]
238
- rtla/timerlat: Fix "Previous IRQ" auto analysis' line (John Kacur) [2174943]
339
- rtla/timerlat: Add auto-analysis only option (John Kacur) [2174943]

0 commit comments

Comments
 (0)