Skip to content

Commit 23b9a3f

Browse files
committed
[redhat] kernel-6.12.0-110.el10
Signed-off-by: Julio Faracco <jfaracco@redhat.com>
1 parent efbf84b commit 23b9a3f

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-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 = 109
15+
RHEL_RELEASE = 110
1616

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.1

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
* Wed Jul 16 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-110.el10]
2+
- nvme-multipath: fix suspicious RCU usage warning (Chris Leech) [RHEL-102650]
3+
- livepatch: no need to build kselftests with kernel (Radomir Vrbovsky) [RHEL-70905]
4+
- treewide: Switch/rename to timer_delete[_sync]() (Dennis Chen) [RHEL-72659]
5+
- sfc: fix NULL dereferences in ef100_process_design_param() (Dennis Chen) [RHEL-72659]
6+
- sfc: support X4 devlink flash (Dennis Chen) [RHEL-72659]
7+
- sfc: update MCDI protocol headers (Dennis Chen) [RHEL-72659]
8+
- sfc: rip out MDIO support (Dennis Chen) [RHEL-72659]
9+
- sfc: Remove newline at the end of a netlink error message (Dennis Chen) [RHEL-72659]
10+
- sfc: document devlink flash support (Dennis Chen) [RHEL-72659]
11+
- sfc: deploy devlink flash images to NIC over MCDI (Dennis Chen) [RHEL-72659]
12+
- sfc: extend NVRAM MCDI handlers (Dennis Chen) [RHEL-72659]
13+
- sfc: parse headers of devlink flash images (Dennis Chen) [RHEL-72659]
14+
- net: sfc: Correct key_len for efx_tc_ct_zone_ht_params (Dennis Chen) [RHEL-72659]
15+
- sfc: Use netdev refcount tracking in struct efx_async_filter_insertion (Dennis Chen) [RHEL-72659]
16+
- sfc: remove efx_writed_page_locked (Dennis Chen) [RHEL-72659]
17+
- net: sfc: use ethtool string helpers (Dennis Chen) [RHEL-72659]
18+
- sfc: Remove more unused functions (Dennis Chen) [RHEL-72659]
19+
- sfc: Remove unused mcdi functions (Dennis Chen) [RHEL-72659]
20+
- sfc: Remove unused efx_mae_mport_vf (Dennis Chen) [RHEL-72659]
21+
- sfc: Remove falcon deadcode (Dennis Chen) [RHEL-72659]
22+
- sfc: add per-queue RX bytes stats (Dennis Chen) [RHEL-72659]
23+
- sfc: implement per-queue TSO (hw_gso) stats (Dennis Chen) [RHEL-72659]
24+
- sfc: implement per-queue rx drop and overrun stats (Dennis Chen) [RHEL-72659]
25+
- sfc: account XDP TXes in netdev base stats (Dennis Chen) [RHEL-72659]
26+
- sfc: add n_rx_overlength to ethtool stats (Dennis Chen) [RHEL-72659]
27+
- sfc: implement basic per-queue stats (Dennis Chen) [RHEL-72659]
28+
- sfc: remove obsolete counters from struct efx_channel (Dennis Chen) [RHEL-72659]
29+
- mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race (Rafael Aquini) [RHEL-101261] {CVE-2025-38085}
30+
- mm/hugetlb: unshare page tables during VMA split, not before (Rafael Aquini) [RHEL-101296] {CVE-2025-38084}
31+
- tools/testing/vma: add missing function stub (Rafael Aquini) [RHEL-101296]
32+
- mm: fix copy_vma() error handling for hugetlb mappings (Rafael Aquini) [RHEL-101296]
33+
- crypto: algif_hash - fix double free in hash_accept (CKI Backport Bot) [RHEL-102248] {CVE-2025-38079}
34+
- ntb_hw_amd: Add NTB PCI ID for new gen CPU (Jerry Snitselaar) [RHEL-94523]
35+
- dmaengine: ptdma: Move variable condition check to the first place and remove redundancy (Jerry Snitselaar) [RHEL-94523]
36+
- dmaengine: ptdma: Utilize the AE4DMA engine's multi-queue functionality (Jerry Snitselaar) [RHEL-94523]
37+
- dmaengine: ae4dma: Use the MSI count and its corresponding IRQ number (Jerry Snitselaar) [RHEL-94523]
38+
- dmaengine: ae4dma: Remove deprecated PCI IDs (Jerry Snitselaar) [RHEL-94523]
39+
- dmaengine: ae4dma: Register debugfs using ptdma_debugfs_setup (Jerry Snitselaar) [RHEL-94523]
40+
- dmaengine: ptdma: Extend ptdma-debugfs to support multi-queue (Jerry Snitselaar) [RHEL-94523]
41+
- dmaengine: ae4dma: Register AE4DMA using pt_dmaengine_register (Jerry Snitselaar) [RHEL-94523]
42+
- dmaengine: ptdma: Extend ptdma to support multi-channel and version (Jerry Snitselaar) [RHEL-94523]
43+
- redhat/configs: Enable CONFIG_AMD_AE4DMA (Jerry Snitselaar) [RHEL-94523]
44+
- dmaengine: ae4dma: Add AMD ae4dma controller driver (Jerry Snitselaar) [RHEL-94523]
45+
- Merge DRM changes from upstream v6.14..v6.15 (José Expósito) [RHEL-88418]
46+
- redhat/configs: Add new configs from drm 6.15 backport (José Expósito) [RHEL-88418]
47+
Resolves: RHEL-101261, RHEL-101296, RHEL-102248, RHEL-102650, RHEL-70905, RHEL-72659, RHEL-88418, RHEL-94523
48+
149
* Mon Jul 14 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-109.el10]
250
- powerpc64/ftrace: fix module loading without patchable function entries (Viktor Malik) [RHEL-24555]
351
- powerpc64/ftrace: fix clobbered r15 during livepatching (Viktor Malik) [RHEL-24555]

0 commit comments

Comments
 (0)