Skip to content

Commit 849bf5f

Browse files
committed
[redhat] kernel-6.12.0-82.el10
Signed-off-by: Julio Faracco <jfaracco@redhat.com>
1 parent 3afb4e1 commit 849bf5f

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-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 = 81
15+
RHEL_RELEASE = 82
1616

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.1

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
* Wed May 07 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-82.el10]
2+
- s390/pci: Fix zpci_bus_is_isolated_vf() for non-VFs (Mete Durlu) [RHEL-88818]
3+
- Revert "objtool: Exclude __tracepoints data from ENDBR checks" (Anubhav Shelat) [RHEL-87959]
4+
- tpm: Mask TPM RC in tpm2_start_auth_session() (Herbert Xu) [RHEL-59554]
5+
- ibmvnic: Don't reference skb after sending to VIOS (Mamatha Inamdar) [RHEL-83362] {CVE-2025-21855}
6+
- net: ipv6: fix dst ref loop on input in seg6 lwt (CKI Backport Bot) [RHEL-84562]
7+
- net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnels (CKI Backport Bot) [RHEL-84562]
8+
- net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnels (CKI Backport Bot) [RHEL-84562]
9+
- net: ipv6: rpl_iptunnel: mitigate 2-realloc issue (CKI Backport Bot) [RHEL-84562]
10+
- net: ipv6: seg6_iptunnel: mitigate 2-realloc issue (CKI Backport Bot) [RHEL-84562]
11+
- net: ipv6: ioam6_iptunnel: mitigate 2-realloc issue (CKI Backport Bot) [RHEL-84562]
12+
- include: net: add static inline dst_dev_overhead() to dst.h (CKI Backport Bot) [RHEL-84562]
13+
- ASoC: SOF: stream-ipc: Check for cstream nullity in sof_ipc_msg_data() (CKI Backport Bot) [RHEL-83187] {CVE-2025-21847}
14+
- book3s64/radix : Align section vmemmap start address to PAGE_SIZE (Mamatha Inamdar) [RHEL-88954]
15+
- book3s64/radix: Fix compile errors when CONFIG_ARCH_WANT_OPTIMIZE_DAX_VMEMMAP=n (Mamatha Inamdar) [RHEL-88954]
16+
- cxl/core/regs: Refactor out functions to count regblocks of given type (John W. Linville) [RHEL-86519]
17+
- cxl/test: Update test code for event records to CXL spec rev 3.1 (John W. Linville) [RHEL-86519]
18+
- cxl/events: Update Memory Module Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-86519]
19+
- cxl/events: Update DRAM Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-86519]
20+
- cxl/events: Update General Media Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-86519]
21+
- cxl/events: Add Component Identifier formatting for CXL spec rev 3.1 (John W. Linville) [RHEL-86519]
22+
- cxl/events: Update Common Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-86519]
23+
- cxl/pci: Add CXL Type 1/2 support to cxl_dvsec_rr_decode() (John W. Linville) [RHEL-86519]
24+
- cxl/region: Fix region creation for greater than x2 switches (John W. Linville) [RHEL-86519]
25+
- cxl/pci: Fix potential bogus return value upon successful probing (John W. Linville) [RHEL-86519]
26+
- cxl/region: Refactor common create region code (John W. Linville) [RHEL-86519]
27+
- cxl/hdm: Use guard() in cxl_dpa_set_mode() (John W. Linville) [RHEL-86519]
28+
- cxl/pci: Delay event buffer allocation (John W. Linville) [RHEL-86519]
29+
- cxl/cdat: Use %%pra for dpa range outputs (John W. Linville) [RHEL-86519]
30+
- cxl: downgrade a warning message to debug level in cxl_probe_component_regs() (John W. Linville) [RHEL-86519]
31+
Resolves: RHEL-59554, RHEL-83187, RHEL-83362, RHEL-84562, RHEL-86519, RHEL-87959, RHEL-88818, RHEL-88954
32+
133
* Mon May 05 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-81.el10]
234
- redhat/configs: Disable CONFIG_COMPAT for s390x (Mete Durlu) [RHEL-24047]
335
- nfsd: fix management of listener transports (Olga Kornievskaia) [RHEL-72469]

0 commit comments

Comments
 (0)