Skip to content

Commit f16e299

Browse files
committed
[redhat] kernel-6.12.0-134.el10
Signed-off-by: Scott Weaver <scweaver@redhat.com>
1 parent bb5be16 commit f16e299

File tree

2 files changed

+96
-1
lines changed

2 files changed

+96
-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 = 133
15+
RHEL_RELEASE = 134
1616

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.2

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,98 @@
1+
* Wed Sep 24 2025 Scott Weaver <scweaver@redhat.com> [6.12.0-134.el10]
2+
- EDAC/amd64: Correct number of UMCs for family 19h models 70h-7fh (Joel Savitz) [RHEL-102253]
3+
- platform/x86/intel: power-domains: Use topology_logical_package_id() for package ID (Steve Best) [RHEL-115105]
4+
- dpll: zl3073x: Implement devlink flash callback (Ivan Vecera) [RHEL-115367]
5+
- dpll: zl3073x: Refactor DPLL initialization (Ivan Vecera) [RHEL-115367]
6+
- dpll: zl3073x: Add firmware loading functionality (Ivan Vecera) [RHEL-115367]
7+
- dpll: zl3073x: Add low-level flash functions (Ivan Vecera) [RHEL-115367]
8+
- dpll: zl3073x: Add functions to access hardware registers (Ivan Vecera) [RHEL-115367]
9+
- x86/mce: Make sure CMCI banks are cleared during shutdown on Intel (Steve Best) [RHEL-113399]
10+
- x86/mce: Make several functions return bool (Steve Best) [RHEL-113399]
11+
- x86/mce/intel: Use MCG_BANKCNT_MASK instead of 0xff (Steve Best) [RHEL-113399]
12+
- pinctrl: intel: fix build warnings about export.h (Steve Best) [RHEL-113190]
13+
- pinctrl: intel: drop repeated config dependency (Steve Best) [RHEL-113190]
14+
- pinctrl: tangier: use devm_kmemdup_array() (Steve Best) [RHEL-113190]
15+
- pinctrl: cherryview: use devm_kmemdup_array() (Steve Best) [RHEL-113190]
16+
- pinctrl: baytrail: copy communities using devm_kmemdup_array() (Steve Best) [RHEL-113190]
17+
- pinctrl: intel: copy communities using devm_kmemdup_array() (Steve Best) [RHEL-113190]
18+
- pinctrl: intel: Fix wrong bypass assignment in intel_pinctrl_probe_pwm() (Steve Best) [RHEL-113190]
19+
- pinctrl: intel: Import PWM_LPSS namespace for devm_pwm_lpss_probe() (Steve Best) [RHEL-113190]
20+
- pinctrl: lynxpoint: Use dedicated helpers for chained IRQ handlers (Steve Best) [RHEL-113190]
21+
- pinctrl: baytrail: Use dedicated helpers for chained IRQ handlers (Steve Best) [RHEL-113190]
22+
- pinctrl: elkhartlake: Add support for DSW community (Steve Best) [RHEL-113190]
23+
- pinctrl: intel: Add a human readable decoder for pull bias values (Steve Best) [RHEL-113190]
24+
- net: stmmac: fix TSO DMA API usage causing oops (Izabela Bakollari) [RHEL-84762]
25+
- octeon_ep: Fix host hang issue during device reboot (Kamal Heib) [RHEL-90058]
26+
- octeon_ep_vf: Resolve netdevice usage count issue (Kamal Heib) [RHEL-90058]
27+
- octeon_ep_vf: update tx/rx stats locally for persistence (Kamal Heib) [RHEL-90058]
28+
- octeon_ep_vf: remove firmware stats fetch in ndo_get_stats64 (Kamal Heib) [RHEL-90058]
29+
- octeon_ep: update tx/rx stats locally for persistence (Kamal Heib) [RHEL-90058]
30+
- octeon_ep: remove firmware stats fetch in ndo_get_stats64 (Kamal Heib) [RHEL-90058]
31+
- octeon_ep: add ndo ops for VFs in PF driver (Kamal Heib) [RHEL-90058]
32+
- net: marvell: use ethtool string helpers (Kamal Heib) [RHEL-90058]
33+
- io_uring/futex: ensure io_futex_wait() cleans up properly on failure (CKI Backport Bot) [RHEL-114338] {CVE-2025-39698}
34+
- net/sched: Return NULL when htb_lookup_leaf encounters an empty rbtree (CKI Backport Bot) [RHEL-106587] {CVE-2025-38468}
35+
- dmaengine: idxd: Check availability of workqueue allocated by idxd wq driver before using (Audra Mitchell) [RHEL-106609] {CVE-2025-38369}
36+
- ethtool: Block setting of symmetric RSS when non-symmetric rx-flow-hash is requested (CKI Backport Bot) [RHEL-107023]
37+
- flexfiles/pNFS: fix NULL checks on result of ff_layout_choose_ds_for_read (Benjamin Coddington) [RHEL-110294]
38+
- pNFS/flexfiles: don't attempt pnfs on fatal DS errors (Benjamin Coddington) [RHEL-110294]
39+
- HID: core: Harden s32ton() against conversion to 0 bits (Benjamin Tissoires) [RHEL-111038] {CVE-2025-38556}
40+
- Revert "KVM: arm64: Hide ID_AA64MMFR2_EL1.NV from guest and userspace" (Eric Auger) [RHEL-112491]
41+
- fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass (Audra Mitchell) [RHEL-106613] {CVE-2025-38396}
42+
- Revert "e1000e: change k1 configuration on MTP and later platforms" (Michal Schmidt) [RHEL-109782]
43+
- s390/sclp: Fix SCCB present check (CKI Backport Bot) [RHEL-113560] {CVE-2025-39694}
44+
- idpf: convert control queue mutex to a spinlock (CKI Backport Bot) [RHEL-106059] {CVE-2025-38392}
45+
- redhat/configs: Enable CONFIG_MITIGATION_TSA for x86 (Waiman Long) [RHEL-83893]
46+
- x86/process: Move the buffer clearing before MONITOR (Waiman Long) [RHEL-83893 RHEL-83903] {CVE-2024-36357 CVE-2024-36350}
47+
- x86/microcode/AMD: Add TSA microcode SHAs (Waiman Long) [RHEL-83893 RHEL-83903] {CVE-2024-36357 CVE-2024-36350}
48+
- KVM: SVM: Advertise TSA CPUID bits to guests (Waiman Long) [RHEL-83893 RHEL-83903] {CVE-2024-36357 CVE-2024-36350}
49+
- x86/bugs: Add a Transient Scheduler Attacks mitigation (Waiman Long) [RHEL-83893 RHEL-83903] {CVE-2024-36357 CVE-2024-36350}
50+
- x86/bugs: Rename MDS machinery to something more generic (Waiman Long) [RHEL-83893 RHEL-83903] {CVE-2024-36357 CVE-2024-36350}
51+
- x86/bugs: Fix spectre_v2 mitigation default on Intel (Waiman Long) [RHEL-83893]
52+
- x86/bugs: Restructure ITS mitigation (Waiman Long) [RHEL-83893]
53+
- x86/bugs: Fix SRSO reporting on Zen1/2 with SMT disabled (Waiman Long) [RHEL-83893]
54+
- x86/idle: Use MONITOR and MWAIT mnemonics in <asm/mwait.h> (Waiman Long) [RHEL-83893]
55+
- x86/idle: Remove .s output beautifying delimiters from simpler asm() templates (Waiman Long) [RHEL-83893]
56+
- x86/idle: Remove MFENCEs for X86_BUG_CLFLUSH_MONITOR in mwait_idle_with_hints() and prefer_mwait_c1_over_halt() (Waiman Long) [RHEL-83893]
57+
- x86/cpufeatures: Add X86_FEATURE_APX (Waiman Long) [RHEL-83893]
58+
- x86/cpufeatures: Shorten X86_FEATURE_AMD_HETEROGENEOUS_CORES (Waiman Long) [RHEL-83893]
59+
- x86/cpufeatures: Shorten X86_FEATURE_CLEAR_BHB_LOOP_ON_VMEXIT (Waiman Long) [RHEL-83893]
60+
- x86/cpufeatures: Clean up formatting (Waiman Long) [RHEL-83893]
61+
- x86/bugs: Remove X86_BUG_MMIO_UNKNOWN (Waiman Long) [RHEL-83893]
62+
- x86/bugs: Restructure SRSO mitigation (Waiman Long) [RHEL-83893]
63+
- x86/bugs: Restructure L1TF mitigation (Waiman Long) [RHEL-83893]
64+
- x86/bugs: Restructure SSB mitigation (Waiman Long) [RHEL-83893]
65+
- x86/bugs: Restructure spectre_v2 mitigation (Waiman Long) [RHEL-83893]
66+
- x86/bugs: Restructure BHI mitigation (Waiman Long) [RHEL-83893]
67+
- x86/bugs: Restructure spectre_v2_user mitigation (Waiman Long) [RHEL-83893]
68+
- x86/bugs: Restructure retbleed mitigation (Waiman Long) [RHEL-83893]
69+
- x86/bugs: Allow retbleed=stuff only on Intel (Waiman Long) [RHEL-83893]
70+
- x86/bugs: Restructure spectre_v1 mitigation (Waiman Long) [RHEL-83893]
71+
- x86/bugs: Restructure GDS mitigation (Waiman Long) [RHEL-83893]
72+
- x86/bugs: Restructure SRBDS mitigation (Waiman Long) [RHEL-83893]
73+
- x86/bugs: Remove md_clear_*_mitigation() (Waiman Long) [RHEL-83893]
74+
- x86/bugs: Restructure RFDS mitigation (Waiman Long) [RHEL-83893]
75+
- x86/bugs: Restructure MMIO mitigation (Waiman Long) [RHEL-83893]
76+
- x86/bugs: Restructure TAA mitigation (Waiman Long) [RHEL-83893]
77+
- x86/bugs: Restructure MDS mitigation (Waiman Long) [RHEL-83893]
78+
- x86/bugs: Rename mmio_stale_data_clear to cpu_buf_vm_clear (Waiman Long) [RHEL-83893]
79+
- x86/microcode: Consolidate the loader enablement checking (Waiman Long) [RHEL-83893]
80+
- x86/microcode/AMD: Fix __apply_microcode_amd()'s return value (Waiman Long) [RHEL-83893] {CVE-2025-22047}
81+
- x86: move ZMM exclusion list into CPU feature flag (Waiman Long) [RHEL-83893]
82+
- x86/microcode/AMD: Add some forgotten models to the SHA check (Waiman Long) [RHEL-83893]
83+
- x86/microcode/AMD: Load only SHA256-checksummed patches (Waiman Long) [RHEL-83893]
84+
- x86/microcode/AMD: Add get_patch_level() (Waiman Long) [RHEL-83893]
85+
- x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declaration (Waiman Long) [RHEL-83893]
86+
- x86/microcode/AMD: Merge early_apply_microcode() into its single callsite (Waiman Long) [RHEL-83893]
87+
- x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarations (Waiman Long) [RHEL-83893]
88+
- x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signature (Waiman Long) [RHEL-83893]
89+
- x86/microcode/AMD: Remove ret local var in early_apply_microcode() (Waiman Long) [RHEL-83893]
90+
- x86/microcode/AMD: Have __apply_microcode_amd() return bool (Waiman Long) [RHEL-83893]
91+
- x86/microcode/AMD: Return bool from find_blobs_in_containers() (Waiman Long) [RHEL-83893]
92+
- x86/cpu: Fix formatting of cpuid_bits[] in scattered.c (Waiman Long) [RHEL-83893]
93+
- x86/cpufeatures: Add X86_FEATURE_AMD_WORKLOAD_CLASS feature bit (Waiman Long) [RHEL-83893]
94+
Resolves: RHEL-102253, RHEL-113190, RHEL-113399, RHEL-115367, RHEL-115105
95+
196
* Tue Sep 23 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-133.el10]
297
- drm/virtio: implement virtio_gpu_shutdown (Eric Auger) [RHEL-90224]
398
- io_uring/futex: ensure io_futex_wait() cleans up properly on failure (CKI Backport Bot) [RHEL-114339] {CVE-2025-39698}

0 commit comments

Comments
 (0)