Skip to content

Commit 6cd3332

Browse files
committed
[redhat] kernel-6.12.0-127.el10
Signed-off-by: Scott Weaver <scweaver@redhat.com>
1 parent e75f7b9 commit 6cd3332

File tree

2 files changed

+73
-1
lines changed

2 files changed

+73
-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 = 126
15+
RHEL_RELEASE = 127
1616

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.2

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,75 @@
1+
* Tue Sep 09 2025 Scott Weaver <scweaver@redhat.com> [6.12.0-127.el10]
2+
- s390/hypfs: Enable limited access during lockdown (Mete Durlu) [RHEL-111203]
3+
- s390/hypfs: Avoid unnecessary ioctl registration in debugfs (Mete Durlu) [RHEL-111203]
4+
- hwmon: Add static visibility member to struct hwmon_ops (CKI Backport Bot) [RHEL-105091]
5+
- dpll: zl3073x: ZL3073X_I2C and ZL3073X_SPI should depend on NET (Ivan Vecera) [RHEL-104973]
6+
- dpll: Make ZL3073X invisible (Ivan Vecera) [RHEL-104973]
7+
- dpll: zl3073x: Fix build failure (Ivan Vecera) [RHEL-104973]
8+
- redhat/configs: enable CONFIG_ZL3073X* (Ivan Vecera) [RHEL-104973]
9+
- redhat/configs: enable CONFIG_I2C_MUX_PCA954x on x86 (Ivan Vecera) [RHEL-104973]
10+
- dpll: zl3073x: Add support to get fractional frequency offset (Ivan Vecera) [RHEL-104973]
11+
- dpll: zl3073x: Add support to adjust phase (Ivan Vecera) [RHEL-104973]
12+
- dpll: zl3073x: Implement phase offset monitor feature (Ivan Vecera) [RHEL-104973]
13+
- dpll: zl3073x: Add support to get phase offset on connected input pin (Ivan Vecera) [RHEL-104973]
14+
- dpll: zl3073x: Add support to get/set esync on pins (Ivan Vecera) [RHEL-104973]
15+
- dpll: zl3073x: Add support to get/set frequency on pins (Ivan Vecera) [RHEL-104973]
16+
- dpll: zl3073x: Implement input pin state setting in automatic mode (Ivan Vecera) [RHEL-104973]
17+
- dpll: zl3073x: Add support to get/set priority on input pins (Ivan Vecera) [RHEL-104973]
18+
- dpll: zl3073x: Implement input pin selection in manual mode (Ivan Vecera) [RHEL-104973]
19+
- dpll: zl3073x: Register DPLL devices and pins (Ivan Vecera) [RHEL-104973]
20+
- dpll: zl3073x: Read DPLL types and pin properties from system firmware (Ivan Vecera) [RHEL-104973]
21+
- dpll: zl3073x: Fetch invariants during probe (Ivan Vecera) [RHEL-104973]
22+
- dpll: Add basic Microchip ZL3073x support (Ivan Vecera) [RHEL-104973]
23+
- dt-bindings: dpll: Add support for Microchip Azurite chip family (Ivan Vecera) [RHEL-104973]
24+
- dt-bindings: dpll: Add DPLL device and pin (Ivan Vecera) [RHEL-104973]
25+
- x86/CPU/AMD: Ignore invalid reset reason value (Steve Best) [RHEL-101301]
26+
- x86/CPU/AMD: Add X86_FEATURE_ZEN6 (Steve Best) [RHEL-106911]
27+
- x86/cpufeatures: Free up unused feature bits (Steve Best) [RHEL-106911]
28+
- intel_idle: Allow loading ACPI tables for any family (Steve Best) [RHEL-110839]
29+
- intel_idle: Update arguments of mwait_idle_with_hints() (Steve Best) [RHEL-110839]
30+
- intel_idle: Rescan "dead" SMT siblings during initialization (Steve Best) [RHEL-110839]
31+
- x86/smp: PM/hibernate: Split arch_resume_nosmt() (Steve Best) [RHEL-110839]
32+
- intel_idle: Use subsys_initcall_sync() for initialization (Steve Best) [RHEL-110839]
33+
- intel_idle: Add C1 demotion on/off sysfs knob (Steve Best) [RHEL-110839]
34+
- Move FCH header to a location accessible by all archs (Steve Best) [RHEL-103121]
35+
- platform/x86/amd/pmc: Add PCSpecialist Lafite Pro V 14M to 8042 quirks list (Steve Best) [RHEL-103121]
36+
- platform/x86/amd: pmc: Clear metrics table at start of cycle (Steve Best) [RHEL-103121]
37+
- platform/x86/amd/pmc: Declare quirk_spurious_8042 for MECHREVO Wujie 14XA (GX4HRXL) (Steve Best) [RHEL-103121]
38+
- platform/x86/amd: pmc: Require at least 2.5 seconds between HW sleep cycles (Steve Best) [RHEL-103121]
39+
- x86/platform/amd: Move the <asm/amd_nb.h> header to <asm/amd/nb.h> (Steve Best) [RHEL-103121]
40+
- x86/mce/amd: Remove shared threshold bank plumbing (Steve Best) [RHEL-103121]
41+
- platform/x86/amd/pmc: fix leak in probe() (Steve Best) [RHEL-103121]
42+
- platform/x86/amd/pmc: Use managed APIs for mutex (Steve Best) [RHEL-103121]
43+
- platform/x86/amd/pmc: Remove unnecessary line breaks (Steve Best) [RHEL-103121]
44+
- platform/x86/amd/pmc: Move macros and structures to the PMC header file (Steve Best) [RHEL-103121]
45+
- platform/x86/amd/pmc: Notify user when platform does not support s0ix transition (Steve Best) [RHEL-103121]
46+
- platform/x86: amd: Use *-y instead of *-objs in Makefiles [partial] (Steve Best) [RHEL-103121]
47+
- platform/x86/amd/pmc: Only disable IRQ1 wakeup where i8042 actually enabled it (Steve Best) [RHEL-103121]
48+
- platform/x86/amd: pmc: Use guard(mutex) (Steve Best) [RHEL-103121]
49+
- platform/x86/amd/pmc: Add STB support for AMD Desktop variants (Steve Best) [RHEL-103121]
50+
- platform/x86/amd/pmc: Update S2D message id for 1Ah Family 70h model (Steve Best) [RHEL-103121]
51+
- platform/x86/amd/pmc: Update IP information structure for newer SoCs (Steve Best) [RHEL-103121]
52+
- platform/x86/amd/pmc: Use ARRAY_SIZE() to fill num_ips information (Steve Best) [RHEL-103121]
53+
- platform/x86/amd/pmc: Isolate STB code changes to a new file (Steve Best) [RHEL-103121]
54+
- platform/x86/amd/pmc: Define enum for S2D/PMC msg_port and add helper function (Steve Best) [RHEL-103121]
55+
- platform/x86/amd/pmc: Update function names to align with new STB file (Steve Best) [RHEL-103121]
56+
- platform/x86/amd/pmc: Move STB functionality to a new file for better code organization (Steve Best) [RHEL-103121]
57+
- platform/x86/amd/pmc: Move STB block into amd_pmc_s2d_init() (Steve Best) [RHEL-103121]
58+
- docs: core-api: document the IOVA-based API (Eder Zulian) [RHEL-73606]
59+
- dma-mapping: add a dma_need_unmap helper (Eder Zulian) [RHEL-73606]
60+
- dma-mapping: Implement link/unlink ranges API (Eder Zulian) [RHEL-73606]
61+
- iommu/dma: Factor out a iommu_dma_map_swiotlb helper (Eder Zulian) [RHEL-73606]
62+
- dma-mapping: Provide an interface to allow allocate IOVA (Eder Zulian) [RHEL-73606]
63+
- iommu: add kernel-doc for iommu_unmap_fast (Eder Zulian) [RHEL-73606]
64+
- iommu: generalize the batched sync after map interface (Eder Zulian) [RHEL-73606]
65+
- dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h (Eder Zulian) [RHEL-73606]
66+
- PCI/P2PDMA: Refactor the p2pdma mapping helpers (Eder Zulian) [RHEL-73606]
67+
- s390/ism: fix concurrency management in ism_cmd() (Mete Durlu) [RHEL-110207]
68+
- redhat/configs: Enable CONFIG_X86_BUS_LOCK_DETECT (John Allen) [RHEL-50321]
69+
- x86/bus_lock: Add support for AMD (John Allen) [RHEL-50321]
70+
- x86/split_lock: Move Split and Bus lock code to a dedicated file (John Allen) [RHEL-50321]
71+
Resolves: RHEL-101301, RHEL-103121, RHEL-104973, RHEL-105091, RHEL-106911, RHEL-110207, RHEL-110839, RHEL-111203, RHEL-50321, RHEL-73606
72+
173
* Wed Sep 03 2025 Scott Weaver <scweaver@redhat.com> [6.12.0-126.el10]
274
- platform/x86/amd: pmf: Simplify error flow in amd_pmf_init_smart_pc() (Steve Best) [RHEL-104142]
375
- platform/x86/amd: pmf: Prevent amd_pmf_tee_deinit() from running twice (Steve Best) [RHEL-104142]

0 commit comments

Comments
 (0)