Skip to content

Commit 9709d5f

Browse files
committed
[redhat] kernel-6.12.0-85.el10
Signed-off-by: Julio Faracco <jfaracco@redhat.com>
1 parent 7a6c02f commit 9709d5f

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

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.1

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
* Wed May 14 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-85.el10]
2+
- selftests/net: packetdrill: more xfail changes (and a correction) (Hangbin Liu) [RHEL-88651]
3+
- selftests/net: packetdrill: make tcp buf limited timing tests benign (Hangbin Liu) [RHEL-88651]
4+
- selftests/net: packetdrill: report benign debug flakes as xfail (Hangbin Liu) [RHEL-88651]
5+
- selftests/net: packetdrill: import tcp/user_timeout, tcp/validate, tcp/sendfile, tcp/limited-transmit, tcp/syscall_bad_arg (Hangbin Liu) [RHEL-88651]
6+
- selftests/net: packetdrill: import tcp/eor, tcp/splice, tcp/ts_recent, tcp/blocking (Hangbin Liu) [RHEL-88651]
7+
- selftests/net: packetdrill: import tcp/fast_recovery, tcp/nagle, tcp/timestamping (Hangbin Liu) [RHEL-88651]
8+
- selftests/net: packetdrill: import tcp/ecn, tcp/close, tcp/sack, tcp/tcp_info (Hangbin Liu) [RHEL-88651]
9+
- cpufreq: intel_pstate: Unchecked MSR aceess in legacy mode (Steve Best) [RHEL-81034]
10+
- ipv6: add exception routes to GC list in rt6_insert_exception (Xin Long) [RHEL-39466 RHEL-84411]
11+
- OPP: Drop redundant *_opp_attach|detach_genpd() (José Expósito) [RHEL-75956]
12+
- cpufreq: qcom-nvmem: Convert to dev_pm_domain_attach|detach_list() (José Expósito) [RHEL-75956]
13+
- media: venus: Convert into devm_pm_domain_attach_list() for OPP PM domain (José Expósito) [RHEL-75956]
14+
- drm/tegra: gr3d: Convert into devm_pm_domain_attach_list() (José Expósito) [RHEL-75956]
15+
- OPP: Drop redundant code in _link_required_opps() (José Expósito) [RHEL-75956]
16+
- pmdomain: core: Set the required dev for a required OPP during genpd attach (José Expósito) [RHEL-75956]
17+
- pmdomain: core: Manage the default required OPP from a separate function (José Expósito) [RHEL-75956]
18+
- xfs: don't over-report free space or inodes in statvfs (Carlos Maiolino) [RHEL-87016]
19+
- xfs: report realtime block quota limits on realtime directories (Carlos Maiolino) [RHEL-87016]
20+
- redhat: introduce modules-extra-matched meta package (Jan Stancek) [RHEL-87452]
21+
- ext4: fix OOB read when checking dotdot dir (CKI Backport Bot) [RHEL-87989] {CVE-2025-37785}
22+
- selftests: net: fdb_notify: Add a test for FDB notifications (Izabela Bakollari) [RHEL-78790]
23+
- selftests: net: lib: Add kill_process (Izabela Bakollari) [RHEL-78790]
24+
- selftests: net: lib: Move checks from forwarding/lib.sh here (Izabela Bakollari) [RHEL-78790]
25+
- selftests: net: lib: Move tests_run from forwarding/lib.sh here (Izabela Bakollari) [RHEL-78790]
26+
- selftests: net: lib: Move logging from forwarding/lib.sh here (Izabela Bakollari) [RHEL-78790]
27+
- ndo_fdb_del: Add a parameter to report whether notification was sent (Izabela Bakollari) [RHEL-78790]
28+
- ndo_fdb_add: Add a parameter to report whether notification was sent (Izabela Bakollari) [RHEL-78790]
29+
Resolves: RHEL-39466, RHEL-75956, RHEL-78790, RHEL-81034, RHEL-84411, RHEL-87016, RHEL-87452, RHEL-87989, RHEL-88651
30+
131
* Mon May 12 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-84.el10]
232
- RDMA/efa: Align interrupt related fields to same type (Kamal Heib) [RHEL-86525]
333
- RDMA/efa: Reset device on probe failure (Kamal Heib) [RHEL-86525]

0 commit comments

Comments
 (0)