[ Sasha's backport helper bot ]
Hi,
Summary of potential issues: ❌ Build failures detected ⚠️ Found follow-up fixes in mainline
The upstream commit SHA1 provided is correct: 066b86787fa3d97b7aefb5ac0a99a22dad2d15f8
WARNING: Author mismatch between patch and upstream commit: Backport author: Florian Fainelliflorian.fainelli@broadcom.com Commit author: Felix Huettnerfelix.huettner@mail.schwarz
Status in newer kernel trees: 6.13.y | Present (exact SHA1) 6.12.y | Present (exact SHA1) 6.6.y | Present (exact SHA1) 6.1.y | Present (different SHA1: 644b3051b06b)
Found fixes commits: 47e55e4b410f openvswitch: fix lockup on tx to unregistering netdev with carrier
Note: The patch differs from the upstream commit: --- 1: 066b86787fa3d ! 1: 4757a4a8c0392 net: openvswitch: fix race on port output @@ Metadata ## Commit message ## net: openvswitch: fix race on port output
+ [ Upstream commit 066b86787fa3d97b7aefb5ac0a99a22dad2d15f8 ] + assume the following setup on a single machine: 1. An openvswitch instance with one bridge and default flows 2. two network namespaces "server" and "client" @@ Commit message Reviewed-by: Simon Horman simon.horman@corigine.com Link: https://lore.kernel.org/r/ZC0pBXBAgh7c76CA@kernel-bug-kernel-bug Signed-off-by: Jakub Kicinski kuba@kernel.org + Signed-off-by: Carlos Soto carlos.soto@broadcom.com + Signed-off-by: Florian Fainelli florian.fainelli@broadcom.com
## net/core/dev.c ## @@ net/core/dev.c: static u16 skb_tx_hash(const struct net_device *dev, ---
Results of testing on various branches:
| Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-5.15.y | Success | Failed |
Build Errors: Build error for stable/linux-5.15.y: net/core/dev.c: In function 'skb_tx_hash': net/core/dev.c:3234:17: error: implicit declaration of function 'DEBUG_NET_WARN_ON_ONCE' [-Werror=implicit-function-declaration] 3234 | DEBUG_NET_WARN_ON_ONCE(qcount == 0); | ^~~~~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:289: net/core/dev.o] Error 1 make[2]: Target '__build' not remade because of errors. make[1]: *** [scripts/Makefile.build:552: net/core] Error 2 make[1]: Target '__build' not remade because of errors. make: *** [Makefile:1911: net] Error 2 make: Target '__all' not remade because of errors.