Skip to content

Commit 87b9c8f

Browse files
committed
[redhat] kernel-6.12.0-125.el10
Signed-off-by: Scott Weaver <scweaver@redhat.com>
1 parent 3eebd39 commit 87b9c8f

File tree

2 files changed

+61
-1
lines changed

2 files changed

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

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.2

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
* Wed Aug 27 2025 Scott Weaver <scweaver@redhat.com> [6.12.0-125.el10]
2+
- ibmveth: Add multi buffers rx replenishment hcall support (Mamatha Inamdar) [RHEL-104327]
3+
- net: ibmveth: Reset the adapter when unexpected states are detected (Mamatha Inamdar) [RHEL-104327]
4+
- x86/cpu: Add new Intel CPU model numbers for Wildcatlake and Novalake (Steve Best) [RHEL-95630]
5+
- ibmvnic: Use ndo_get_stats64 to fix inaccurate SAR reporting (Mamatha Inamdar) [RHEL-104319]
6+
- ibmvnic: Fix hardcoded NUM_RX_STATS/NUM_TX_STATS with dynamic sizeof (Mamatha Inamdar) [RHEL-104319]
7+
- ibmvnic: Add stat for tx direct vs tx batched (Mamatha Inamdar) [RHEL-104319]
8+
- s390/pci: Do not try re-enabling load/store if device is disabled (Mete Durlu) [RHEL-105599]
9+
- s390/pci: Fix stale function handles in error handling (Mete Durlu) [RHEL-105599]
10+
- s390/pci: Fix __pcilg_mio_inuser() inline assembly (Mete Durlu) [RHEL-105606]
11+
- platform/x86/amd/hsmp: Enhance the print messages to prevent confusion (Steve Best) [RHEL-102876]
12+
- platform/x86/amd/hsmp: Use IS_ENABLED() instead of IS_REACHABLE() (Steve Best) [RHEL-102876]
13+
- x86/platform/amd: replace down_timeout() with down_interruptible() (Steve Best) [RHEL-102876]
14+
- x86/platform/amd: move final timeout check to after final sleep (Steve Best) [RHEL-102876]
15+
- platform/x86/amd/hsmp: fix building with CONFIG_HWMON=m (Steve Best) [RHEL-102876]
16+
- platform/x86/amd/hsmp: acpi: Add sysfs files to display HSMP telemetry (Steve Best) [RHEL-102876]
17+
- platform/x86/amd/hsmp: Report power via hwmon sensors (Steve Best) [RHEL-102876]
18+
- platform/x86/amd/hsmp: Use a single DRIVER_VERSION for all hsmp modules (Steve Best) [RHEL-102876]
19+
- platform/x86/amd/hsmp: Make amd_hsmp and hsmp_acpi as mutually exclusive drivers (Steve Best) [RHEL-102876]
20+
- x86/platform/amd: Move the <asm/amd_node.h> header to <asm/amd/node.h> (Steve Best) [RHEL-102876]
21+
- x86/platform/amd: Clean up the <asm/amd/hsmp.h> header guards a bit (Steve Best) [RHEL-102876]
22+
- x86/platform/amd: Move the <asm/amd_hsmp.h> header to <asm/amd/hsmp.h> (Steve Best) [RHEL-102876]
23+
- x86/amd_node, platform/x86/amd/hsmp: Have HSMP use SMN through AMD_NODE (Steve Best) [RHEL-102876]
24+
- x86/amd_nb: Use rdmsr_safe() in amd_get_mmconfig_range() (Steve Best) [RHEL-102876]
25+
- x86/amd_node: Use defines for SMN register offsets (Steve Best) [RHEL-102876]
26+
- x86/amd_node: Remove dependency on AMD_NB (Steve Best) [RHEL-102876]
27+
- x86/amd_node: Update __amd_smn_rw() error paths (Steve Best) [RHEL-102876]
28+
- x86/amd_nb: Move SMN access code to a new amd_node driver (Steve Best) [RHEL-102876]
29+
- x86/amd_nb, hwmon: (k10temp): Simplify amd_pci_dev_to_node_id() (Steve Best) [RHEL-102876]
30+
- x86/amd_nb: Simplify function 3 search (Steve Best) [RHEL-102876]
31+
- x86/amd_nb: Use topology info to get AMD node count (Steve Best) [RHEL-102876]
32+
- x86/amd_nb: Simplify root device search (Steve Best) [RHEL-102876]
33+
- x86/amd_nb: Simplify function 4 search (Steve Best) [RHEL-102876]
34+
- x86: Start moving AMD node functionality out of AMD_NB (Steve Best) [RHEL-102876]
35+
- x86/amd_nb: Clean up early_is_amd_nb() (Steve Best) [RHEL-102876]
36+
- x86/amd_nb: Restrict init function to AMD-based systems (Steve Best) [RHEL-102876]
37+
- x86/amd_nb: Add new PCI IDs for AMD family 0x1a (Steve Best) [RHEL-102876]
38+
- platform/x86: amd: Use *-y instead of *-objs in Makefiles [partial] (Steve Best) [RHEL-102876]
39+
- platform/x86/amd/hsmp: Constify 'struct bin_attribute' (Steve Best) [RHEL-102876]
40+
- platform/x86/amd/hsmp: Add support for HSMP protocol version 7 messages (Steve Best) [RHEL-102876]
41+
- platform/x86/amd/hsmp: Change the error type (Steve Best) [RHEL-102876]
42+
- platform/x86/amd/hsmp: Add new error code and error logs (Steve Best) [RHEL-102876]
43+
- platform/x86/amd/hsmp: mark hsmp_msg_desc_table[] as maybe_unused (Steve Best) [RHEL-102876]
44+
- platform/x86/amd/hsmp: Make hsmp_pdev static instead of global (Steve Best) [RHEL-102876]
45+
- platform/x86/amd/hsmp: Use dev_groups in the driver structure (Steve Best) [RHEL-102876]
46+
- platform/x86/amd/hsmp: Use name space while exporting module symbols (Steve Best) [RHEL-102876]
47+
- redhat/configs: Enable CONFIG_AMD_HSMP_ACPI and CONFIG_AMD_HSMP_PLAT on RHEL (Steve Best) [RHEL-102876]
48+
- platform/x86/amd/hsmp: Create separate ACPI, plat and common drivers (Steve Best) [RHEL-102876]
49+
- platform/x86/amd/hsmp: Change generic plat_dev name to hsmp_pdev (Steve Best) [RHEL-102876]
50+
- platform/x86/amd/hsmp: Move ACPI code to acpi.c (Steve Best) [RHEL-102876]
51+
- platform/x86/amd/hsmp: Move platform device specific code to plat.c (Steve Best) [RHEL-102876]
52+
- platform/x86/amd/hsmp: Move structure and macros to header file (Steve Best) [RHEL-102876]
53+
- platform/x86/amd/hsmp: Convert amd_hsmp_rdwr() to a function pointer (Steve Best) [RHEL-102876]
54+
- platform/x86/amd/hsmp: Create wrapper function init_acpi() (Steve Best) [RHEL-102876]
55+
- platform/x86/amd/hsmp: Create hsmp/ directory (Steve Best) [RHEL-102876]
56+
- redhat: update self-test data for 10.2 (Scott Weaver)
57+
- redhat: correct UPSTREAM_BRANCH (Scott Weaver)
58+
- redhat: bump RHEL_MINOR for 10.2 (Scott Weaver)
59+
Resolves: RHEL-102876, RHEL-104319, RHEL-104327, RHEL-105599, RHEL-105606, RHEL-95630
60+

0 commit comments

Comments
 (0)