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

2019-11-07 Thread Meng.Li
From: Limeng This reverts commit bf6bf37699fcba93dbcf88e97c45c0b835d2dd4c. 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-5.2]: [kernel v5.2/standard/bcm-2xxx-rpi]: bcm-2xxx-rpi: Revert "cgroup: Disable cgroup "memory" by default"

2019-11-07 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