Skip to content

Commit ec5f4d3

Browse files
author
CKI KWF Bot
committed
[redhat] kernel-5.14.0-632.el9
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
1 parent 48b11db commit ec5f4d3

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-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 = 8
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 631
15+
RHEL_RELEASE = 632
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.8

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
* Thu Oct 30 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-632.el9]
2+
- redhat: use the same cert as UKI's to sign addons (Li Tian) [RHEL-124089]
3+
- bus: mhi: host: pci_generic: Add Telit FN990B40 modem support (Jose Ignacio Tornos Martinez) [RHEL-122857]
4+
- bus: mhi: host: Detect events pointing to unexpected TREs (Jose Ignacio Tornos Martinez) [RHEL-122857] {CVE-2025-39790}
5+
- bus: mhi: host: pci_generic: Add Foxconn T99W696 modem (Jose Ignacio Tornos Martinez) [RHEL-122857]
6+
- bus: mhi: host: Use str_true_false() helper (Jose Ignacio Tornos Martinez) [RHEL-122857]
7+
- bus: mhi: host: pci_generic: Add support for EM929x and set MRU to 32768 for better performance. (Jose Ignacio Tornos Martinez) [RHEL-122857]
8+
- bus: mhi: host: Fix endianness of BHI vector table (Jose Ignacio Tornos Martinez) [RHEL-122857]
9+
- bus: mhi: host: pci_generic: Disable runtime PM for QDU100 (Jose Ignacio Tornos Martinez) [RHEL-122857]
10+
- bus: mhi: host: pci_generic: Fix the modem name of Foxconn T99W640 (Jose Ignacio Tornos Martinez) [RHEL-122857]
11+
- bus: mhi: host: Make local functions static (Jose Ignacio Tornos Martinez) [RHEL-122857]
12+
- bus: mhi: host: pci_generic: Add Telit FN920C04 modem support (Jose Ignacio Tornos Martinez) [RHEL-122857]
13+
- bus: mhi: host: pci_generic: Remove redundant assign resource usage (Jose Ignacio Tornos Martinez) [RHEL-122857]
14+
- bus: mhi: host: Fix conflict between power_up and SYSERR (Jose Ignacio Tornos Martinez) [RHEL-122857]
15+
- bus: mhi: ep: Update read pointer only after buffer is written (Jose Ignacio Tornos Martinez) [RHEL-122857] {CVE-2025-38429}
16+
- treewide: Switch/rename to timer_delete[_sync]() (Jose Ignacio Tornos Martinez) [RHEL-122857]
17+
- i40e: fix IRQ freeing in i40e_vsi_request_irq_msix error path (CKI Backport Bot) [RHEL-118924]
18+
- libnvdimm/labels: Fix divide error in nd_label_data_init() (Jeff Moyer) [RHEL-96835]
19+
- libnvdimm: Remove unused nd_attach_ndns (Jeff Moyer) [RHEL-96835]
20+
- libnvdimm: Remove unused nd_region_conflict (Jeff Moyer) [RHEL-96835]
21+
- nvdimm: rectify the illogical code within nd_dax_probe() (Jeff Moyer) [RHEL-96835]
22+
- nvdimm: Correct some typos in comments (Jeff Moyer) [RHEL-96835]
23+
- nvdimm: Remove dead code for ENODEV checking in scan_labels() (Jeff Moyer) [RHEL-96835]
24+
- i2c: tegra: Use internal reset when reset property is not available (Charles Mirabile) [RHEL-113177]
25+
- i2c: tegra: Fix reset error handling with ACPI (Charles Mirabile) [RHEL-113177]
26+
- mm/migrate: Add migrate_device_pfns (José Expósito) [RHEL-113204]
27+
- agp/intel-gtt: Add intel_gmch_gtt_read_entry() (José Expósito) [RHEL-113204]
28+
- PM: sleep: Introduce pm_suspend_in_progress() (José Expósito) [RHEL-113204]
29+
- elf: add remaining SHF_ flag macros (José Expósito) [RHEL-113204]
30+
- scsi: lpfc: Update lpfc version to 14.4.0.10 (Paul Ely) [RHEL-103752]
31+
- scsi: lpfc: Copyright updates for 14.4.0.10 patches (Paul Ely) [RHEL-103752]
32+
- scsi: lpfc: Modify end-of-life adapters' model descriptions (Paul Ely) [RHEL-103752]
33+
- scsi: lpfc: Revise CQ_CREATE_SET mailbox bitfield definitions (Paul Ely) [RHEL-103752]
34+
- scsi: lpfc: Move clearing of HBA_SETUP flag to before lpfc_sli4_queue_unset (Paul Ely) [RHEL-103752]
35+
- scsi: lpfc: Ensure HBA_SETUP flag is used only for SLI4 in dev_loss_tmo_callbk (Paul Ely) [RHEL-103752]
36+
- scsi: lpfc: Relocate clearing initial phba flags from link up to link down hdlr (Paul Ely) [RHEL-103752]
37+
- scsi: lpfc: Simplify error handling for failed lpfc_get_sli4_parameters cmd (Paul Ely) [RHEL-103752]
38+
- scsi: lpfc: Early return out of FDMI cmpl for locally rejected statuses (Paul Ely) [RHEL-103752]
39+
- scsi: lpfc: Skip RSCN processing when FC_UNLOADING flag is set (Paul Ely) [RHEL-103752]
40+
- scsi: lpfc: Check for hdwq null ptr when cleaning up lpfc_vport structure (Paul Ely) [RHEL-103752]
41+
- scsi: lpfc: Update debugfs trace ring initialization messages (Paul Ely) [RHEL-103752]
42+
- scsi: lpfc: Revise logging format for failed CT MIB requests (Paul Ely) [RHEL-103752]
43+
Resolves: RHEL-103752, RHEL-113177, RHEL-113204, RHEL-118924, RHEL-122857, RHEL-124089, RHEL-96835
44+
145
* Mon Oct 27 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-631.el9]
246
- md: delete mddev kobj before deleting gendisk kobj (Nigel Croxon) [RHEL-94433]
347
- md: fix how device node is created and removed (Nigel Croxon) [RHEL-94433]

0 commit comments

Comments
 (0)