Skip to content

Commit 8546aa8

Browse files
committed
[redhat] kernel-5.14.0-609.el9
Signed-off-by: Jarod Wilson <[email protected]>
1 parent 55b4aba commit 8546aa8

File tree

2 files changed

+28
-1
lines changed

2 files changed

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

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.7

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
* Wed Aug 20 2025 Jarod Wilson <[email protected]> [5.14.0-609.el9]
2+
- udmabuf: Restore ubuf->unpin_list initialization (José Expósito) [RHEL-109567]
3+
- i40e: report VF tx_dropped with tx_errors instead of tx_discards (Dennis Chen) [RHEL-79910]
4+
- ima: annotate iint mutex to avoid lockdep false positive warnings JIRA: https://issues.redhat.com/browse/RHEL-59837 (Aaron Brookner)
5+
- i2c: mlxbf: avoid 64-bit division (Steve Dunnagan) [RHEL-103885]
6+
- i2c-mlxbf: Improve I2C bus timing configuration (Steve Dunnagan) [RHEL-103885]
7+
- i2c-mlxbf: Add repeated start condition support (Steve Dunnagan) [RHEL-103885]
8+
- i2c: mlxbf: Use str_read_write() helper (Steve Dunnagan) [RHEL-103885]
9+
- i2c: mlxbf: Use readl_poll_timeout_atomic() for polling (Steve Dunnagan) [RHEL-103885]
10+
- scsi: ufs: core: Fix use-after free in init error and remove paths (Jared Kangas) [RHEL-84800] {CVE-2025-21739}
11+
- scsi: ufs: pltfrm: Dellocate HBA during ufshcd_pltfrm_remove() (Jared Kangas) [RHEL-84800]
12+
- scsi: ufs: pltfrm: Drop PM runtime reference count after ufshcd_remove() (Jared Kangas) [RHEL-84800]
13+
- scsi: ufs: pltfrm: Disable runtime PM during removal of glue drivers (Jared Kangas) [RHEL-84800]
14+
- scsi: ufs: qcom: Only free platform MSIs when ESI is enabled (Jared Kangas) [RHEL-84800]
15+
- scsi: ufs: Convert all platform drivers to return void (Jared Kangas) [RHEL-84800]
16+
- seqcount: replace smp_rmb() in read_seqcount() with load acquire (Čestmír Kalina) [RHEL-79880]
17+
- locking/ww_mutex/test: add MODULE_DESCRIPTION() (Čestmír Kalina) [RHEL-79880]
18+
- lockdep: suggest the fix for "lockdep bfs error:-1" on print_bfs_bug (Čestmír Kalina) [RHEL-79880]
19+
- lockdep: Use str_plural() to fix Coccinelle warning (Čestmír Kalina) [RHEL-79880]
20+
- lockdep: fix deadlock issue between lockdep and rcu (Čestmír Kalina) [RHEL-79880]
21+
- lockdep: Mark emergency sections in lockdep splats (Čestmír Kalina) [RHEL-79880]
22+
- locking/rwsem: Move is_rwsem_reader_owned() and rwsem_owner() under CONFIG_DEBUG_RWSEMS (Čestmír Kalina) [RHEL-79880]
23+
- selftests: net/forwarding: test purge of active DWRR classes (Ivan Vecera) [RHEL-107487]
24+
- net/sched: ets: use old 'nbands' while purging unused classes (Ivan Vecera) [RHEL-107487]
25+
- net_sched: ets: fix a race in ets_qdisc_change() (Ivan Vecera) [RHEL-107487] {CVE-2025-38107}
26+
Resolves: RHEL-103885, RHEL-107487, RHEL-109567, RHEL-79880, RHEL-79910, RHEL-84800
27+
128
* Mon Aug 18 2025 Jarod Wilson <[email protected]> [5.14.0-608.el9]
229
- netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu() (CKI Backport Bot) [RHEL-108385]
330
- enic: fix incorrect MTU comparison in enic_change_mtu() (CKI Backport Bot) [RHEL-108264]

0 commit comments

Comments
 (0)