kernel: bump 6.6 to 6.6.23
[openwrt/staging/nbd.git] / target / linux / generic / pending-6.6 / 920-mangle_bootargs.patch
index 4552b4cd66c124f3b76231bcb5a1522af4228553..519d0b76da0dd7529ed7bd4dc8060c9b66d74770 100644 (file)
@@ -13,9 +13,9 @@ Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
 
 --- a/init/Kconfig
 +++ b/init/Kconfig
-@@ -1836,6 +1836,15 @@ config EMBEDDED
-         an embedded system so certain expert options are available
-         for configuration.
+@@ -1811,6 +1811,15 @@ config DEBUG_RSEQ
+         If unsure, say N.
  
 +config MANGLE_BOOTARGS
 +      bool "Rename offending bootargs"
@@ -31,7 +31,7 @@ Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
        help
 --- a/init/main.c
 +++ b/init/main.c
-@@ -611,6 +611,29 @@ static inline void setup_nr_cpu_ids(void
+@@ -609,6 +609,29 @@ static inline void setup_nr_cpu_ids(void
  static inline void smp_prepare_cpus(unsigned int maxcpus) { }
  #endif
  
@@ -61,7 +61,7 @@ Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
  /*
   * We need to store the untouched command line for future reference.
   * We also need to store the touched command line since the parameter
-@@ -958,6 +981,7 @@ asmlinkage __visible void __init __no_sa
+@@ -896,6 +919,7 @@ void start_kernel(void)
        pr_notice("%s", linux_banner);
        early_security_init();
        setup_arch(&command_line);