Skip to content

Commit 3e7b609

Browse files
author
CKI KWF Bot
committed
[redhat] kernel-6.12.0-137.el10
Signed-off-by: CKI KWF Bot <[email protected]>
1 parent cc59565 commit 3e7b609

File tree

2 files changed

+69
-1
lines changed

2 files changed

+69
-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 = 136
15+
RHEL_RELEASE = 137
1616

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.2

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,71 @@
1+
* Thu Oct 02 2025 CKI KWF Bot <[email protected]> [6.12.0-137.el10]
2+
- x86/mce/amd: Add default names for MCA banks and blocks (Steve Best) [RHEL-117597]
3+
- x86/mce: Don't remove sysfs if thresholding sysfs init fails (Steve Best) [RHEL-117597]
4+
- ceph: fix client race condition where r_parent becomes stale before sending message (Alex Markuze) [RHEL-117609]
5+
- ceph: fix client race condition validating r_parent before applying state (Alex Markuze) [RHEL-117609]
6+
- arm64: dts: s32g: Add USB device tree information for s32g2/s32g3 (Jared Kangas) [RHEL-116642]
7+
- arm64: dts: s32g: add RTC node (Jared Kangas) [RHEL-116642]
8+
- arm64: dts: Add DSPI entries for S32G platforms (Jared Kangas) [RHEL-116642]
9+
- arm64: dts: s32gxxxa-rdb: Add PCA85073A RTC module over I2C0 (Jared Kangas) [RHEL-116642]
10+
- arm64: dts: s32g: add FlexCAN[0..3] support for s32g2 and s32g3 (Jared Kangas) [RHEL-116642]
11+
- arm64: dts: s32g: add the eDMA nodes (Jared Kangas) [RHEL-116642]
12+
- arm64: dts: s32g399a-rdb3: Add INA231 sensor entry over I2C4 (Jared Kangas) [RHEL-116642]
13+
- arm64: dts: s32g: add common 'S32G-EVB' and 'S32G-RDB' board support (Jared Kangas) [RHEL-116642]
14+
- arm64: dts: s32g: add I2C[0..2] support for s32g2 and s32g3 (Jared Kangas) [RHEL-116642]
15+
- arm64: dts: s32g2: Disable support for SD/eMMC UHS mode (Jared Kangas) [RHEL-116642]
16+
- arm64: dts: s32g: Add S32G2/S32G3 uSDHC pinmux (Jared Kangas) [RHEL-116642]
17+
- x86/mm/init: Handle the special case of device private pages in add_pages(), to not increase max_pfn and trigger dma_addressing_limited() bounce buffers (Ricardo Robaina) [RHEL-110657]
18+
- x86/kaslr: Reduce KASLR entropy on most x86 systems (Ricardo Robaina) [RHEL-110657]
19+
- x86/boot/compressed: Remove unused header includes from kaslr.c (Ricardo Robaina) [RHEL-110657]
20+
- pidfs: Fix memory leak in pidfd_info() (Waiman Long) [RHEL-113598]
21+
- fhandle: do_handle_open() should get FD with user flags (Waiman Long) [RHEL-113598]
22+
- Documentation/sysctl: coredump: add %%F for pidfd number (Waiman Long) [RHEL-113598]
23+
- pidfs: never refuse ppid == 0 in PIDFD_GET_INFO (Waiman Long) [RHEL-113598]
24+
- fs/fhandle.c: fix a race in call of has_locked_children() (Waiman Long) [RHEL-113598] {CVE-2025-38306}
25+
- coredump: reflow dump helpers a little (Waiman Long) [RHEL-113598]
26+
- coredump: massage do_coredump() (Waiman Long) [RHEL-113598]
27+
- coredump: massage format_corename() (Waiman Long) [RHEL-113598]
28+
- coredump: hand a pidfd to the usermode coredump helper (Waiman Long) [RHEL-113598]
29+
- coredump: fix error handling for replace_fd() (Waiman Long) [RHEL-113598]
30+
- pidfs: move O_RDWR into pidfs_alloc_file() (Waiman Long) [RHEL-113598]
31+
- selftests: coredump: Raise timeout to 2 minutes (Waiman Long) [RHEL-113598]
32+
- selftests: coredump: Fix test failure for slow machines (Waiman Long) [RHEL-113598]
33+
- selftests: coredump: Properly initialize pointer (Waiman Long) [RHEL-113598]
34+
- pidfs: ensure that PIDFS_INFO_EXIT is available (Waiman Long) [RHEL-113598]
35+
- pidfs/selftests: ensure correct headers for ioctl handling (Waiman Long) [RHEL-113598]
36+
- selftests/pidfd: fix header inclusion (Waiman Long) [RHEL-113598]
37+
- pidfs: allow to retrieve exit information (Waiman Long) [RHEL-113598]
38+
- pidfs: record exit code and cgroupid at exit (Waiman Long) [RHEL-113598]
39+
- pidfs: use private inode slab cache (Waiman Long) [RHEL-113598]
40+
- pidfs: move setting flags into pidfs_alloc_file() (Waiman Long) [RHEL-113598]
41+
- pidfd: rely on automatic cleanup in __pidfd_prepare() (Waiman Long) [RHEL-113598]
42+
- pidfs: switch to copy_struct_to_user() (Waiman Long) [RHEL-113598]
43+
- pidfs: improve ioctl handling (Waiman Long) [RHEL-113598]
44+
- selftests: remove unneeded include (Waiman Long) [RHEL-113598]
45+
- pidfs: allow bind-mounts (Waiman Long) [RHEL-113598]
46+
- pidfs: lookup pid through rbtree (Waiman Long) [RHEL-113598]
47+
- selftests/pidfd: add pidfs file handle selftests (Waiman Long) [RHEL-113598]
48+
- pidfs: check for valid ioctl commands (Waiman Long) [RHEL-113598]
49+
- pidfs: implement file handle support (Waiman Long) [RHEL-113598]
50+
- exportfs: add permission method (Waiman Long) [RHEL-113598]
51+
- fhandle: pull CAP_DAC_READ_SEARCH check into may_decode_fh() (Waiman Long) [RHEL-113598]
52+
- exportfs: add open method (Waiman Long) [RHEL-113598]
53+
- fhandle: simplify error handling (Waiman Long) [RHEL-113598]
54+
- pseudofs: add support for export_ops (Waiman Long) [RHEL-113598]
55+
- pidfs: support FS_IOC_GETVERSION (Waiman Long) [RHEL-113598]
56+
- pidfs: remove 32bit inode number handling (Waiman Long) [RHEL-113598]
57+
- pidfs: rework inode number allocation (Waiman Long) [RHEL-113598]
58+
- selftests: coredump: Add stackdump test (Waiman Long) [RHEL-113598]
59+
- fs/proc: do_task_stat: Fix ESP not readable during coredump (Waiman Long) [RHEL-113598]
60+
- fs: fix is_mnt_ns_file() (Waiman Long) [RHEL-113598]
61+
- pidfd: add ioctl to retrieve pid info (Waiman Long) [RHEL-113598]
62+
- EDAC/bluefield: Don't use bluefield_edac_readl() result on error (Jennifer Berringer) [RHEL-103880]
63+
- EDAC/bluefield: Use Arm SMC for EMI access on BlueField-2 (Jennifer Berringer) [RHEL-103880]
64+
- EDAC/bluefield: Fix potential integer overflow (Jennifer Berringer) [RHEL-103880] {CVE-2024-53161}
65+
- RAS/AMD/FMPM: Get masked address (Aristeu Rozanski) [RHEL-87601]
66+
- RAS/AMD/ATL: Include row[13] bit in row retirement (Aristeu Rozanski) [RHEL-87601]
67+
Resolves: RHEL-103880, RHEL-110657, RHEL-113598, RHEL-116642, RHEL-117597, RHEL-117609, RHEL-87601
68+
169
* Mon Sep 29 2025 CKI KWF Bot <[email protected]> [6.12.0-136.el10]
270
- xfs: do not propagate ENODATA disk errors into xattr code (Carlos Maiolino) [RHEL-115731]
371
- Fix packaging for libcpupower python binding debuginfo (John B. Wyatt IV) [RHEL-83442]

0 commit comments

Comments
 (0)