]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
armsr: patches: refresh printk console patch for 6.12
authorMathew McBride <matt@traverse.com.au>
Mon, 26 May 2025 02:24:48 +0000 (12:24 +1000)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 4 Jun 2025 18:18:27 +0000 (20:18 +0200)
This carries the text console behaviour fix as described in
[1] over to the 6.12 kernel.

Signed-off-by: Mathew McBride <matt@traverse.com.au>
[1] https://github.com/openwrt/openwrt/pull/17012#issuecomment-2591751115
Link: https://github.com/openwrt/openwrt/pull/18849
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/armsr/patches-6.12/300-printk-always-setup-default-consoles.patch

index c7a119cff153c0ec4cca6619374d027b9f1dec45..d83b8880ed19b59494c08fc095570318573ab47a 100644 (file)
@@ -36,7 +36,7 @@ Link: https://github.com/openwrt/openwrt/pull/17012#issuecomment-2591751115
 
 --- a/kernel/printk/printk.c
 +++ b/kernel/printk/printk.c
-@@ -3505,7 +3505,7 @@ void register_console(struct console *ne
+@@ -3978,7 +3978,7 @@ void register_console(struct console *ne
         * Note that a console with tty binding will have CON_CONSDEV
         * flag set and will be first in the list.
         */