Skip to content

Commit 335d55a

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

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

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.2

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
* Tue Oct 28 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-147.el10]
2+
- redhat: use the same cert as UKI's to sign addons (Li Tian) [RHEL-124088]
3+
- blk-mq: fix blk_mq_tags double free while nr_requests grown (Ming Lei) [RHEL-118047]
4+
- smp: Fix up and expand the smp_call_function_many() kerneldoc (Waiman Long) [RHEL-121178]
5+
- smp: Fix spelling in on_each_cpu_cond_mask()'s doc-comment (Waiman Long) [RHEL-121178]
6+
- smp: Document preemption and stop_machine() mutual exclusion (Waiman Long) [RHEL-121178]
7+
- smp: Wait only if work was enqueued (Waiman Long) [RHEL-121178]
8+
- smp: Defer check for local execution in smp_call_function_many_cond() (Waiman Long) [RHEL-121178]
9+
- smp: Use cpumask_any_but() in smp_call_function_many_cond() (Waiman Long) [RHEL-121178]
10+
- smp: Improve locality in smp_call_function_any() (Waiman Long) [RHEL-121178]
11+
- smp/scf: Evaluate local cond_func() before IPI side-effects (Waiman Long) [RHEL-121178]
12+
- selftests: fib_nexthops: Add test cases for FDB status change (Guillaume Nault) [RHEL-115577]
13+
- selftests: fib_nexthops: Fix creation of non-FDB nexthops (Guillaume Nault) [RHEL-115577]
14+
- nexthop: Forbid FDB status change while nexthop is in a group (Guillaume Nault) [RHEL-115577]
15+
- ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init() (Guillaume Nault) [RHEL-115577]
16+
- inet: ping: check sock_net() in ping_get_port() and ping_lookup() (Guillaume Nault) [RHEL-115577]
17+
- ipv4: Switch inet_addr_hash() to less predictable hash. (Guillaume Nault) [RHEL-115577]
18+
- vxlan: Fix NPD in {arp,neigh}_reduce() when using nexthop objects (Guillaume Nault) [RHEL-115591]
19+
- vxlan: Fix NPD when refreshing an FDB entry with a nexthop object (Guillaume Nault) [RHEL-115591]
20+
- vxlan: vnifilter: Fix unlocked deletion of default FDB entry (Guillaume Nault) [RHEL-115591]
21+
- vxlan: Add RCU read-side critical sections in the Tx path (Guillaume Nault) [RHEL-115591]
22+
- i2c: tegra: Use internal reset when reset property is not available (Charles Mirabile) [RHEL-113178]
23+
- i2c: tegra: Fix reset error handling with ACPI (Charles Mirabile) [RHEL-113178]
24+
- selftests: bonding: add fail_over_mac testing (CKI Backport Bot) [RHEL-115579]
25+
- bonding: set random address only when slaves already exist (CKI Backport Bot) [RHEL-115579]
26+
- bonding: don't force LACPDU tx to ~333 ms boundaries (CKI Backport Bot) [RHEL-115579]
27+
- sched: restore the behavior of put_task_struct() for non-rt (Luis Claudio R. Goncalves) [RHEL-73310]
28+
- sched: Do not call __put_task_struct() on rt if pi_blocked_on is set (Luis Claudio R. Goncalves) [RHEL-73310]
29+
Resolves: RHEL-113178, RHEL-115577, RHEL-115579, RHEL-115591, RHEL-118047, RHEL-121178, RHEL-124088, RHEL-73310
30+
131
* Mon Oct 27 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-146.el10]
232
- nbd: restrict sockets to TCP and UDP (Ming Lei) [RHEL-121713]
333
- loop: fix backing file reference leak on validation error (Ming Lei) [RHEL-118049]

0 commit comments

Comments
 (0)