mbox series

[0/2,m/n,linux-azure] Azure: Fix hibernation failure

Message ID 20240503154559.438300-1-timg@tpi.com
Headers show
Series Azure: Fix hibernation failure | expand

Message

Tim Gardner May 3, 2024, 3:45 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/2064740

SRU Justification

Impact:

Azure kernels based on v6.5 and v6.8 fail Hyper-v hibernation.

Fix:

commit 5abffb66d12bcac84bf7b66389c571b8bb6e82bd drm: Check output polling initialized before disabling
commit 048a36d8a6085bbd8ab9e5794b713b92ac986450 drm: Check polling initialized before enabling in drm_helper_probe_single_connector_modes

Regression potential:

Hibernation could continue to fail, especially on older hyper-v releases.

Other Info:

SF: #00384521

Comments

Philip Cox May 6, 2024, 2:13 p.m. UTC | #1
On Fri, 2024-05-03 at 09:45 -0600, Tim Gardner wrote:
> BugLink: https://bugs.launchpad.net/bugs/2064740
> 
> SRU Justification
> 
> Impact:
> 
> Azure kernels based on v6.5 and v6.8 fail Hyper-v hibernation.
> 
> Fix:
> 
> commit 5abffb66d12bcac84bf7b66389c571b8bb6e82bd drm: Check output
> polling initialized before disabling
> commit 048a36d8a6085bbd8ab9e5794b713b92ac986450 drm: Check polling
> initialized before enabling in
> drm_helper_probe_single_connector_modes
> 
> Regression potential:
> 
> Hibernation could continue to fail, especially on older hyper-v
> releases.
> 
> Other Info:
> 
> SF: #00384521
> 
>
John Cabaj May 8, 2024, 4:39 p.m. UTC | #2
On 5/3/24 10:45 AM, Tim Gardner wrote:
> BugLink: https://bugs.launchpad.net/bugs/2064740
> 
> SRU Justification
> 
> Impact:
> 
> Azure kernels based on v6.5 and v6.8 fail Hyper-v hibernation.
> 
> Fix:
> 
> commit 5abffb66d12bcac84bf7b66389c571b8bb6e82bd drm: Check output polling initialized before disabling
> commit 048a36d8a6085bbd8ab9e5794b713b92ac986450 drm: Check polling initialized before enabling in drm_helper_probe_single_connector_modes
> 
> Regression potential:
> 
> Hibernation could continue to fail, especially on older hyper-v releases.
> 
> Other Info:
> 
> SF: #00384521
> 
> 

Acked-by: John Cabaj <john.cabaj@canonical.com>
Tim Gardner May 8, 2024, 7:08 p.m. UTC | #3
On 5/3/24 9:45 AM, Tim Gardner wrote:
> BugLink: https://bugs.launchpad.net/bugs/2064740
> 
> SRU Justification
> 
> Impact:
> 
> Azure kernels based on v6.5 and v6.8 fail Hyper-v hibernation.
> 
> Fix:
> 
> commit 5abffb66d12bcac84bf7b66389c571b8bb6e82bd drm: Check output polling initialized before disabling
> commit 048a36d8a6085bbd8ab9e5794b713b92ac986450 drm: Check polling initialized before enabling in drm_helper_probe_single_connector_modes
> 
> Regression potential:
> 
> Hibernation could continue to fail, especially on older hyper-v releases.
> 
> Other Info:
> 
> SF: #00384521
> 
Applied to m/n linux-azure:master-next. Thanks.

-rtg