diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-04-08 13:39:00 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-04-08 14:53:39 +0200 |
commit | 5387bc9cbb9ed205f08766523a296f21dfa83b56 (patch) | |
tree | 4e8822f417aac2dc8b9f8f4e805569705cb0b5a6 /target/linux/brcm2708/patches-4.14/950-0136-cgroup-Disable-cgroup-memory-by-default.patch | |
parent | 1138e0f8878fe402697fd4b8aceacec39fc28a00 (diff) | |
download | upstream-5387bc9cbb9ed205f08766523a296f21dfa83b56.tar.gz upstream-5387bc9cbb9ed205f08766523a296f21dfa83b56.tar.bz2 upstream-5387bc9cbb9ed205f08766523a296f21dfa83b56.zip |
kernel: bump 4.14 to 4.14.111
Refreshed all patches.
Compile-tested on: ar71xx, cns3xxx, imx6, x86_64
Runtime-tested on: ar71xx, cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/brcm2708/patches-4.14/950-0136-cgroup-Disable-cgroup-memory-by-default.patch')
-rw-r--r-- | target/linux/brcm2708/patches-4.14/950-0136-cgroup-Disable-cgroup-memory-by-default.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm2708/patches-4.14/950-0136-cgroup-Disable-cgroup-memory-by-default.patch b/target/linux/brcm2708/patches-4.14/950-0136-cgroup-Disable-cgroup-memory-by-default.patch index 9011de8b96..eb85fe6439 100644 --- a/target/linux/brcm2708/patches-4.14/950-0136-cgroup-Disable-cgroup-memory-by-default.patch +++ b/target/linux/brcm2708/patches-4.14/950-0136-cgroup-Disable-cgroup-memory-by-default.patch @@ -39,7 +39,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org> for_each_subsys(ss, ssid) { if (ss->early_init) { struct cgroup_subsys_state *css = -@@ -5580,6 +5588,28 @@ static int __init cgroup_disable(char *s +@@ -5583,6 +5591,28 @@ static int __init cgroup_disable(char *s } __setup("cgroup_disable=", cgroup_disable); |