Skip to content

Commit 9a718f6

Browse files
lukaszraczylosmira
authored andcommitted
docs: list net macb silent TX stall fixes in kernel/build/patches/README.md
Cross-reference the three macb patches added in this PR from the kernel-patches README so the patches table stays in sync with the files dropped under kernel/build/patches/. Signed-off-by: Lukasz Raczylo <lukasz@raczylo.com> Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent ca3599f commit 9a718f6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

kernel/build/patches/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
| Patch file | Description | Upstream status | Link |
22
|----------------------------------------------------------------------------|--------------------------------------------|-----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
3+
| `0001-net-macb-flush-PCIe-posted-write-after-TSTART-doorbe.patch` | macb: flush PCIe posted write after TSTART doorbell (silent TX stall on BCM2712/RP1) | RFC submitted to netdev | [lore thread](https://lore.kernel.org/netdev/cover.1777064117.git.lukasz@raczylo.com/T/) |
4+
| `0002-net-macb-re-check-ISR-after-IER-re-enable-in-macb_tx.patch` | macb: re-check ISR after IER re-enable in `macb_tx_poll()` to catch TCOMP raised inside the IDR/IER mask window | RFC submitted to netdev | [lore thread](https://lore.kernel.org/netdev/cover.1777064117.git.lukasz@raczylo.com/T/) |
5+
| `0003-net-macb-add-TX-stall-watchdog-as-defence-in-depth-s.patch` | macb: per-queue `delayed_work` watchdog that calls `macb_tx_restart()` if `tx_tail` hasn't advanced for ≥ 1 s | RFC submitted to netdev | [lore thread](https://lore.kernel.org/netdev/cover.1777064117.git.lukasz@raczylo.com/T/) |

0 commit comments

Comments
 (0)