The patch titled Subject: drivers/video/mmp/core.c: fix use-after-free bug has been removed from the -mm tree. Its filename was drivers-video-mmp-corec-fix-use-after-free-bug.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Andrei Epure <epure.andrei@xxxxxxxxx> Subject: drivers/video/mmp/core.c: fix use-after-free bug Found with coccinelle. Signed-off-by: Andrei Epure <epure.andrei@xxxxxxxxx> Cc: Florian Tobias Schandinat <FlorianSchandinat@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/mmp/core.c | 2 -- 1 file changed, 2 deletions(-) diff -puN drivers/video/mmp/core.c~drivers-video-mmp-corec-fix-use-after-free-bug drivers/video/mmp/core.c --- a/drivers/video/mmp/core.c~drivers-video-mmp-corec-fix-use-after-free-bug +++ a/drivers/video/mmp/core.c @@ -252,7 +252,5 @@ void mmp_unregister_path(struct mmp_path kfree(path); mutex_unlock(&disp_lock); - - dev_info(path->dev, "de-register %s\n", path->name); } EXPORT_SYMBOL_GPL(mmp_unregister_path); _ Patches currently in -mm which might be from epure.andrei@xxxxxxxxx are linux-next.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