lkml.org 
[lkml]   [2006]   [Feb]   [20]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateSun, 19 Feb 2006 21:35:26 -0800
FromAndrew Morton <>
SubjectRe: [PATCH -mm] swsusp/pm: refuse to suspend devices if wrong console is active
"Rafael J. Wysocki" <rjw@sisk.pl> wrote:
>
> 1) Remove the console-switching code from the suspend part of the swsusp
> userland interface and let the userland tools switch the console.
> 
> 2) It is unsafe to suspend devices if the hardware is controlled by X.  Add
> an extra check to prevent this from happening.
> 
> ...
> @@ -82,6 +85,12 @@ int device_suspend(pm_message_t state)
>  {
>  	int error = 0;
> 
> +	/* It is unsafe to suspend devices while X has control of the
> +	 * hardware. Make sure we are running on a kernel-controlled console.
> +	 */
> +	if (vc_cons[fg_console].d->vc_mode != KD_TEXT)
> +		return -EINVAL;
> +
>  	down(&dpm_sem);

Does this mean that swsusp simply won't work if invoked while X is running
and being displayed?  If so, that sounds like a pretty severe limitation.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-02-20 06:39    [from the cache]
©2003-2008