Skip to content

Commit c36135c

Browse files
committed
[redhat] kernel-6.12.0-55.9.1.el10_0
Signed-off-by: Jan Stancek <jstancek@redhat.com>
1 parent da3055f commit c36135c

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-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 = 0
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 55.8.1
15+
RHEL_RELEASE = 55.9.1
1616

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.0

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
* Tue Mar 25 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-55.9.1.el10_0]
2+
- af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEK (Davide Caratti) [RHEL-80306] {CVE-2024-57901}
3+
- redhat: kabi: update stablelist checksums (Čestmír Kalina) [RHEL-80552]
4+
- shrinker: include rh_kabi.h (Čestmír Kalina) [RHEL-80552]
5+
- redhat: pad the folio_batch struct (Nico Pache) [RHEL-80552]
6+
- redhat: pad the lruvec structure for the kabi (Nico Pache) [RHEL-80552]
7+
- redhat: pad the zone structures for kabi (Nico Pache) [RHEL-80552]
8+
- redhat: pad the wait_page_queue for the kabi (Nico Pache) [RHEL-80552]
9+
- redhat: pad the lru_gen functions for kabi (Nico Pache) [RHEL-80552]
10+
- redhat: pad the vmem_altmap struct for the kabi (Nico Pache) [RHEL-80552]
11+
- redhat: pad the vm_fault structure (Nico Pache) [RHEL-80552]
12+
- redhat: pad the tlbflush_unmap_batch struct for the KABI (Nico Pache) [RHEL-80552]
13+
- redhat: pad the swap_cluster_info structure for KABI (Nico Pache) [RHEL-80552]
14+
- redhat: pad the shrinker struct for KABI (Nico Pache) [RHEL-80552]
15+
- redhat: pad the shrink_control structure for kabi (Nico Pache) [RHEL-80552]
16+
- redhat: pad the readahead_control structure for kabi (Nico Pache) [RHEL-80552]
17+
- redhat: pad the pglist_data structure for kabi (Nico Pache) [RHEL-80552]
18+
- redhat: pad the percpu structures (Nico Pache) [RHEL-80552]
19+
- redhat: pad the page_frag_cache for the kabi (Nico Pache) [RHEL-80552]
20+
- redhat: pad the ns_common structure for kabi (Nico Pache) [RHEL-80552]
21+
- redhat: pad mmu_notifier functions for kabi (Nico Pache) [RHEL-80552]
22+
- redhat: pad the mm_struct for kabi (Nico Pache) [RHEL-80552]
23+
- redhat: pad mempool_s structure for kabi (Nico Pache) [RHEL-80552]
24+
- redhat: pad mempolicy struct for kabi (Nico Pache) [RHEL-80552]
25+
- redhat: pad the memory_failure_stats for kabi (Nico Pache) [RHEL-80552]
26+
- redhat: pad the kmem_cache_args struct (Nico Pache) [RHEL-80552]
27+
- redhat: pad the kmem_cache structure (Nico Pache) [RHEL-80552]
28+
- redhat: pad ip_conntrack_stat for kabi (Nico Pache) [RHEL-80552]
29+
- redhat: pad the free_area struct (Nico Pache) [RHEL-80552]
30+
- redhat: pad follow_pfnmap_args for kabi (Nico Pache) [RHEL-80552]
31+
- redhat: pad anon_vma for kabi (Nico Pache) [RHEL-80552]
32+
- redhat: pad access_coordinate for kabi (Nico Pache) [RHEL-80552]
33+
- redhat: pad the deferred_split queue for the kabi checker (Nico Pache) [RHEL-80552]
34+
- redhat: hide capture_control from kabi checker (Nico Pache) [RHEL-80552]
35+
- mm/memcg: Exclude mem_cgroup/obj_cgroup pointer from kABI signature computation (Waiman Long) [RHEL-80552]
36+
- net: stmmac: dwmac-tegra: Read iommu stream id from device tree (Izabela Bakollari) [RHEL-75653] {CVE-2025-21663}
37+
- Revert "smb: client: fix chmod(2) regression with ATTR_READONLY" (Jan Stancek)
38+
Resolves: RHEL-75653, RHEL-80306, RHEL-80552
39+
140
* Thu Mar 20 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-55.8.1.el10_0]
241
- crypto: api - Fix larval relookup type and mask (Herbert Xu) [RHEL-78993]
342
Resolves: RHEL-78993

0 commit comments

Comments
 (0)