From patchwork Fri Sep 13 20:27:17 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Helgaas X-Patchwork-Id: 13804050 X-Patchwork-Delegate: bhelgaas@google.com Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id F2B38126BE6; Fri, 13 Sep 2024 20:27:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726259242; cv=none; b=F80YyBfxkbAaxGBBayQ1qRlJc2s9MkDkVk8M5pzsBhyV7VBeMEjgJn5OkibNVjcACqVeLl8X3jw7XLPQx5erwArDfq2Gys7tfXQimD/dlUID7VvvKLItSXVNUCg3BKi95gyhtcYkOz/a0jwDRWk/7yY0NmcAT2x3b3NdM2sEU0Q= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726259242; c=relaxed/simple; bh=O5zkE70KT6deyUOS29B+4GelYOBik+3Ro20FthjactA=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=gwx3utWrNFZ3I5TaLaNAC1gnFkBV++s3omVNaayqLV5vfASRnjZjQzdC/MijXbUVpYPi98fm8h5mhh1dZL0Wh3kKArIlp3ao+7R7008zuSn8xFiTOBJ12ZXg2ThtPUrgSFqkmn6M0jIChukCHY6nJl63dtpK2mf/229tXvThxvY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=RyKu+iLO; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="RyKu+iLO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 29EEDC4CEC0; Fri, 13 Sep 2024 20:27:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1726259241; bh=O5zkE70KT6deyUOS29B+4GelYOBik+3Ro20FthjactA=; h=Date:From:To:Cc:Subject:From; b=RyKu+iLO5OrIE4g0puqN1xel8wUYOCm4+DbfV/46B2IFe/7XN2NXPyRAe8VcOb7Ml itnNJuDJZbOKOwnmH90ZuO7ZaAty0CFhqGfZbU/o6KWhzWyP+nuB5hjH7SZWIJDgT5 2Q0ahvErekuu9vDdeyeFNX3iNUUyCFmVNbboRAY30rCi4GgyoW+dXUJyDxsftT0mWB yiYNYuUZKRiY8QqU8l2ulaUbna1NypYKLomq3S/2+eRNWPdMBJyyoTeYkM1aUYyH4Z dZl3Vf+elYfj7Qp0tf8jqtSRVvPmsy+RDpy7S0ZOuG+8CQ5UfctDJgpwK+v0vUONBx vJCGrND7Vdhgg== Date: Fri, 13 Sep 2024 15:27:17 -0500 From: Bjorn Helgaas To: Linus Torvalds Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Lorenzo Pieralisi , Krzysztof =?utf-8?q?Wilczy?= =?utf-8?q?=C5=84ski?= , Manivannan Sadhasivam , Philipp Stanner , Alex Williamson Subject: [GIT PULL] PCI fixes for v6.11 Message-ID: <20240913202717.GA723839@bhelgaas> Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b: Linux 6.11-rc1 (2024-07-28 14:19:55 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.11-fixes-4 for you to fetch changes up to fc8c818e756991f5f50b8dfab07f970a18da2556: PCI: Fix potential deadlock in pcim_intx() (2024-09-12 07:52:50 -0500) Another fix to a commit merged during the v6.11 merge window. ---------------------------------------------------------------- - Prevent a possible deadlock (reported by lockdep) when a driver relinquishes a pci_dev, another driver claims it, and one uses managed pcim_enable_device() and the other doesn't (Philipp Stanner) ---------------------------------------------------------------- Philipp Stanner (1): PCI: Fix potential deadlock in pcim_intx() drivers/pci/devres.c | 2 ++ 1 file changed, 2 insertions(+)