Re: [B.A.T.M.A.N.] [PATCH maint] batman-adv: release station info tidstats

2019-01-25 Thread Berg, Johannes
Huh, sorry about that. > From: Felix Fietkau If Felix had nothing to do with the patch, why would you pretend otherwise? You need two patches - one for backports, this part: > compat-include/net/cfg80211.h | 7 +++ And for mainline, this part: > net/batman-adv/bat_v_elp.c| 3 +++

Re: [B.A.T.M.A.N.] [PATCH maint] batman-adv: release station info tidstats

2019-01-25 Thread Sven Eckelmann
On Friday, 25 January 2019 08.16.46 CET Berg, Johannes wrote: > Huh, sorry about that. > > > From: Felix Fietkau > > If Felix had nothing to do with the patch, why would you pretend otherwise? This is what he has dropped and Martin Weinelt forwarded to us:

[B.A.T.M.A.N.] [PATCH maint] batman-adv: release station info tidstats

2019-01-25 Thread Sven Eckelmann
From: Felix Fietkau With the addition of TXQ stats in the per-tid statistics the struct station_info grew significantly. This resulted in stack size warnings due to the structure itself being above the limit for the warnings. To work around this, the TID array was allocated dynamically. Also a

[B.A.T.M.A.N.] [PATCH] batman-adv: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() calls

2019-01-25 Thread Sven Eckelmann
From: Linus Lüssing This patch refactors ip_mc_check_igmp(), ipv6_mc_check_mld() and their callers (more precisely, the Linux bridge) to not rely on the skb_trimmed parameter anymore. An skb with its tail trimmed to the IP packet length was initially introduced for the following three reasons: