Skip to content

Commit 5fda7bb

Browse files
committed
[redhat] kernel-6.12.0-97.el10
Signed-off-by: Julio Faracco <jfaracco@redhat.com>
1 parent d13fc32 commit 5fda7bb

File tree

2 files changed

+96
-1
lines changed

2 files changed

+96
-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 = 96
15+
RHEL_RELEASE = 97
1616

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.1

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,98 @@
1+
* Tue Jun 17 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-97.el10]
2+
- memcg: always call cond_resched() after fn() (Radostin Stoyanov) [RHEL-81199]
3+
- memcg: fix soft lockup in the OOM process (Radostin Stoyanov) [RHEL-81199] {CVE-2024-57977}
4+
- r8169: switch away from deprecated pcim_iomap_table (Izabela Bakollari) [RHEL-89042]
5+
- r8169: increase max jumbo packet size on RTL8125/RTL8126 (Izabela Bakollari) [RHEL-89042]
6+
- r8169: add support for Intel Killer E5000 (Izabela Bakollari) [RHEL-89042]
7+
- r8169: don't scan PHY addresses > 0 (Izabela Bakollari) [RHEL-89042]
8+
- r8169: remove redundant hwmon support (Izabela Bakollari) [RHEL-89042]
9+
- r8169: add support for RTL8125D rev.b (Izabela Bakollari) [RHEL-89042]
10+
- r8169: adjust version numbering for RTL8126 (Izabela Bakollari) [RHEL-89042]
11+
- r8169: remove unused flag RTL_FLAG_TASK_RESET_NO_QUEUE_WAKE (Izabela Bakollari) [RHEL-89042]
12+
- r8169: use helper r8169_mod_reg8_cond to simplify rtl_jumbo_config (Izabela Bakollari) [RHEL-89042]
13+
- r8169: align WAKE_PHY handling with r8125/r8126 vendor drivers (Izabela Bakollari) [RHEL-89042]
14+
- r8169: improve rtl_set_d3_pll_down (Izabela Bakollari) [RHEL-89042]
15+
- r8169: improve __rtl8169_set_wol (Izabela Bakollari) [RHEL-89042]
16+
- r8169: remove leftover locks after reverted change (Izabela Bakollari) [RHEL-89042]
17+
- r8169: improve initialization of RSS registers on RTL8125/RTL8126 (Izabela Bakollari) [RHEL-89042]
18+
- r8169: fix inconsistent indenting in rtl8169_get_eth_mac_stats (Izabela Bakollari) [RHEL-89042]
19+
- r8169: add support for RTL8125D (Izabela Bakollari) [RHEL-89042]
20+
- r8169: enable EEE at 2.5G per default on RTL8125B (Izabela Bakollari) [RHEL-89042]
21+
- r8169: remove rtl_dash_loop_wait_high/low (Izabela Bakollari) [RHEL-89042]
22+
- r8169: avoid duplicated messages if loading firmware fails and switch to warn level (Izabela Bakollari) [RHEL-89042]
23+
- r8169: replace custom flag with disable_work() et al (Izabela Bakollari) [RHEL-89042]
24+
- r8169: don't take RTNL lock in rtl_task() (Izabela Bakollari) [RHEL-89042]
25+
- r8169: implement additional ethtool stats ops (Izabela Bakollari) [RHEL-89042]
26+
- r8169: enable SG/TSO on selected chip versions per default (Izabela Bakollari) [RHEL-89042]
27+
- r8169: remove original workaround for RTL8125 broken rx issue (Izabela Bakollari) [RHEL-89042]
28+
- r8169: don't apply UDP padding quirk on RTL8126A (Izabela Bakollari) [RHEL-89042]
29+
- r8169: add support for the temperature sensor being available from RTL8125B (Izabela Bakollari) [RHEL-89042]
30+
- perf trace: Add missing perf_tool__init() (Anubhav Shelat) [RHEL-83635]
31+
- HID: intel-ish-hid: Fix use-after-free issue in ishtp_hid_remove() (Tony Camuso) [RHEL-93188]
32+
- HID: intel-ish-hid: Fix use-after-free issue in hid_ishtp_cl_remove() (Tony Camuso) [RHEL-93188]
33+
- HID: intel-ish-hid: ipc: Add Panther Lake PCI device IDs (Tony Camuso) [RHEL-93188]
34+
- HID: intel-thc: fix CONFIG_HID dependency (Tony Camuso) [RHEL-93188]
35+
- HID: intel-ish-hid: Send clock sync message immediately after reset (Tony Camuso) [RHEL-93188]
36+
- HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in doorbell (Tony Camuso) [RHEL-93188]
37+
- HID: intel-ish-hid: Remove unused ishtp_cl_get_tx_* (Tony Camuso) [RHEL-93188]
38+
- HID: intel-ish-hid: Remove unused ishtp_cl_tx_empty (Tony Camuso) [RHEL-93188]
39+
- HID: intel-ish-hid: Remove unused ishtp_dev_state_str (Tony Camuso) [RHEL-93188]
40+
- HID: intel-ish-hid: Add firmware version sysfs attributes (Tony Camuso) [RHEL-93188]
41+
- HID: Fix typo in the comment (Tony Camuso) [RHEL-93188]
42+
- HID: ishtp-hid-client: replace fake-flex arrays with flex-array members (Tony Camuso) [RHEL-93188]
43+
- selftests: netfilter: fix conntrack stress test failures on debug kernels (Florian Westphal) [RHEL-76546]
44+
- selftests: netfilter: add conntrack stress test (Florian Westphal) [RHEL-76546]
45+
- netfilter: nf_conntrack: speed up reads from nf_conntrack proc file (Florian Westphal) [RHEL-76546]
46+
- NFSv4.2: fix listxattr to return selinux security label (Olga Kornievskaia) [RHEL-87405]
47+
- loop: add file_start_write() and file_end_write() (Ming Lei) [RHEL-96222]
48+
- loop: don't require ->write_iter for writable files in loop_configure (Ming Lei) [RHEL-96222]
49+
- redhat/configs: Enable CONFIG_PROVE_RAW_LOCK_NESTING for debug kernel (Waiman Long) [RHEL-79908]
50+
- locking/lockdep: Enforce PROVE_RAW_LOCK_NESTING only if ARCH_SUPPORTS_RT (Waiman Long) [RHEL-79908]
51+
- lockdep: Enable PROVE_RAW_LOCK_NESTING with PROVE_LOCKING. (Waiman Long) [RHEL-79908]
52+
- bdev: use bdev_io_min() for statx block size (Ming Lei) [RHEL-88003]
53+
- powerpc/powernv/memtrace: Fix out of bounds issue in memtrace mmap (Mamatha Inamdar) [RHEL-95931]
54+
- powerpc/vas: Return -EINVAL if the offset is non-zero in mmap() (Mamatha Inamdar) [RHEL-95931]
55+
- mptcp: Remove unused declaration mptcp_set_owner_r() (Davide Caratti) [RHEL-84538]
56+
- selftests: mptcp: validate MPJoin HMacFailure counters (Davide Caratti) [RHEL-84538]
57+
- mptcp: only inc MPJoinAckHMacFailure for HMAC failures (Davide Caratti) [RHEL-84538]
58+
- selftests: mptcp: close fd_in before returning in main_loop (Davide Caratti) [RHEL-84538]
59+
- selftests: mptcp: fix incorrect fd checks in main_loop (Davide Caratti) [RHEL-84538]
60+
- mptcp: fix NULL pointer in can_accept_new_subflow (Davide Caratti) [RHEL-84538] {CVE-2025-23145}
61+
- mptcp: sockopt: fix getting freebind & transparent (Davide Caratti) [RHEL-84538]
62+
- mptcp: sockopt: fix getting IPV6_V6ONLY (Davide Caratti) [RHEL-84538]
63+
- mptcp: Fix data stream corruption in the address announcement (Davide Caratti) [RHEL-84538]
64+
- tcp: ulp: diag: more info without CAP_NET_ADMIN (Davide Caratti) [RHEL-84538]
65+
- tcp: ulp: diag: always print the name if any (Davide Caratti) [RHEL-84538]
66+
- mptcp: fix 'scheduling while atomic' in mptcp_pm_nl_append_new_local_addr (Davide Caratti) [RHEL-84538] {CVE-2025-21938}
67+
- mptcp: reset when MPTCP opts are dropped after join (Davide Caratti) [RHEL-84538]
68+
- mptcp: always handle address removal under msk socket lock (Davide Caratti) [RHEL-84538] {CVE-2025-21875}
69+
- mptcp: micro-optimize __mptcp_move_skb() (Davide Caratti) [RHEL-84538]
70+
- mptcp: dismiss __mptcp_rmem() (Davide Caratti) [RHEL-84538]
71+
- net: dismiss sk_forward_alloc_get() (Davide Caratti) [RHEL-84538]
72+
- mptcp: cleanup mem accounting (Davide Caratti) [RHEL-84538]
73+
- mptcp: move the whole rx path under msk socket lock protection (Davide Caratti) [RHEL-84538]
74+
- mptcp: drop __mptcp_fastopen_gen_msk_ackseq() (Davide Caratti) [RHEL-84538]
75+
- mptcp: consolidate subflow cleanup (Davide Caratti) [RHEL-84538]
76+
- mptcp: pm: userspace: flags: clearer msg if no remote addr (Davide Caratti) [RHEL-84538]
77+
- selftests: mptcp: connect: -f: no reconnect (Davide Caratti) [RHEL-84538]
78+
- mptcp: blackhole only if 1st SYN retrans w/o MPC is accepted (Davide Caratti) [RHEL-84538]
79+
- mptcp: handle fastopen disconnect correctly (Davide Caratti) [RHEL-84538] {CVE-2025-21705}
80+
- mptcp: pm: only set fullmesh for subflow endp (Davide Caratti) [RHEL-84538] {CVE-2025-21706}
81+
- mptcp: consolidate suboption status (Davide Caratti) [RHEL-84538] {CVE-2025-21707}
82+
- selftests: mptcp: avoid spurious errors on disconnect (Davide Caratti) [RHEL-84538]
83+
- mptcp: fix spurious wake-up on under memory pressure (Davide Caratti) [RHEL-84538]
84+
- mptcp: be sure to send ack when mptcp-level window re-opens (Davide Caratti) [RHEL-84538]
85+
- mptcp: sysctl: avail sched: remove write access (Davide Caratti) [RHEL-84538]
86+
- mptcp: prevent excessive coalescing on receive (Davide Caratti) [RHEL-84538]
87+
- mptcp: don't always assume copied data in mptcp_cleanup_rbuf() (Davide Caratti) [RHEL-84538]
88+
- mptcp: fix recvbuffer adjust on sleeping rcvmsg (Davide Caratti) [RHEL-84538]
89+
- mptcp: remove unneeded lock when listing scheds (Davide Caratti) [RHEL-84538]
90+
- mptcp: implement mptcp_pm_connection_closed (Davide Caratti) [RHEL-84538]
91+
- dim: pass dim_sample to net_dim() by reference (CKI Backport Bot) [RHEL-89803]
92+
- dim: make dim_calc_stats() inputs const pointers (CKI Backport Bot) [RHEL-89803]
93+
- saner replacement for debugfs_rename() (Jose Ignacio Tornos Martinez) [RHEL-86507]
94+
Resolves: RHEL-76546, RHEL-79908, RHEL-81199, RHEL-83635, RHEL-84538, RHEL-86507, RHEL-87405, RHEL-88003, RHEL-89042, RHEL-89803, RHEL-93188, RHEL-95931, RHEL-96222
95+
196
* Thu Jun 12 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-96.el10]
297
- x86/CPU/AMD: Print the reason for the last reset (Steve Best) [RHEL-89439]
398
- Documentation: Add AMD Zen debugging document (Steve Best) [RHEL-89439]

0 commit comments

Comments
 (0)