]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
mm: remove memcg oom killer sync up with upstream
authorBryan Wu <pengw@nvidia.com>
Fri, 24 Jun 2016 21:54:44 +0000 (14:54 -0700)
committermobile promotions <svcmobile_promotions@nvidia.com>
Wed, 29 Jun 2016 12:50:38 +0000 (05:50 -0700)
commit64171bb5a5dd55d5763bdf020087220dbeefcd0a
tree336ad04148ee8662f632d35585915d9995bb00ef
parent9eb978b6732101c122d1388c787c75315b95b185
mm: remove memcg oom killer sync up with upstream

This memcg oom killer code was removed in upstream stable tree, but
still keep that. After enabling CONFIG_MEMCG in kernel, kernel booting
will give endless warning and system is not usable.

This patch fix this issue and it's required for using Docker on L4T

Bug 1767148

Change-Id: I50e60c7cd8e60fd1d757597d9260a9bee806e292
Signed-off-by: Bryan Wu <pengw@nvidia.com>
Reviewed-on: http://git-master/r/1171277
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
mm/filemap.c