* [GIT PULL] PCI fixes for v6.13
@ 2024-12-01 0:14 Bjorn Helgaas
2024-12-01 2:41 ` pr-tracker-bot
0 siblings, 1 reply; 6+ messages in thread
From: Bjorn Helgaas @ 2024-12-01 0:14 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-pci, linux-kernel, Lorenzo Pieralisi,
Krzysztof Wilczyński, Manivannan Sadhasivam, Brian Norris,
Saurabh Sengar
The following changes since commit 10099266dec8275a6899e6a27dcdfebbcc726cc7:
Merge branch 'pci/typos' (2024-11-25 13:41:00 -0600)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.13-fixes-1
for you to fetch changes up to 5c8418cf4025388bedd4d65ada993f7d3786cc3a:
PCI/pwrctrl: Unregister platform device only if one actually exists (2024-11-30 11:41:25 -0600)
----------------------------------------------------------------
- When removing a PCI device, only look up and remove a platform device
if there is an associated device node for which there could be a platform
device, to fix a merge window regression (Brian Norris)
----------------------------------------------------------------
Brian Norris (1):
PCI/pwrctrl: Unregister platform device only if one actually exists
drivers/pci/remove.c | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] PCI fixes for v6.13
2024-12-01 0:14 Bjorn Helgaas
@ 2024-12-01 2:41 ` pr-tracker-bot
0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2024-12-01 2:41 UTC (permalink / raw)
To: Bjorn Helgaas
Cc: Linus Torvalds, linux-pci, linux-kernel, Lorenzo Pieralisi,
Krzysztof Wilczyński, Manivannan Sadhasivam, Brian Norris,
Saurabh Sengar
The pull request you sent on Sat, 30 Nov 2024 18:14:44 -0600:
> git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.13-fixes-1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0cb71708c5816569f8addd5c6f33cb9679e73b5b
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL] PCI fixes for v6.13
@ 2024-12-21 13:12 Krzysztof Wilczyński
2024-12-21 18:56 ` pr-tracker-bot
0 siblings, 1 reply; 6+ messages in thread
From: Krzysztof Wilczyński @ 2024-12-21 13:12 UTC (permalink / raw)
To: Linus Torvalds
Cc: Bjorn Helgaas, Lorenzo Pieralisi, Manivannan Sadhasivam,
Lukas Wunner, Niklas Schnelle, linux-pci, linux-kernel
Hello Linus,
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:
Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
are available in the Git repository at:
ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.13-fixes-2
for you to fetch changes up to 774c71c52aa487001c7da9f93b10cedc9985c371:
PCI/bwctrl: Enable only if more than one speed is supported (2024-12-19 16:36:36 +0000)
----------------------------------------------------------------
PCI fixes for Linux 6.13
Two small patches that are important for fixing boot time hang on Intel JHL7540
"Titan Ridge" platforms equipped with a Thunderbolt controller.
The boot time issue manifests itself when a PCI Express bandwidth control is
unnecessarily enabled on the Thunderbolt controller downstream ports, which
only supports a link speed of 2.5 GT/s in accordance with USB4 v2 specification
(p. 671, sec. 11.2.1, "PCIe Physical Layer Logical Sub-block").
As such, there is no need to enable bandwidth control on such downstream port
links, which also works around the issue.
Both patches were tested by the original reporter on the hardware on which the
failure origin golly manifested itself. Both fixes were proven to resolve the
reported boot hang issue, and both patches have been in linux-next this week
with no reported problems.
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
----------------------------------------------------------------
Lukas Wunner (2):
PCI: Honor Max Link Speed when determining supported speeds
PCI/bwctrl: Enable only if more than one speed is supported
drivers/pci/pci.c | 6 ++++--
drivers/pci/pcie/portdrv.c | 4 +++-
2 files changed, 7 insertions(+), 3 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] PCI fixes for v6.13
2024-12-21 13:12 [GIT PULL] PCI fixes for v6.13 Krzysztof Wilczyński
@ 2024-12-21 18:56 ` pr-tracker-bot
0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2024-12-21 18:56 UTC (permalink / raw)
To: Krzysztof Wilczyński
Cc: Linus Torvalds, Bjorn Helgaas, Lorenzo Pieralisi,
Manivannan Sadhasivam, Lukas Wunner, Niklas Schnelle, linux-pci,
linux-kernel
The pull request you sent on Sat, 21 Dec 2024 22:12:51 +0900:
> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.13-fixes-2
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a99b4a369a5495dbb625e1dfb5cd7a5ff6ba4bd5
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL] PCI fixes for v6.13
@ 2025-01-14 18:56 Bjorn Helgaas
2025-01-14 19:55 ` pr-tracker-bot
0 siblings, 1 reply; 6+ messages in thread
From: Bjorn Helgaas @ 2025-01-14 18:56 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-pci, linux-kernel, Lorenzo Pieralisi,
Krzysztof Wilczyński, Manivannan Sadhasivam, Lukas Wunner,
Evert Vorster, Ilpo Järvinen
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:
Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.13-fixes-3
for you to fetch changes up to 15b8968dcb90f194d44501468b230e6e0d816d4a:
PCI/bwctrl: Fix NULL pointer deref on unbind and bind (2025-01-07 14:24:06 -0600)
----------------------------------------------------------------
- Prevent bwctrl NULL pointer dereference that caused hangs on shutdown on
ASUS ROG Strix SCAR 17 G733PYV (Lukas Wunner)
----------------------------------------------------------------
Lukas Wunner (1):
PCI/bwctrl: Fix NULL pointer deref on unbind and bind
drivers/pci/pcie/bwctrl.c | 25 ++++++++++++++++---------
1 file changed, 16 insertions(+), 9 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] PCI fixes for v6.13
2025-01-14 18:56 Bjorn Helgaas
@ 2025-01-14 19:55 ` pr-tracker-bot
0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2025-01-14 19:55 UTC (permalink / raw)
To: Bjorn Helgaas
Cc: Linus Torvalds, linux-pci, linux-kernel, Lorenzo Pieralisi,
Krzysztof Wilczyński, Manivannan Sadhasivam, Lukas Wunner,
Evert Vorster, Ilpo Järvinen
The pull request you sent on Tue, 14 Jan 2025 12:56:29 -0600:
> git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.13-fixes-3
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7f5b6a8ec18e3add4c74682f60b90c31bdf849f2
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-01-14 19:54 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-21 13:12 [GIT PULL] PCI fixes for v6.13 Krzysztof Wilczyński
2024-12-21 18:56 ` pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2025-01-14 18:56 Bjorn Helgaas
2025-01-14 19:55 ` pr-tracker-bot
2024-12-01 0:14 Bjorn Helgaas
2024-12-01 2:41 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).