The patch titled software-suspend-fix-suspend-when-console-is-in-tidy has been removed from the -mm tree. Its filename was software-suspend-fix-suspend-when-console-is-in-tidy.patch This patch was dropped because it was folded into software-suspend-fix-suspend-when-console-is-in.patch ------------------------------------------------------ Subject: software-suspend-fix-suspend-when-console-is-in-tidy From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> tsk. Cc: "Antonino A. Daplas" <adaplas@xxxxxxx> Cc: "Rafael J. Wysocki" <rjw@xxxxxxx> Cc: Andrew Johnson <ajohnson@xxxxxxxxxxxxx> Cc: Pavel Machek <pavel@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/char/vt.c | 2 -- include/linux/vt_kern.h | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff -puN drivers/char/vt.c~software-suspend-fix-suspend-when-console-is-in-tidy drivers/char/vt.c --- a/drivers/char/vt.c~software-suspend-fix-suspend-when-console-is-in-tidy +++ a/drivers/char/vt.c @@ -2185,8 +2185,6 @@ static void console_callback(struct work release_console_sem(); } -extern char vt_dont_switch; - int set_console(int nr) { struct vc_data *vc = vc_cons[fg_console].d; diff -puN include/linux/vt_kern.h~software-suspend-fix-suspend-when-console-is-in-tidy include/linux/vt_kern.h --- a/include/linux/vt_kern.h~software-suspend-fix-suspend-when-console-is-in-tidy +++ a/include/linux/vt_kern.h @@ -83,6 +83,7 @@ void reset_vc(struct vc_data *vc); #define CON_BUF_SIZE (CONFIG_BASE_SMALL ? 256 : PAGE_SIZE) extern char con_buf[CON_BUF_SIZE]; extern struct semaphore con_buf_sem; +extern char vt_dont_switch; struct vt_spawn_console { spinlock_t lock; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are ktime_set-fix-arg-type.patch software-suspend-fix-suspend-when-console-is-in.patch software-suspend-fix-suspend-when-console-is-in-tidy.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