]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
update text for queue-5.10/mailbox-imx-fix-suspend-failue.patch
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Apr 2024 10:01:24 +0000 (12:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Apr 2024 10:01:24 +0000 (12:01 +0200)
queue-5.10/mailbox-imx-fix-suspend-failue.patch

index 3d3a0d5e58bc1d4a9bf36172e2e497a7e7d56333..a2c8fbd14f6ea611ceee752290c48bf16e15a47c 100644 (file)
@@ -7,7 +7,8 @@ Message-ID: <20240412052133.1805029-1-mizo@atmark-techno.com>
 
 From: Daisuke Mizobuchi <mizo@atmark-techno.com>
 
-When an interrupt occurs, it always wakes up.
+imx_mu_isr() always calls pm_system_wakeup() even when it should not,
+making the system unable to enter sleep.
 
 Suspend fails as follows:
  armadillo:~# echo mem > /sys/power/state
@@ -25,12 +26,14 @@ Suspend fails as follows:
  ash: write error: Resource busy
  armadillo:~#
 
-Upstream is correct, so it seems to be a mistake in cheery-pick.
+Upstream commit 892cb524ae8a is correct, so this seems to be a
+mistake during cherry-pick.
 
 Cc: <stable@vger.kernel.org>
 Fixes: a16f5ae8ade1 ("mailbox: imx: fix wakeup failure from freeze mode")
 Signed-off-by: Daisuke Mizobuchi <mizo@atmark-techno.com>
 Reviewed-by: Dominique Martinet <dominique.martinet@atmark-techno.com>
+Reviewed-by: Peng Fan <peng.fan@nxp.com>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 ---
  drivers/mailbox/imx-mailbox.c |    8 ++++----