Skip to content

Commit cd02113

Browse files
committed
[redhat] kernel-5.14.0-608.el9
Signed-off-by: Jarod Wilson <jarod@redhat.com>
1 parent 3a1fb70 commit cd02113

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-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 = 607
15+
RHEL_RELEASE = 608
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.7

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
* Mon Aug 18 2025 Jarod Wilson <jarod@redhat.com> [5.14.0-608.el9]
2+
- netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu() (CKI Backport Bot) [RHEL-108385]
3+
- enic: fix incorrect MTU comparison in enic_change_mtu() (CKI Backport Bot) [RHEL-108264]
4+
- net/enic: Allow at least 8 RQs to always be used (CKI Backport Bot) [RHEL-108264]
5+
- tpm: tis: Double the timeout B to 4s (Štěpán Horáček) [RHEL-72765]
6+
- char: tpm: tpm-buf: Add sanity check fallback in read helpers (Štěpán Horáček) [RHEL-72765]
7+
- tpm, tpm_tis: Fix timeout handling when waiting for TPM status (Štěpán Horáček) [RHEL-72765]
8+
- tpm: do not start chip while suspended (Štěpán Horáček) [RHEL-72765]
9+
- tpm: ibmvtpm: Set TPM_OPS_AUTO_STARTUP flag on driver (Štěpán Horáček) [RHEL-72765]
10+
- tpm_tis: Explicitly check for error code (Štěpán Horáček) [RHEL-72765]
11+
- tpm, tpm_tis: correct tpm_tis_flags enumeration values (Štěpán Horáček) [RHEL-72765]
12+
- tpm_tis: Use tpm_chip_{start,stop} decoration inside tpm_tis_resume (Štěpán Horáček) [RHEL-72765]
13+
- tpm, tpm_tis: Claim locality when interrupts are reenabled on resume (Štěpán Horáček) [RHEL-72765]
14+
- tpm, tpm_tis: Claim locality in interrupt handler (Štěpán Horáček) [RHEL-72765]
15+
- tpm, tpm_tis: Request threaded interrupt handler (Štěpán Horáček) [RHEL-72765]
16+
- tpm, tpm: Implement usage counter for locality (Štěpán Horáček) [RHEL-72765]
17+
- tpm, tpm_tis: do not check for the active locality in interrupt handler (Štěpán Horáček) [RHEL-72765]
18+
- tpm, tpm_tis: Move interrupt mask checks into own function (Štěpán Horáček) [RHEL-72765]
19+
- tpm, tpm_tis: Only handle supported interrupts (Štěpán Horáček) [RHEL-72765]
20+
- tpm, tpm_tis: Claim locality before writing interrupt registers (Štěpán Horáček) [RHEL-72765]
21+
- tpm, tpm_tis: Do not skip reset of original interrupt vector (Štěpán Horáček) [RHEL-72765]
22+
- tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failed (Štěpán Horáček) [RHEL-72765]
23+
- tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE register (Štěpán Horáček) [RHEL-72765]
24+
- tpm, tpm_tis: Avoid cache incoherency in test for interrupts (Štěpán Horáček) [RHEL-72765]
25+
- redhat/configs: sync CONFIG_SND_HDA_ACPI with ARK (Marcin Juszkiewicz) [RHEL-102695]
26+
- ALSA: hda: acpi: Make driver's match data const static (Marcin Juszkiewicz) [RHEL-102695]
27+
- ALSA: hda: acpi: Use SYSTEM_SLEEP_PM_OPS() (Marcin Juszkiewicz) [RHEL-102695]
28+
- ALSA: hda: Add missing NVIDIA HDA codec IDs (Marcin Juszkiewicz) [RHEL-102695]
29+
- ALSA: hda - Add new driver for HDA controllers listed via (Marcin Juszkiewicz) [RHEL-102695]
30+
- ALSA: hda/tegra: Add Tegra264 support (Marcin Juszkiewicz) [RHEL-102695]
31+
- net: clear the dst when changing skb protocol (Felix Maurer) [RHEL-84579]
32+
- bpf: Revert "bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe attach logic" (Felix Maurer) [RHEL-84579]
33+
- bpf, sockmap: Avoid using sk_socket after free when sending (Felix Maurer) [RHEL-84579]
34+
- xsk: fix an integer overflow in xp_create_and_assign_umem() (Felix Maurer) [RHEL-84579 RHEL-87910] {CVE-2025-21997}
35+
- bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type() (Felix Maurer) [RHEL-101009 RHEL-84579] {CVE-2025-21867}
36+
- bpf: sockmap, fix proto update hook to avoid dup calls (Felix Maurer) [RHEL-84579]
37+
- bpf: syzkaller found null ptr deref in unix_bpf proto add (Felix Maurer) [RHEL-84579]
38+
- xsk: Fix xsk_diag use-after-free error during socket cleanup (Felix Maurer) [RHEL-84579]
39+
- net: atlantic: generate software timestamp just before the doorbell (Izabela Bakollari) [RHEL-105362]
40+
- net: aquantia: Use HWMON_CHANNEL_INFO macro to simplify code (Izabela Bakollari) [RHEL-105362]
41+
- net: atlantic: Avoid -Wflex-array-member-not-at-end warnings (Izabela Bakollari) [RHEL-105362]
42+
- net: atlantic: fix warning during hot unplug (Izabela Bakollari) [RHEL-105362]
43+
- net: atlantic: support reading SFP module info (Izabela Bakollari) [RHEL-105362]
44+
- ethtool: Block setting of symmetric RSS when non-symmetric rx-flow-hash is requested (CKI Backport Bot) [RHEL-107024]
45+
Resolves: RHEL-101009, RHEL-102695, RHEL-105362, RHEL-107024, RHEL-108264, RHEL-108385, RHEL-72765, RHEL-84579, RHEL-87910
46+
147
* Mon Aug 18 2025 Jarod Wilson <jarod@redhat.com> [5.14.0-607.el9]
248
- drm/vmwgfx: Fix guests running with TDX/SEV (Jocelyn Falempe) [RHEL-108036]
349
- NFS: Fixup allocation flags for nfsiod's __GFP_NORETRY (Benjamin Coddington) [RHEL-99742]

0 commit comments

Comments
 (0)