Skip to content

Commit 1fdd04a

Browse files
committed
[redhat] kernel-6.12.0-77.el10
Signed-off-by: Julio Faracco <jfaracco@redhat.com>
1 parent 011ef29 commit 1fdd04a

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-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 = 76
15+
RHEL_RELEASE = 77
1616

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.1

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
* Thu Apr 24 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-77.el10]
2+
- redhat: enable CONFIG_WERROR=y (Jan Stancek) [RHEL-85334]
3+
- redhat: don't enforce WERROR for 3rd-party OOT kmods (Jan Stancek) [RHEL-85334]
4+
- redhat: make ENABLE_WERROR enable also KVM_WERROR (Jan Stancek) [RHEL-85334]
5+
- fortify: Hide run-time copy size from value range tracking (Jan Stancek) [RHEL-85334]
6+
- resolve_btfids: Fix compiler warnings (Jan Stancek) [RHEL-85334]
7+
- platform/x86: intel: Use *-y instead of *-objs in Makefile (Steve Best) [RHEL-45086]
8+
- platform/x86/intel/ifs: Update documentation with image download path (Steve Best) [RHEL-45086]
9+
- platform/x86/intel/ifs: Add Clearwater Forest to CPU support list (Steve Best) [RHEL-45086]
10+
- s390/diag: Add memory topology information via diag310 (Mete Durlu) [RHEL-72681]
11+
- i3c: dw: Fix use-after-free in dw_i3c_master driver due to race condition (CKI Backport Bot) [RHEL-81452] {CVE-2024-57984}
12+
- x86/cpu: Add CPU type to struct cpuinfo_topology (Steve Best) [RHEL-64636]
13+
- x86/amd: Use heterogeneous core topology for identifying boost numerator (Steve Best) [RHEL-64636]
14+
- PCI/ACS: Fix 'pci=config_acs=' parameter (Myron Stowe) [RHEL-72899]
15+
- tools/power/x86/intel-speed-select: v1.22 release (Steve Best) [RHEL-74190]
16+
- tools/power/x86/intel-speed-select: Prefix header search path with sysroot (Steve Best) [RHEL-74190]
17+
- tools/power/x86/intel-speed-select: Die ID for IO dies (Steve Best) [RHEL-74190]
18+
- tools/power/x86/intel-speed-select: Fix the condition to check multi die system (Steve Best) [RHEL-74190]
19+
- tools/power/x86/intel-speed-select: Prevent increasing MAX_DIE_PER_PACKAGE (Steve Best) [RHEL-74190]
20+
- platform/x86/intel: power-domains: Add Clearwater Forest support (Steve Best) [RHEL-74190]
21+
- platform/x86: ISST: Correct command storage data length (Steve Best) [RHEL-74190]
22+
- s390/cio: Do not unregister the subchannel based on DNV (Mete Durlu) [RHEL-87158]
23+
- PCI: Use downstream bridges for distributing resources (Myron Stowe) [RHEL-73398]
24+
- ipmi: ssif_bmc: Fix new request loss when bmc ready for a response (Tony Camuso) [RHEL-82110]
25+
- ipmi: make ipmi_destroy_user() return void (Tony Camuso) [RHEL-82110]
26+
- char:ipmi: Fix a not-used variable on a non-ACPI system (Tony Camuso) [RHEL-82110]
27+
- Get rid of 'remove_new' relic from platform driver struct (Tony Camuso) [RHEL-82110]
28+
- char:ipmi: Fix the wrong format specifier (Tony Camuso) [RHEL-82110]
29+
- ipmi: ipmb: Add check devm_kasprintf() returned value (Tony Camuso) [RHEL-82110]
30+
Resolves: RHEL-45086, RHEL-64636, RHEL-72681, RHEL-72899, RHEL-73398, RHEL-74190, RHEL-81452, RHEL-82110, RHEL-85334, RHEL-87158
31+
132
* Tue Apr 22 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-76.el10]
233
- selftests/mm: fix guard-pages build (Luiz Capitulino) [RHEL-78135]
334
- selftests/mm: set allocated memory to non-zero content in cow test (Luiz Capitulino) [RHEL-78135]

0 commit comments

Comments
 (0)