Re: [PATCH] menuconfig: fix a regression when canceling the promptdialog at exit

From: Michal Marek
Date: Mon Jan 16 2012 - 08:44:24 EST


On 16.1.2012 08:57, Li Zefan wrote:
> This commit fixes a bug, while introducing a new one..
>
> commit 7203ddbd4be9720649e47d756a001e0c7d7f8ae2
> Author: Wang YanQing <udknight@xxxxxxxxx>
> Date: Thu Jan 12 11:31:32 2012 +0800
>
> menuconfig: let make not report error when not save configuration
>
> Pressing ESC should cancel the yes/no dialog and return back to
> the main menu, but not exit from menuconfig.

Thanks, applied. Note that in the Ctrl-C case, ESC still exits with an
error. Changing sig_handler() to only exit if res != KEY_ESC is not
sufficient, as the dialog is not redrawn. Hm.

Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/