The patch titled Subject: memcg-fix-thresholds-for-32b-architectures-fix-fix has been removed from the -mm tree. Its filename was memcg-fix-thresholds-for-32b-architectures-fix-fix.patch This patch was dropped because it was folded into memcg-fix-thresholds-for-32b-architectures.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: memcg-fix-thresholds-for-32b-architectures-fix-fix don't attempt to inline mem_cgroup_usage() The compiler ignores the inline anwyay. And __always_inlining it adds 600 bytes of goop to the .o file. Cc: Ben Hutchings <ben@xxxxxxxxxxxxxxx> Cc: Johannes Weiner <hannes@xxxxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxxxx> Cc: Vladimir Davydov <vdavydov@xxxxxxxxxxxxx> 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-fix mm/memcontrol.c --- a/mm/memcontrol.c~memcg-fix-thresholds-for-32b-architectures-fix-fix +++ a/mm/memcontrol.c @@ -2801,7 +2801,7 @@ static unsigned long tree_stat(struct me return val; } -static inline unsigned long mem_cgroup_usage(struct mem_cgroup *memcg, bool swap) +static unsigned long mem_cgroup_usage(struct mem_cgroup *memcg, bool swap) { unsigned long val; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are uaccess-reimplement-probe_kernel_address-using-probe_kernel_read.patch mm-vmstatc-uninline-node_page_state.patch mm-cmac-suppress-warning.patch memcg-fix-thresholds-for-32b-architectures.patch kasan-various-fixes-in-documentation-checkpatch-fixes.patch mm-slub-kasan-enable-user-tracking-by-default-with-kasan=y-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