Hello:
This series was applied to netdev/net.git (main) by Simon Wunderlich sw@simonwunderlich.de:
On Tue, 10 Dec 2024 14:50:22 +0100 you wrote:
From: Remi Pommarel repk@triplefau.lt
The number of TT changes can be less than initially expected in batadv_tt_tvlv_container_update() (changes can be removed by batadv_tt_local_event() in ADD+DEL sequence between reading tt_diff_entries_num and actually iterating the change list under lock).
[...]
Here is the summary with links: - [1/3] batman-adv: Do not send uninitialized TT changes https://git.kernel.org/netdev/net/c/f2f7358c3890 - [2/3] batman-adv: Remove uninitialized data in full table TT response https://git.kernel.org/netdev/net/c/8038806db64d - [3/3] batman-adv: Do not let TT changes list grows indefinitely https://git.kernel.org/netdev/net/c/fff8f17c1a6f
You are awesome, thank you!