Skip to content

Commit 6da47a8

Browse files
committed
[redhat] kernel-6.12.0-39.el10
Signed-off-by: Jan Stancek <jstancek@redhat.com>
1 parent e4aa475 commit 6da47a8

File tree

2 files changed

+25
-1
lines changed

2 files changed

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

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.0

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
* Thu Jan 09 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-39.el10]
2+
- platform/x86/intel/pmc: Disable C1 auto-demotion during suspend (Steve Best) [RHEL-66570]
3+
- platform/x86/intel/pmc: Refactor platform resume functions to use cnl_resume() (Steve Best) [RHEL-66570]
4+
- redhat/configs: Enable CONFIG_NETKIT for RHEL (Toke Høiland-Jørgensen) [RHEL-51429]
5+
- bnxt_en: Unregister PTP during PCI shutdown and suspend (Michal Schmidt) [RHEL-54644 RHEL-69499]
6+
- bnxt_en: Refactor bnxt_ptp_init() (Michal Schmidt) [RHEL-54644 RHEL-69499]
7+
- bnxt_en: Fix receive ring space parameters when XDP is active (Michal Schmidt) [RHEL-54644]
8+
- bnxt_en: Fix queue start to update vnic RSS table (Michal Schmidt) [RHEL-54644]
9+
- bnxt_en: Set backplane link modes correctly for ethtool (Michal Schmidt) [RHEL-54644]
10+
- bnxt_en: Reserve rings after PCIe AER recovery if NIC interface is down (Michal Schmidt) [RHEL-54644]
11+
- bnxt_en: use irq_update_affinity_hint() (Michal Schmidt) [RHEL-54644]
12+
- bnxt_en: ethtool: Support unset l4proto on ip4/ip6 ntuple rules (Michal Schmidt) [RHEL-54644]
13+
- bnxt_en: ethtool: Remove ip4/ip6 ntuple support for IPPROTO_RAW (Michal Schmidt) [RHEL-54644]
14+
- s390/cio: Externalize full CMG characteristics (Mete Durlu) [RHEL-24140]
15+
- s390/pci: Expose FIDPARM attribute in sysfs (Mete Durlu) [RHEL-71374]
16+
- perf machine: Initialize machine->env to address a segfault (Michael Petlan) [RHEL-70278]
17+
- redhat/kernel.spec.template: Require kernel-tools-libs in rtla (Tomas Glozar) [RHEL-70863]
18+
- rtla/timerlat: Fix histogram ALL for zero samples (Tomas Glozar) [RHEL-72691]
19+
- s390/pci: Fix leak of struct zpci_dev when zpci_add_device() fails (Mete Durlu) [RHEL-24143]
20+
- s390/pci: Ignore RID for isolated VFs (Mete Durlu) [RHEL-24143]
21+
- s390/pci: Use topology ID for multi-function devices (Mete Durlu) [RHEL-24143]
22+
- s390/pci: Sort PCI functions prior to creating virtual busses (Mete Durlu) [RHEL-24143]
23+
Resolves: RHEL-24140, RHEL-24143, RHEL-51429, RHEL-54644, RHEL-66570, RHEL-69499, RHEL-70278, RHEL-70863, RHEL-71374, RHEL-72691
24+
125
* Mon Jan 06 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-38.el10]
226
- virtio_ring: add a func argument 'recycle_done' to virtqueue_reset() (Cindy Lu) [RHEL-56981]
327
- virtio_net: ensure netdev_tx_reset_queue is called on tx ring resize (Cindy Lu) [RHEL-56981]

0 commit comments

Comments
 (0)