[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <5e065a78-b371-4ef7-8ce6-a902f80e2b02@linux.alibaba.com>
Date: Mon, 27 Oct 2025 14:04:09 +0800
From: Heyi Guo <guoheyi@...ux.alibaba.com>
To: linux-usb@...r.kernel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: "David S. Miller" <davem@...emloft.net>, Jakub Kicinski
<kuba@...nel.org>, Takashi Iwai <tiwai@...e.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: Why hasn't the patch "r8152: Fix a deadlock by doubly PM resume" back
ported to stable branches?
Hi all,
We found that below bug fix patch had not been back ported to stable
branches, like linux-5.10.y. Is there any special reason?
commit 776ac63a986d211286230c4fd70f85390eabedcd
Author: Takashi Iwai <tiwai@...e.de>
AuthorDate: Wed Jul 14 19:00:22 2021 +0200
Commit: David S. Miller <davem@...emloft.net>
CommitDate: Wed Jul 14 14:57:55 2021 -0700
r8152: Fix a deadlock by doubly PM resume
r8152 driver sets up the MAC address at reset-resume, while
rtl8152_set_mac_address() has the temporary autopm get/put. This may
lead to a deadlock as the PM lock has been already taken for the
execution of the runtime PM callback.
This patch adds the workaround to avoid the superfluous autpm when
called from rtl8152_reset_resume().
Link: https://bugzilla.suse.com/show_bug.cgi?id=1186194
Signed-off-by: Takashi Iwai <tiwai@...e.de>
Signed-off-by: David S. Miller <davem@...emloft.net>
Thanks,
Guo, Heyi
Powered by blists - more mailing lists