[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH] x86/suspend: disable watchdog before calling console_start_sync()



On 27.01.2020 22:29, Igor Druzhinin wrote:
> @@ -223,6 +224,7 @@ static int enter_state(u32 state)
>  
>      acpi_sleep_prepare(state);
>  
> +    watchdog_disable();
>      console_start_sync();
>      printk("Entering ACPI S%d state.\n", state);
>  
> @@ -281,6 +283,7 @@ static int enter_state(u32 state)
>          tboot_s3_error(error);
>  
>      console_end_sync();
> +    watchdog_enable();
>  
>      microcode_update_one(true);

Between these two there's a "goto done;" which also wants
watchdog_enable() added then.

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.