From: "Deucher, Alexander" <Alexander.Deucher@amd.com> To: Lukas Wunner <lukas@wunner.de>, Takashi Iwai <tiwai@suse.de> Cc: Jaroslav Kysela <perex@perex.cz>, Mika Westerberg <mika.westerberg@linux.intel.com>, Bjorn Helgaas <helgaas@kernel.org>, Nicholas Johnson <nicholas.johnson-opensource@outlook.com.au>, "alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>, "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>, "linux-pci@vger.kernel.org" <linux-pci@vger.kernel.org> Subject: RE: [PATCH] ALSA: hda/hdmi - Fix duplicate unref of pci_dev Date: Tue, 10 Dec 2019 15:34:27 +0000 Message-ID: <MWHPR12MB1358AEEBD730A4EDA78894E6F75B0@MWHPR12MB1358.namprd12.prod.outlook.com> (raw) In-Reply-To: <77aa6c01aefe1ebc4004e87b0bc714f2759f15c4.1575985006.git.lukas@wunner.de> > -----Original Message----- > From: Lukas Wunner <lukas@wunner.de> > Sent: Tuesday, December 10, 2019 8:40 AM > To: Takashi Iwai <tiwai@suse.de> > Cc: Jaroslav Kysela <perex@perex.cz>; Deucher, Alexander > <Alexander.Deucher@amd.com>; Mika Westerberg > <mika.westerberg@linux.intel.com>; Bjorn Helgaas <helgaas@kernel.org>; > Nicholas Johnson <nicholas.johnson-opensource@outlook.com.au>; alsa- > devel@alsa-project.org; linux-kernel@vger.kernel.org; linux- > pci@vger.kernel.org > Subject: [PATCH] ALSA: hda/hdmi - Fix duplicate unref of pci_dev > > Nicholas Johnson reports a null pointer deref as well as a refcount underflow > upon hot-removal of a Thunderbolt-attached AMD eGPU. > He's bisected the issue down to commit 586bc4aab878 ("ALSA: hda/hdmi - fix > vgaswitcheroo detection for AMD"). > > The commit iterates over PCI devices using pci_get_class() and unreferences > each device found, even though pci_get_class() subsequently unreferences > the device as well. Fix it. The pci_dev_put() a few lines above should probably be dropped as well. Alex > > Fixes: 586bc4aab878 ("ALSA: hda/hdmi - fix vgaswitcheroo detection for > AMD") > Link: > https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Flore. > kernel.org%2Fr%2FPSXP216MB0438BFEAA0617283A834E11580580%40PSXP2 > 16MB0438.KORP216.PROD.OUTLOOK.COM%2F&data=02%7C01%7Calex > ander.deucher%40amd.com%7C254649b79a6240f3a8aa08d77d76715f%7C3d > d8961fe4884e608e11a82d994e183d%7C0%7C0%7C637115819998031934& > ;sdata=qI%2B%2FJv3Z6pvwN7gQFSnZiP31YUAvd%2BKjo0ZqMERFbYU%3D&a > mp;reserved=0 > Reported-and-tested-by: Nicholas Johnson <nicholas.johnson- > opensource@outlook.com.au> > Signed-off-by: Lukas Wunner <lukas@wunner.de> > Cc: Mika Westerberg <mika.westerberg@linux.intel.com> > Cc: Alexander Deucher <alexander.deucher@amd.com> > Cc: Bjorn Helgaas <helgaas@kernel.org> > --- > sound/pci/hda/hda_intel.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index > 35b4526f0d28..b856b89378ac 100644 > --- a/sound/pci/hda/hda_intel.c > +++ b/sound/pci/hda/hda_intel.c > @@ -1419,7 +1419,6 @@ static bool atpx_present(void) > return true; > } > } > - pci_dev_put(pdev); > } > return false; > } > -- > 2.24.0
next prev parent reply index Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-12-09 12:34 Linux v5.5 serious PCI bug Nicholas Johnson 2019-12-09 12:37 ` Pavel Machek 2019-12-09 13:07 ` Nicholas Johnson 2019-12-09 13:12 ` mika.westerberg 2019-12-09 13:29 ` Nicholas Johnson 2019-12-09 13:33 ` Nicholas Johnson 2019-12-10 7:28 ` mika.westerberg 2019-12-10 12:00 ` Nicholas Johnson 2019-12-10 12:29 ` Lukas Wunner 2019-12-10 12:46 ` Takashi Iwai 2019-12-11 7:33 ` Jiasen Lin 2019-12-10 12:52 ` Nicholas Johnson 2019-12-10 12:34 ` mika.westerberg 2019-12-10 13:39 ` [PATCH] ALSA: hda/hdmi - Fix duplicate unref of pci_dev Lukas Wunner 2019-12-10 13:41 ` Takashi Iwai 2019-12-10 13:47 ` Nicholas Johnson 2019-12-10 13:50 ` Takashi Iwai 2019-12-10 15:34 ` Deucher, Alexander [this message] 2019-12-10 15:46 ` Lukas Wunner 2019-12-10 15:53 ` Deucher, Alexander 2019-12-10 16:10 ` Takashi Iwai 2019-12-10 16:51 ` Deucher, Alexander 2019-12-10 16:13 ` Lukas Wunner
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=MWHPR12MB1358AEEBD730A4EDA78894E6F75B0@MWHPR12MB1358.namprd12.prod.outlook.com \ --to=alexander.deucher@amd.com \ --cc=alsa-devel@alsa-project.org \ --cc=helgaas@kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-pci@vger.kernel.org \ --cc=lukas@wunner.de \ --cc=mika.westerberg@linux.intel.com \ --cc=nicholas.johnson-opensource@outlook.com.au \ --cc=perex@perex.cz \ --cc=tiwai@suse.de \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
LKML Archive on lore.kernel.org Archives are clonable: git clone --mirror https://lore.kernel.org/lkml/0 lkml/git/0.git git clone --mirror https://lore.kernel.org/lkml/1 lkml/git/1.git git clone --mirror https://lore.kernel.org/lkml/2 lkml/git/2.git git clone --mirror https://lore.kernel.org/lkml/3 lkml/git/3.git git clone --mirror https://lore.kernel.org/lkml/4 lkml/git/4.git git clone --mirror https://lore.kernel.org/lkml/5 lkml/git/5.git git clone --mirror https://lore.kernel.org/lkml/6 lkml/git/6.git git clone --mirror https://lore.kernel.org/lkml/7 lkml/git/7.git git clone --mirror https://lore.kernel.org/lkml/8 lkml/git/8.git git clone --mirror https://lore.kernel.org/lkml/9 lkml/git/9.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 lkml lkml/ https://lore.kernel.org/lkml \ linux-kernel@vger.kernel.org public-inbox-index lkml Example config snippet for mirrors Newsgroup available over NNTP: nntp://nntp.lore.kernel.org/org.kernel.vger.linux-kernel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git