]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
kernel: bump 6.6 to 6.6.108 20237/head
authorGoetz Goerisch <ggoerisch@gmail.com>
Sat, 27 Sep 2025 15:40:19 +0000 (15:40 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 1 Oct 2025 20:26:05 +0000 (22:26 +0200)
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.108

Signed-off-by: Goetz Goerisch <ggoerisch@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20214
(cherry picked from commit 7114446523da2b4e4f8e2f9531d03764121c174c)
Signed-off-by: Goetz Goerisch <ggoerisch@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20237
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
include/kernel-6.6
target/linux/bcm27xx/patches-6.6/950-0065-cgroup-Disable-cgroup-memory-by-default.patch
target/linux/bcm27xx/patches-6.6/950-1349-cgroup-Use-kernel-command-line-to-disable-memory-cgr.patch
target/linux/bcm27xx/patches-6.6/950-1445-fixup-cgroup-Use-kernel-command-line-to-disable-memo.patch

index ecfe1f667e0b80f82d19016eba636d8bca27e66b..b1eaea13b2a1aa4ed0695856a4d2f2dc4548e60b 100644 (file)
@@ -1,2 +1,2 @@
-LINUX_VERSION-6.6 = .107
-LINUX_KERNEL_HASH-6.6.107 = c9b73017d3c7867b9c69a542e5318620cf2b14ed23d52f6aeaaee8aded9ee447
+LINUX_VERSION-6.6 = .108
+LINUX_KERNEL_HASH-6.6.108 = 601cd332aa695d16607b353feff369b4a0b36d111be077e8af54bdd41e1968a6
index 5600e857341644779c70b2b69062d8a3186fb9ee..eb29af01c10717e77ebea92f016e1f36148ac49c 100644 (file)
@@ -17,7 +17,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
 
 --- a/kernel/cgroup/cgroup.c
 +++ b/kernel/cgroup/cgroup.c
-@@ -6059,6 +6059,9 @@ int __init cgroup_init_early(void)
+@@ -6082,6 +6082,9 @@ int __init cgroup_init_early(void)
        return 0;
  }
  
@@ -27,7 +27,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
  /**
   * cgroup_init - cgroup initialization
   *
-@@ -6092,6 +6095,12 @@ int __init cgroup_init(void)
+@@ -6115,6 +6118,12 @@ int __init cgroup_init(void)
  
        cgroup_unlock();
  
@@ -40,7 +40,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
        for_each_subsys(ss, ssid) {
                if (ss->early_init) {
                        struct cgroup_subsys_state *css =
-@@ -6740,6 +6749,10 @@ static int __init cgroup_disable(char *s
+@@ -6769,6 +6778,10 @@ static int __init cgroup_disable(char *s
                            strcmp(token, ss->legacy_name))
                                continue;
  
@@ -51,7 +51,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
                        static_branch_disable(cgroup_subsys_enabled_key[i]);
                        pr_info("Disabling %s control group subsystem\n",
                                ss->name);
-@@ -6758,6 +6771,31 @@ static int __init cgroup_disable(char *s
+@@ -6787,6 +6800,31 @@ static int __init cgroup_disable(char *s
  }
  __setup("cgroup_disable=", cgroup_disable);
  
index b1ceaad71dee9e7ab64f6fffb87093955cf2f78b..7946586d4008fc2c45892d978b97637334709c92 100644 (file)
@@ -148,7 +148,7 @@ Signed-off-by: Maíra Canal <mcanal@igalia.com>
  
 --- a/kernel/cgroup/cgroup.c
 +++ b/kernel/cgroup/cgroup.c
-@@ -6059,9 +6059,6 @@ int __init cgroup_init_early(void)
+@@ -6082,9 +6082,6 @@ int __init cgroup_init_early(void)
        return 0;
  }
  
@@ -158,7 +158,7 @@ Signed-off-by: Maíra Canal <mcanal@igalia.com>
  /**
   * cgroup_init - cgroup initialization
   *
-@@ -6095,12 +6092,6 @@ int __init cgroup_init(void)
+@@ -6118,12 +6115,6 @@ int __init cgroup_init(void)
  
        cgroup_unlock();
  
@@ -171,7 +171,7 @@ Signed-off-by: Maíra Canal <mcanal@igalia.com>
        for_each_subsys(ss, ssid) {
                if (ss->early_init) {
                        struct cgroup_subsys_state *css =
-@@ -6749,10 +6740,6 @@ static int __init cgroup_disable(char *s
+@@ -6778,10 +6769,6 @@ static int __init cgroup_disable(char *s
                            strcmp(token, ss->legacy_name))
                                continue;
  
@@ -182,7 +182,7 @@ Signed-off-by: Maíra Canal <mcanal@igalia.com>
                        static_branch_disable(cgroup_subsys_enabled_key[i]);
                        pr_info("Disabling %s control group subsystem\n",
                                ss->name);
-@@ -6786,7 +6773,7 @@ static int __init cgroup_enable(char *st
+@@ -6815,7 +6802,7 @@ static int __init cgroup_enable(char *st
                            strcmp(token, ss->legacy_name))
                                continue;
  
index b3a73945f648d17577ef35ddb69375e0870281f7..5241744b2c8c66e38d6c61a2ccc6e2fea2df84bd 100644 (file)
@@ -14,7 +14,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
 
 --- a/kernel/cgroup/cgroup.c
 +++ b/kernel/cgroup/cgroup.c
-@@ -6773,11 +6773,19 @@ static int __init cgroup_enable(char *st
+@@ -6802,11 +6802,19 @@ static int __init cgroup_enable(char *st
                            strcmp(token, ss->legacy_name))
                                continue;