Open
Conversation
de4b35e to
a8e94ff
Compare
9e0d121 to
ebbde0a
Compare
e19318c to
3ddc30c
Compare
2a77d21 to
8099bbf
Compare
11ce95e to
c2f1c85
Compare
123f70d to
f268bfd
Compare
4525eb7 to
80c2b08
Compare
e1100e8 to
1b459c0
Compare
ef1e851 to
703bc6b
Compare
703bc6b to
58c9bbe
Compare
kvaps
approved these changes
Jun 23, 2025
763e3b4 to
39bd2e4
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update Request | Renovate Bot
This PR contains the following updates:
v1.9.0-flannel1→v1.9.1-flannel14.23.0→5.3.02.7.0→2.8.0Release Notes
flannel-io/cni-plugin (flannel-io/cni-plugin)
v1.9.1-flannel1Compare Source
What's Changed
New Contributors
Full Changelog: flannel-io/cni-plugin@v1.9.0-flannel1...v1.9.1-flannel1
hailo-ai/hailort-drivers (hailo-ai/hailort-drivers)
v5.3.0Compare Source
v5.2.0Compare Source
v5.1.1Compare Source
v5.1.0Compare Source
v5.0.1Compare Source
v5.0.0Compare Source
tenstorrent/tt-kmd (tenstorrent/tt-kmd)
v2.8.0Compare Source
Tenstorrent PCIe Driver Version 2.8.0 Release Notes
This release suppresses kernel hotplug processing on Galaxy systems to prevent PCIe link speed degradation, adds stable device ordinals for Galaxy, and fixes user-pinned DMA on Thunderbolt-connected devices. The minimum supported kernel version is now 5.4.
New Features
Stable Device Ordinals for Galaxy Systems
Galaxy systems (32 devices across 4 UBBs) now receive deterministic device ordinals derived from PCI bus topology rather than probe order. The ordinal encodes the physical UBB and chip position.
Thunderbolt DMA Support
The driver now clears the kernel's
untrustedflag on Thunderbolt-connected devices when IOMMU is active. The kernel marks external-facing devices as untrusted, forcing a DMA mode that is incompatible withPIN_PAGES. With IOMMU enabled the device is already restricted to explicitly-mapped addresses, so the untrusted flag is unnecessary.fix-tt-hotplug-bars, a helper script for BAR allocation failures on Thunderbolt hotplug (requirespci=reallocon the kernel command line).Galaxy Hotplug Suppression
The driver now calls
pci_ignore_hotplug()at probe time for all Galaxy subsystem IDs. This prevents the kernel from running hotplug processing on these devices.Background. On Linux kernels 6.5 through 6.12, kernel hotplug processing during Galaxy reset can interfere with PCIe link training, sometimes resulting in degraded link speed and unstable device behavior. Suppressing hotplug at probe time avoids this on all kernel versions and covers both Wormhole and Blackhole Galaxy.
With hotplug suppressed, a standalone BMC reset (e.g.
ipmitool) will leave the device in an unusable state. The correct sequence isUSER_RESET, trigger the reset via BMC, thenPOST_RESET.Compatibility Notes
Minimum Kernel Version: 5.4
The minimum supported kernel version is now Linux 5.4 (Ubuntu 20.04 LTS). Building against older kernels produces a compile-time error. Pre-5.4 compatibility shims have been removed.
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.