diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2016-11-16 15:59:43 +0100 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2016-11-16 17:31:29 +0100 |
commit | 8e47655d4e979d65c7e488faea4e1fcca8e4cddc (patch) | |
tree | 0405f183fc75a17e64b0a5a1b98432051279105f /target/linux/brcm2708/patches-4.4/0061-config-Enable-CONFIG_MEMCG-but-leave-it-disabled-due.patch | |
parent | c437a671525d4fa01f69e57effee76da09d6761f (diff) | |
download | upstream-8e47655d4e979d65c7e488faea4e1fcca8e4cddc.tar.gz upstream-8e47655d4e979d65c7e488faea4e1fcca8e4cddc.tar.bz2 upstream-8e47655d4e979d65c7e488faea4e1fcca8e4cddc.zip |
kernel: update kernel 4.4 to version 4.4.32
Refresh patches for all targets that support kernel 4.4.
Compile-tested on all targets that use kernel 4.4 and aren't marked broken.
Runtime-tested on ar71xx, octeon.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/brcm2708/patches-4.4/0061-config-Enable-CONFIG_MEMCG-but-leave-it-disabled-due.patch')
-rw-r--r-- | target/linux/brcm2708/patches-4.4/0061-config-Enable-CONFIG_MEMCG-but-leave-it-disabled-due.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm2708/patches-4.4/0061-config-Enable-CONFIG_MEMCG-but-leave-it-disabled-due.patch b/target/linux/brcm2708/patches-4.4/0061-config-Enable-CONFIG_MEMCG-but-leave-it-disabled-due.patch index 662d90dd2c..72bd250b9f 100644 --- a/target/linux/brcm2708/patches-4.4/0061-config-Enable-CONFIG_MEMCG-but-leave-it-disabled-due.patch +++ b/target/linux/brcm2708/patches-4.4/0061-config-Enable-CONFIG_MEMCG-but-leave-it-disabled-due.patch @@ -10,7 +10,7 @@ Subject: [PATCH] config: Enable CONFIG_MEMCG, but leave it disabled (due to --- a/kernel/cgroup.c +++ b/kernel/cgroup.c -@@ -5307,7 +5307,7 @@ int __init cgroup_init_early(void) +@@ -5310,7 +5310,7 @@ int __init cgroup_init_early(void) return 0; } @@ -19,7 +19,7 @@ Subject: [PATCH] config: Enable CONFIG_MEMCG, but leave it disabled (due to /** * cgroup_init - cgroup initialization -@@ -5803,6 +5803,27 @@ static int __init cgroup_disable(char *s +@@ -5806,6 +5806,27 @@ static int __init cgroup_disable(char *s } __setup("cgroup_disable=", cgroup_disable); |