The patch titled Subject: memcg-fix-thresholds-for-32b-architectures-fix has been added to the -mm tree. Its filename is memcg-fix-thresholds-for-32b-architectures-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/memcg-fix-thresholds-for-32b-architectures-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/memcg-fix-thresholds-for-32b-architectures-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Michal Hocko <mhocko@xxxxxxxxxx> Subject: memcg-fix-thresholds-for-32b-architectures-fix Cc: Ben Hutchings <ben@xxxxxxxxxxxxxxx> Cc: Vladimir Davydov <vdavydov@xxxxxxxxxxxxx> Cc: Johannes Weiner <hannes@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memcontrol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/memcontrol.c~memcg-fix-thresholds-for-32b-architectures-fix mm/memcontrol.c --- a/mm/memcontrol.c~memcg-fix-thresholds-for-32b-architectures-fix +++ a/mm/memcontrol.c @@ -2803,7 +2803,7 @@ static unsigned long tree_stat(struct me static inline unsigned long mem_cgroup_usage(struct mem_cgroup *memcg, bool swap) { - u64 val; + unsigned long val; if (mem_cgroup_is_root(memcg)) { val = tree_stat(memcg, MEM_CGROUP_STAT_CACHE); _ Patches currently in -mm which might be from mhocko@xxxxxxxxxx are memcg-fix-thresholds-for-32b-architectures-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html