Skip to content

Commit 3adc0eb

Browse files
committed
[redhat] kernel-6.12.0-56.el10
Signed-off-by: Julio Faracco <jfaracco@redhat.com>
1 parent bde0c36 commit 3adc0eb

File tree

2 files changed

+15
-1
lines changed

2 files changed

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

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.1

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
* Thu Feb 20 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-56.el10]
2+
- cpupower: Adjust whitespace for amd-pstate specific prints (Steve Best) [RHEL-78946]
3+
- cpupower: Don't fetch maximum latency when EPP is enabled (Steve Best) [RHEL-78946]
4+
- cpupower: Add support for showing energy performance preference (Steve Best) [RHEL-78946]
5+
- cpupower: Don't try to read frequency from hardware when kernel uses aperfmperf (Steve Best) [RHEL-78946]
6+
- cpupower: Add support for amd-pstate preferred core rankings (Steve Best) [RHEL-78946]
7+
- cpupower: Remove spurious return statement (Steve Best) [RHEL-78946]
8+
- cpupower: fix TSC MHz calculation (Steve Best) [RHEL-78946]
9+
- cpupower: revise is_valid flag handling for idle_monitor (Steve Best) [RHEL-78946]
10+
- powercap: call put_device() on an error path in powercap_register_control_type() (Steve Best) [RHEL-79097]
11+
- powercap: intel_rapl: Add support for Panther Lake platform (Steve Best) [RHEL-79097]
12+
- Bump RHEL MINOR to 10.1 (Julio Faracco)
13+
Resolves: RHEL-78946, RHEL-79097
14+

0 commit comments

Comments
 (0)