The patch titled ps3fb: thread updates (final) has been removed from the -mm tree. Its filename was ps3fb-thread-updates-42.patch This patch was dropped because it was folded into ps3fb-thread-updates.patch ------------------------------------------------------ Subject: ps3fb: thread updates (final) From: Geert Uytterhoeven <Geert.Uytterhoeven@xxxxxxxxxxx> Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/ps3fb.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN drivers/video/ps3fb.c~ps3fb-thread-updates-42 drivers/video/ps3fb.c --- a/drivers/video/ps3fb.c~ps3fb-thread-updates-42 +++ a/drivers/video/ps3fb.c @@ -33,6 +33,7 @@ #include <linux/notifier.h> #include <linux/reboot.h> #include <linux/kthread.h> +#include <linux/freezer.h> #include <asm/uaccess.h> #include <linux/fb.h> @@ -808,6 +809,7 @@ static int ps3fb_ioctl(struct fb_info *i static int ps3fbd(void *arg) { while (!kthread_should_stop()) { + try_to_freeze(); set_current_state(TASK_INTERRUPTIBLE); if (ps3fb.is_kicked) { ps3fb.is_kicked = 0; _ Patches currently in -mm which might be from Geert.Uytterhoeven@xxxxxxxxxxx are origin.patch ps3fb-thread-updates.patch ps3fb-thread-updates-42.patch ps3av-thread-updates.patch ps3fb-kill-superfluous-zero-initializations.patch ps3fb-atomic-fixes.patch ps3av-misc-updates.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