The patch titled imxfb: fix memory hole has been removed from the -mm tree. Its filename was imxfb-fix-memory-hole.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: imxfb: fix memory hole From: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> info->pseudo_palette was previously kmalloced. Do not overwrite it afterwards Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> Signed-off-by: Antonino Daplas <adaplas@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/imxfb.c | 1 - 1 files changed, 1 deletion(-) diff -puN drivers/video/imxfb.c~imxfb-fix-memory-hole drivers/video/imxfb.c --- a/drivers/video/imxfb.c~imxfb-fix-memory-hole +++ a/drivers/video/imxfb.c @@ -468,7 +468,6 @@ static int __init imxfb_init_fbinfo(stru info->fbops = &imxfb_ops; info->flags = FBINFO_FLAG_DEFAULT; - info->pseudo_palette = (fbi + 1); fbi->rgb[RGB_16] = &def_rgb_16; fbi->rgb[RGB_8] = &def_rgb_8; _ Patches currently in -mm which might be from s.hauer@xxxxxxxxxxxxxx are - 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