[linux-yocto] [PATCH] Revert "cgroup: Disable cgroup "memory" by default"

2019-11-19 Thread Meng.Li
From: Limeng This reverts commit 42647e31456a0736141b8566bd22894670c1c7a7. It is not reasonable to disable a common cgroup feature. Now, there is enough memory on raspberrypi 4 platform. Signed-off-by: Meng Li --- kernel/cgroup/cgroup.c | 30 -- 1 file changed, 30

[linux-yocto] [linux-yocto-dev]: [kernel standard/bcm-2xxx-rpi]: bcm-2xxx-rpi: Revert "cgroup: Disable cgroup "memory" by default"

2019-11-19 Thread Meng.Li
From: Limeng Hi Bruce, After kts test, we found out cgroup case failed. The reason is that raspberrypi SDK kernel disable cgroup "memory" feature. It is not reasonable to disable a common cgroup feature. Because there is enough memory on latest raspberrypi 4 platform. Could you please help