The patch titled improve-cgroup-printks-fix has been removed from the -mm tree. Its filename was improve-cgroup-printks-fix.patch This patch was dropped because it was folded into improve-cgroup-printks.patch ------------------------------------------------------ Subject: improve-cgroup-printks-fix From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Cc: Diego Calleja <diegocg@xxxxxxxxx> Cc: Paul Menage <menage@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/cgroup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN kernel/cgroup.c~improve-cgroup-printks-fix kernel/cgroup.c --- a/kernel/cgroup.c~improve-cgroup-printks-fix +++ a/kernel/cgroup.c @@ -2198,7 +2198,8 @@ static void cgroup_init_subsys(struct cg { struct cgroup_subsys_state *css; struct list_head *l; - printk("Initializing cgroup subsys %s\n", ss->name); + + printk(KERN_INFO "Initializing cgroup subsys %s\n", ss->name); /* Create the top cgroup state for this subsystem */ ss->root = &rootnode; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch uml-update-address-space-affected-by-pud_clear.patch improve-cgroup-printks.patch improve-cgroup-printks-fix.patch proc-fix-proc_kill_inodes-to-kill-dentries-on-all-proc-superblocks-checkpatch-fixes.patch acpi-make-acpi_procfs-default-to-y.patch hugetlb-split-alloc_huge_page-into-private-and-shared-components-checkpatch-fixes.patch revert-task-control-groups-example-cpu-accounting-subsystem.patch mips-undo-locking-on-error-path-returns-checkpatch-fixes.patch pidns-place-under-config_experimental-checkpatch-fixes.patch fix-64kb-blocksize-in-ext3-directories-checkpatch-fixes.patch file-capabilities-allow-sigcont-within-session-v2-checkpatch-fixes.patch x86-disable-preemption-in-delay_tsc.patch aic94xx_sds-rename-flash_size.patch mips-pcspkr-build-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