[openwrt/openwrt] armsr: patches: refresh printk console patch for 6.12

LEDE Commits lede-commits at lists.infradead.org
Wed Jun 4 11:19:39 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/46cf1dacd388ff479e815a3940431446677055df

commit 46cf1dacd388ff479e815a3940431446677055df
Author: Mathew McBride <matt at traverse.com.au>
AuthorDate: Mon May 26 12:24:48 2025 +1000

    armsr: patches: refresh printk console patch for 6.12
    
    This carries the text console behaviour fix as described in
    [1] over to the 6.12 kernel.
    
    Signed-off-by: Mathew McBride <matt at 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 at hauke-m.de>
---
 .../armsr/patches-6.12/300-printk-always-setup-default-consoles.patch   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/armsr/patches-6.12/300-printk-always-setup-default-consoles.patch b/target/linux/armsr/patches-6.12/300-printk-always-setup-default-consoles.patch
index c7a119cff1..d83b8880ed 100644
--- a/target/linux/armsr/patches-6.12/300-printk-always-setup-default-consoles.patch
+++ b/target/linux/armsr/patches-6.12/300-printk-always-setup-default-consoles.patch
@@ -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.
  	 */




More information about the lede-commits mailing list