Skip to content

Commit 35bb9a8

Browse files
committed
[redhat] kernel-6.12.0-43.el10
Signed-off-by: Jan Stancek <jstancek@redhat.com>
1 parent ece8ad5 commit 35bb9a8

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-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 = 42
15+
RHEL_RELEASE = 43
1616

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.0

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
* Mon Jan 20 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-43.el10]
2+
- net/ipv6: delete temporary address if mngtmpaddr is removed or unmanaged (CKI Backport Bot) [RHEL-39340]
3+
- vfio/pci: Fallback huge faults for unaligned pfn (Alex Williamson) [RHEL-72822]
4+
- iommu/tegra241-cmdqv: do not use smp_processor_id in preemptible context (Luis Claudio R. Goncalves) [RHEL-74342]
5+
- net: sched: fix ordering of qlen adjustment (CKI Backport Bot) [RHEL-73395] {CVE-2024-53164}
6+
- net_sched: sch_fq: don't follow the fast path if Tx is behind now (CKI Backport Bot) [RHEL-73395]
7+
- s390/uvdevice: Support longer secret lists (Mete Durlu) [RHEL-25204]
8+
- s390/uv: Retrieve UV secrets sysfs support (Mete Durlu) [RHEL-25204]
9+
- s390/uvdevice: Increase indent in IOCTL definitions (Mete Durlu) [RHEL-25204]
10+
- s390/uvdevice: Add Retrieve Secret IOCTL (Mete Durlu) [RHEL-25204]
11+
- s390/uv: Retrieve UV secrets support (Mete Durlu) [RHEL-25204]
12+
- s390/uv: Use a constant for more-data rc (Mete Durlu) [RHEL-25204]
13+
- s390/uv: Provide host-key hashes in sysfs (Mete Durlu) [RHEL-47110]
14+
- s390/uv: Refactor uv-sysfs creation (Mete Durlu) [RHEL-47110]
15+
- net/l2tp: fix warning in l2tp_exit_net found by syzbot (Guillaume Nault) [RHEL-73846]
16+
- geneve: do not assume mac header is set in geneve_xmit_skb() (Guillaume Nault) [RHEL-73846]
17+
- net: Fix netns for ip_tunnel_init_flow() (Guillaume Nault) [RHEL-73846]
18+
- futex: fix user access on powerpc (Waiman Long) [RHEL-70187]
19+
- x86: fix off-by-one in access_ok() (Waiman Long) [RHEL-70187]
20+
- futex: improve user space accesses (Waiman Long) [RHEL-70187]
21+
- s390/pci: Add pci_msg debug view to PCI report (Mete Durlu) [RHEL-24144]
22+
- s390/debug: Add a reverse mode for debug_dump() (Mete Durlu) [RHEL-24144]
23+
- s390/debug: Add debug_dump() to write debug view to a string buffer (Mete Durlu) [RHEL-24144]
24+
- s390/debug: Split private data alloc/free out of file operations (Mete Durlu) [RHEL-24144]
25+
- s390/debug: Simplify and document debug_next_entry() logic (Mete Durlu) [RHEL-24144]
26+
- s390/pci: Report PCI error recovery results via SCLP (Mete Durlu) [RHEL-24144]
27+
- s390/debug: Pass in and enforce output buffer size for format handlers (Mete Durlu) [RHEL-24144]
28+
- s390/sclp: Allow user-space to provide PCI reports for optical modules (Mete Durlu) [RHEL-71264]
29+
Resolves: RHEL-24144, RHEL-25204, RHEL-39340, RHEL-47110, RHEL-70187, RHEL-71264, RHEL-72822, RHEL-73395, RHEL-73846, RHEL-74342
30+
131
* Wed Jan 15 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-42.el10]
232
- net: sched: fix erspan_opt settings in cls_flower (Xin Long) [RHEL-73195]
333
- KVM: SVM: Allow guest writes to set MSR_AMD64_DE_CFG bits (Vitaly Kuznetsov) [RHEL-71416]

0 commit comments

Comments
 (0)