The patch titled Subject: kernel/cgroup/cgroup.c: don't export cgroup_get_e_css twice has been removed from the -mm tree. Its filename was kernel-cgroup-cgroupc-dont-export-cgroup_get_e_css-twice.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: kernel/cgroup/cgroup.c: don't export cgroup_get_e_css twice Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/cgroup/cgroup.c | 1 - 1 file changed, 1 deletion(-) --- a/kernel/cgroup/cgroup.c~kernel-cgroup-cgroupc-dont-export-cgroup_get_e_css-twice +++ a/kernel/cgroup/cgroup.c @@ -600,7 +600,6 @@ static void cgroup_get_live(struct cgrou WARN_ON_ONCE(cgroup_is_dead(cgrp)); css_get(&cgrp->self); } -EXPORT_SYMBOL_GPL(cgroup_get_e_css); /** * __cgroup_task_count - count the number of tasks in a cgroup. The caller _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm.patch lazy-tlb-allow-lazy-tlb-mm-refcounting-to-be-configurable-fix.patch mm-introduce-memfd_secret-system-call-to-create-secret-memory-areas-fix.patch module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix.patch module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch