[PATCH batadv v2 0/2] batman-adv: BLA fixes for sashiko reports
Sven Eckelmann <[email protected]>
| Newsgroups | org.open-mesh.lists.batman |
|---|---|
| Message-ID | <[email protected]> |
There were new sashiko reports for bridge-loop-avoidance * https://sashiko.dev/#/patchset/[email protected]?part=7 * https://sashiko.dev/#/patchset/[email protected]?part=1 * https://sashiko.dev/#/patchset/[email protected]?part=1 These can be easily tackled. But they must be done at the same time because they are modifying similar places. Signed-off-by: Sven Eckelmann <[email protected]> --- Changes in v2: - add patch from (to avoid conflicts) https://patch.msgid.link/[email protected] - modify bla.num_requests patch to use lock over both request_sent and num_requests - Link to v1: https://patch.msgid.link/[email protected] --- Sven Eckelmann (2): batman-adv: bla: fix report_work leak on backbone_gw purge batman-adv: bla: avoid double decrement of bla.num_requests net/batman-adv/bridge_loop_avoidance.c | 95 +++++++++++++++++++++++----------- net/batman-adv/mesh-interface.c | 1 + net/batman-adv/types.h | 7 ++- 3 files changed, 70 insertions(+), 33 deletions(-) --- base-commit: 57c6af492c1948145db835bb3ea2980472558298 change-id: 20260510-bla-cancel-work-8dc6f3c2cb14 Best regards, -- Sven Eckelmann <[email protected]>