On Tuesday, 12 March 2024 19:16:28 CET Dmitry Antipov wrote: > Drop 'batadv_tt_local_entry_free_rcu()', 'batadv_tt_global_entry_free_rcu()' > and 'batadv_tt_orig_list_entry_free_rcu()' in favor of 'kfree_rcu()' in > 'batadv_tt_local_entry_release()', 'batadv_tt_global_entry_release()' and > 'batadv_tt_orig_list_entry_release()', respectively. > > Signed-off-by: Dmitry Antipov Ah, SLOB is gone and now this is possible. Acked-by: Sven Eckelmann Thanks, Sven