On Sunday, 4 August 2019 06:28:54 CEST Linus Lüssing wrote: [...]
+static bool batadv_v_ogm_queue_left(struct sk_buff *skb,
struct batadv_hard_iface *hard_iface)
+{
[...]
+static void batadv_v_ogm_aggr_list_free(struct batadv_hard_iface *hard_iface) +{
[...]
+static void batadv_v_ogm_aggr_send(struct batadv_hard_iface *hard_iface) +{
Please add to these function an lockdep_assert_held for aggr_list_lock.
Kind regards, Sven