]> git.ipfire.org Git - thirdparty/openwrt.git/commit
generic: mips: add pending patch to fix reboot 23619/head 23656/head
authorJonas Jelonek <jelonek.jonas@gmail.com>
Thu, 4 Jun 2026 17:59:04 +0000 (17:59 +0000)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Fri, 5 Jun 2026 19:51:41 +0000 (21:51 +0200)
commitb115da38b3dd9711f4b71391472acb972b949d77
treefca2c5cdb56598916ede691e9874b5b314c69136
parentca545219883e24d0c88108c3a4ef2788e23bc673
generic: mips: add pending patch to fix reboot

Add a pending hotfix to fix reboot functionality on MIPS platforms, at
least the Realtek target being affected.

The kernel bump from 6.18.33 to 6.18.34 introduced a backported commit
intending to fix a use-after-free issue [1]. As a side effect, it also
causes RCU to wait for CPUs which are already dead but RCU doesn't know
of.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-6.18.y&id=18c0456ea2615b1a743a6db739c74411c3b42bc6

Fixes: 94f3f9a845e8 ("kernel: bump 6.18 to 6.18.34")
Link: https://github.com/openwrt/openwrt/pull/23656
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
target/linux/generic/pending-6.18/331-MIPS-smp-report-dying-CPU-to-RCU-in-stop_this_cpu.patch [new file with mode: 0644]
target/linux/ramips/patches-6.18/933-MIPS-SMP-Wait-for-secondary-CPUs-to-stop-in-smp_send.patch
target/linux/ramips/patches-6.18/934-MIPS-SMP-Properly-stop-secondary-CPUs-for-restart.patch