Skip to content

Commit 9a4b9ce

Browse files
committed
[redhat] kernel-5.14.0-599.el9
Signed-off-by: Augusto Caringi <acaringi@redhat.com>
1 parent 5b14291 commit 9a4b9ce

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-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 = 598
15+
RHEL_RELEASE = 599
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.7

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
* Fri Jul 11 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-599.el9]
2+
- book3s64/radix: Fix compile errors when CONFIG_ARCH_WANT_OPTIMIZE_DAX_VMEMMAP=n (Mamatha Inamdar) [RHEL-99806]
3+
- book3s64/radix : Align section vmemmap start address to PAGE_SIZE (Mamatha Inamdar) [RHEL-99806]
4+
- powerpc/pseries/dlpar: Search DRC index from ibm,drc-indexes for IO add (Mamatha Inamdar) [RHEL-90597]
5+
- net: page_pool: avoid false positive warning if NAPI was never added (Ivan Vecera) [RHEL-93737]
6+
- page_pool: remove WARN_ON() with OR (Ivan Vecera) [RHEL-93737]
7+
- redhat/configs: enable CONFIG_TCG_SVSM (Stefano Garzarella) [RHEL-87276]
8+
- x86/sev: Register tpm-svsm platform device (Stefano Garzarella) [RHEL-87276]
9+
- tpm: Add SNP SVSM vTPM driver (Stefano Garzarella) [RHEL-87276]
10+
- svsm: Add header with SVSM_VTPM_CMD helpers (Stefano Garzarella) [RHEL-87276]
11+
- x86/sev: Add SVSM vTPM probe/send_command functions (Stefano Garzarella) [RHEL-87276]
12+
- tpm: Make chip->{status,cancel,req_canceled} opt (Stefano Garzarella) [RHEL-87276]
13+
- lib/group_cpus: fix NULL pointer dereference from group_cpus_evenly() (Ming Lei) [RHEL-100485]
14+
- fwctl: Fix repeated device word in log message (Benjamin Poirier) [RHEL-86016]
15+
- mlx5: Create an auxiliary device for fwctl_mlx5 (Benjamin Poirier) [RHEL-86016]
16+
- fwctl/mlx5: Support for communicating with mlx5 fw (Benjamin Poirier) [RHEL-86016]
17+
- fwctl: Add documentation (Benjamin Poirier) [RHEL-86016]
18+
- fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmware (Benjamin Poirier) [RHEL-86016]
19+
- taint: Add TAINT_FWCTL (Benjamin Poirier) [RHEL-86016]
20+
- fwctl: FWCTL_INFO to return basic information about the device (Benjamin Poirier) [RHEL-86016]
21+
- fwctl: Basic ioctl dispatch for the character device (Benjamin Poirier) [RHEL-86016]
22+
- fwctl: Add basic structure for a class subsystem with a cdev (Benjamin Poirier) [RHEL-86016]
23+
- scsi: fnic: Fix missing DMA mapping error in fnic_send_frame() (Karan Kumar) [RHEL-90133]
24+
- scsi: fnic: Set appropriate logging level for log message (Karan Kumar) [RHEL-90133]
25+
- scsi: fnic: Add and improve logs in FDMI and FDMI ABTS paths (Karan Kumar) [RHEL-90133]
26+
- scsi: fnic: Turn off FDMI ACTIVE flags on link down (Karan Kumar) [RHEL-90133]
27+
- scsi: fnic: Fix crash in fnic_wq_cmpl_handler when FDMI times out (Karan Kumar) [RHEL-90133]
28+
- Revert "tty/serial: 8250: Sort drivers in Makefile" (Lenny Szubowicz) [RHEL-69911]
29+
- audit: fix suffixed '/' filename matching (Ricardo Robaina) [RHEL-78967 RHEL-90107]
30+
- audit: Use str_yes_no() helper function (Ricardo Robaina) [RHEL-78967]
31+
- audit: Reorganize kerneldoc parameter names (Ricardo Robaina) [RHEL-78967]
32+
- audit: Make use of str_enabled_disabled() helper (Ricardo Robaina) [RHEL-78967]
33+
- audit: use task_tgid_nr() instead of task_pid_nr() (Ricardo Robaina) [RHEL-78967]
34+
- redhat: enable test_kmod, test_module and install kmod selftests (Herton R. Krzesinski) [RHEL-94010]
35+
- lib/test_kmod: do not hardcode/depend on any filesystem (Herton R. Krzesinski) [RHEL-94010]
36+
- test_kmod: stop kernel-doc warnings (Herton R. Krzesinski) [RHEL-94010]
37+
- testing: use the copyleft-next-0.3.1 SPDX tag (Herton R. Krzesinski) [RHEL-94010]
38+
- redhat: spec: refresh the License field (Herton R. Krzesinski) [RHEL-94010]
39+
- LICENSES: Add the copyleft-next-0.3.1 license (Herton R. Krzesinski) [RHEL-94010]
40+
- lib/Kconfig.debug: make TEST_KMOD depend on PAGE_SIZE_LESS_THAN_256KB (Herton R. Krzesinski) [RHEL-94010]
41+
- s390/ism: add release function for struct device (Christoph Schlameuss) [RHEL-73486]
42+
- s390/qeth: move netif_napi_add_tx() and napi_enable() from under BH (Christoph Schlameuss) [RHEL-73486]
43+
- s390/netiucv: Switch over to sysfs_emit() (Christoph Schlameuss) [RHEL-73486]
44+
- octeon_ep: Fix host hang issue during device reboot (Kamal Heib) [RHEL-86703]
45+
- sunrpc: handle SVC_GARBAGE during svc auth processing as auth error (CKI Backport Bot) [RHEL-101328] {CVE-2025-38089}
46+
Resolves: RHEL-100485, RHEL-101328, RHEL-69911, RHEL-73486, RHEL-78967, RHEL-86016, RHEL-86703, RHEL-87276, RHEL-90107, RHEL-90133, RHEL-90597, RHEL-93737, RHEL-94010, RHEL-99806
47+
148
* Mon Jul 07 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-598.el9]
249
- ibmvnic: Use kernel helpers for hex dumps (CKI Backport Bot) [RHEL-89020] {CVE-2025-22104}
350
- SUNRPC: Cleanup/fix initial rq_pages allocation (Benjamin Coddington) [RHEL-91267]

0 commit comments

Comments
 (0)