Skip to content

Commit 44373d6

Browse files
committed
[redhat] kernel-6.12.0-98.el10
Signed-off-by: Julio Faracco <jfaracco@redhat.com>
1 parent dccf19b commit 44373d6

File tree

2 files changed

+22
-1
lines changed

2 files changed

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

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.1

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
* Tue Jun 17 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-98.el10]
2+
- fs/file.c: add fast path in find_next_fd() (Ian Kent) [RHEL-38569]
3+
- fs/file.c: conditionally clear full_fds (Ian Kent) [RHEL-38569]
4+
- fs/file.c: remove sanity_check and add likely/unlikely in alloc_fd() (Ian Kent) [RHEL-38569]
5+
- redhat/kernel.spec: drop modules-extra-matched for noarch (Jan Stancek) [RHEL-95740]
6+
- tracing/osnoise: Allow arbitrarily long CPU string (Tomas Glozar) [RHEL-86520]
7+
- RDMA/irdma: Remove deliver net device event (Kamal Heib) [RHEL-87577]
8+
- RDMA/irdma: Remove unused irdma_cqp_*_fpm_val_cmd functions (Kamal Heib) [RHEL-87577]
9+
- ovl: don't require "metacopy=on" for "verity" (Miklos Szeredi) [RHEL-82858]
10+
- ovl: relax redirect/metacopy requirements for lower -> data redirect (Miklos Szeredi) [RHEL-82858]
11+
- ovl: make redirect/metacopy rejection consistent (Miklos Szeredi) [RHEL-82858]
12+
- ovl: remove unused forward declaration (Miklos Szeredi) [RHEL-82858]
13+
- ovl: don't allow datadir only (Miklos Szeredi) [RHEL-82858]
14+
- smb: client: fix UAF in decryption with multichannel (CKI Backport Bot) [RHEL-94466] {CVE-2025-37750}
15+
- Merge DRM changes from upstream v6.13..v6.14 (José Expósito) [RHEL-75957]
16+
- Merge DRM changes from upstream v6.12..v6.13 (José Expósito) [RHEL-75957]
17+
- selftests/bpf: lwt_seg6local: Move test to test_progs (Hangbin Liu) [RHEL-82844]
18+
- selftests/bpf: lwt_seg6local: Remove unused routes (Hangbin Liu) [RHEL-82844]
19+
- selftests/bpf: add missing header include for htons (Hangbin Liu) [RHEL-82844]
20+
Resolves: RHEL-38569, RHEL-75957, RHEL-82844, RHEL-82858, RHEL-86520, RHEL-87577, RHEL-94466, RHEL-95740
21+
122
* Tue Jun 17 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-97.el10]
223
- memcg: always call cond_resched() after fn() (Radostin Stoyanov) [RHEL-81199]
324
- memcg: fix soft lockup in the OOM process (Radostin Stoyanov) [RHEL-81199] {CVE-2024-57977}

0 commit comments

Comments
 (0)