Skip to content

Commit 56d6c93

Browse files
author
CKI KWF Bot
committed
[redhat] kernel-6.12.0-99.el10
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
1 parent eb39787 commit 56d6c93

File tree

2 files changed

+65
-1
lines changed

2 files changed

+65
-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 = 98
15+
RHEL_RELEASE = 99
1616

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.1

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,67 @@
1+
* Thu Jun 19 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-99.el10]
2+
- scsi: storvsc: Explicitly set max_segment_size to UINT_MAX (Ewan D. Milne) [RHEL-97171]
3+
- i2c: tegra: check msg length in SMBUS block read (Steve Dunnagan) [RHEL-89166]
4+
- nfsd: nfsd4_spo_must_allow() must check this is a v4 compound request (Olga Kornievskaia) [RHEL-82689]
5+
- nfsd: fix access checking for NLM under XPRTSEC policies (Olga Kornievskaia) [RHEL-82689]
6+
- net: rename netns_local to netns_immutable (Ivan Vecera) [RHEL-92678]
7+
- selftests: Add IPv6 link-local address generation tests for GRE devices. (Guillaume Nault) [RHEL-94024]
8+
- tpm: remove kmalloc failure error message (Štěpán Horáček) [RHEL-72764]
9+
- tpm: tis: Double the timeout B to 4s (Štěpán Horáček) [RHEL-72764]
10+
- char: tpm: tpm-buf: Add sanity check fallback in read helpers (Štěpán Horáček) [RHEL-72764]
11+
- tpm: Make chip->{status,cancel,req_canceled} opt (Štěpán Horáček) [RHEL-72764]
12+
- tpm: End any active auth session before shutdown (Štěpán Horáček) [RHEL-72764]
13+
- tpm_crb: Clean-up and refactor check for idle support (Štěpán Horáček) [RHEL-72764]
14+
- tpm/tpm_ftpm_tee: fix struct ftpm_tee_private documentation (Štěpán Horáček) [RHEL-72764]
15+
- tpm, tpm_tis: Workaround failed command reception on Infineon devices (Štěpán Horáček) [RHEL-72764]
16+
- tpm, tpm_tis: Fix timeout handling when waiting for TPM status (Štěpán Horáček) [RHEL-72764]
17+
- tpm: Convert warn to dbg in tpm2_start_auth_session() (Štěpán Horáček) [RHEL-72764]
18+
- tpm: Lazily flush auth session when getting random data (Štěpán Horáček) [RHEL-72764]
19+
- tpm: ftpm_tee: remove incorrect of_match_ptr annotation (Štěpán Horáček) [RHEL-72764]
20+
- tpm: do not start chip while suspended (Štěpán Horáček) [RHEL-72764]
21+
- char: tpm: cr50: Add new device/vendor ID 0x50666666 (Štěpán Horáček) [RHEL-72764]
22+
- char: tpm: cr50: Move i2c locking to request/relinquish locality ops (Štěpán Horáček) [RHEL-72764]
23+
- char: tpm: cr50: Use generic request/relinquish locality ops (Štěpán Horáček) [RHEL-72764]
24+
- tpm: ibmvtpm: Set TPM_OPS_AUTO_STARTUP flag on driver (Štěpán Horáček) [RHEL-72764]
25+
- libstub,tpm: do not ignore failure case when reading final event log (Štěpán Horáček) [RHEL-72764]
26+
- tpm: fix unsigned/signed mismatch errors related to __calc_tpm2_event_size (Štěpán Horáček) [RHEL-72764]
27+
- tpm: do not ignore memblock_reserve return value (Štěpán Horáček) [RHEL-72764]
28+
- tpm: fix signed/unsigned bug when checking event logs (Štěpán Horáček) [RHEL-72764]
29+
- openvswitch: Stricter validation for the userspace action (Eelco Chaudron) [RHEL-84563]
30+
- openvswitch: Fix unsafe attribute parsing in output_userspace() (Eelco Chaudron) [RHEL-84563]
31+
- net: openvswitch: fix nested key length validation in the set() action (Eelco Chaudron) [RHEL-84563] {CVE-2025-37789}
32+
- net: openvswitch: remove misbehaving actions length check (Eelco Chaudron) [RHEL-84563]
33+
- openvswitch: use RCU protection in ovs_vport_cmd_fill_info() (Eelco Chaudron) [RHEL-81497 RHEL-84563] {CVE-2025-21761}
34+
- openvswitch: fix lockup on tx to unregistering netdev with carrier (Eelco Chaudron) [RHEL-84563] {CVE-2025-21681}
35+
- openvswitch: Pass on secpath details for internal port rx. (Eelco Chaudron) [RHEL-84563]
36+
- selftests: mptcp: remove rp_filter configuration (Hangbin Liu) [RHEL-80284]
37+
- selftests: netfilter: remove rp_filter configuration (Hangbin Liu) [RHEL-80284]
38+
- selftests: net: use setup_ns for SRv6 tests and remove rp_filter configuration (Hangbin Liu) [RHEL-80284]
39+
- selftests: net: use setup_ns for bareudp testing (Hangbin Liu) [RHEL-80284]
40+
- selftests: net: remove redundant rp_filter configuration (Hangbin Liu) [RHEL-80284]
41+
- selftests: net: disable rp_filter after namespace initialization (Hangbin Liu) [RHEL-80284]
42+
- ndisc: use RCU protection in ndisc_alloc_skb() (Xin Long) [RHEL-81403] {CVE-2025-21764}
43+
- tools: ynl: add all headers to makefile deps (Jose Ignacio Tornos Martinez) [RHEL-89935]
44+
- selftests: drv-net: add missing trailing backslash (Jose Ignacio Tornos Martinez) [RHEL-89935]
45+
- testing: net-drv: add basic shaper test (Jose Ignacio Tornos Martinez) [RHEL-89935]
46+
- net-shapers: implement cap validation in the core (Jose Ignacio Tornos Martinez) [RHEL-89935]
47+
- net: shaper: implement introspection support (Jose Ignacio Tornos Martinez) [RHEL-89935]
48+
- netlink: spec: add shaper introspection support (Jose Ignacio Tornos Martinez) [RHEL-89935]
49+
- net-shapers: implement shaper cleanup on queue deletion (Jose Ignacio Tornos Martinez) [RHEL-89935]
50+
- net-shapers: implement delete support for NODE scope shaper (Jose Ignacio Tornos Martinez) [RHEL-89935]
51+
- net-shapers: implement NL group operation (Jose Ignacio Tornos Martinez) [RHEL-89935]
52+
- net-shapers: implement NL set and delete operations (Jose Ignacio Tornos Martinez) [RHEL-89935]
53+
- net-shapers: implement NL get operation (Jose Ignacio Tornos Martinez) [RHEL-89935]
54+
- netlink: spec: add shaper YAML spec (Jose Ignacio Tornos Martinez) [RHEL-89935]
55+
- genetlink: extend info user-storage to match NL cb ctx (Jose Ignacio Tornos Martinez) [RHEL-89935]
56+
- perf: arm_cspmu: nvidia: monitor all ports by default (Michael Petlan) [RHEL-89489]
57+
- perf: arm_cspmu: nvidia: enable NVLINK-C2C port filtering (Michael Petlan) [RHEL-89489]
58+
- perf: arm_cspmu: nvidia: fix sysfs path in the kernel doc (Michael Petlan) [RHEL-89489]
59+
- perf: arm_cspmu: nvidia: remove unsupported SCF events (Michael Petlan) [RHEL-89489]
60+
- ice: Fix deinitializing VF in error path (Petr Oros) [RHEL-87628] {CVE-2025-21883}
61+
- ice: add E830 HW VF mailbox message limit support (Petr Oros) [RHEL-87628]
62+
- x86/nmi: Add an emergency handler in nmi_desc & use it in nmi_shootdown_cpus() (Waiman Long) [RHEL-69285]
63+
Resolves: RHEL-69285, RHEL-72764, RHEL-80284, RHEL-81403, RHEL-81497, RHEL-82689, RHEL-84563, RHEL-87628, RHEL-89166, RHEL-89489, RHEL-89935, RHEL-92678, RHEL-94024, RHEL-97171
64+
165
* Tue Jun 17 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-98.el10]
266
- fs/file.c: add fast path in find_next_fd() (Ian Kent) [RHEL-38569]
367
- fs/file.c: conditionally clear full_fds (Ian Kent) [RHEL-38569]

0 commit comments

Comments
 (0)