On Dienstag, 1. November 2016 09:44:44 CET Linus Lüssing wrote: [...]
Changes in v4:
- rebased to master
- tried to better explain the severity in the commit message
- trimmed call trace in commit message
- made code comments and the WARN_ONCE less funny, but more informative
- reworded bm_list to cleanup_list
- shortened batadv_forw_packet_steal() declaration in send.h to avoid a faulty checkpatch warning.
- removed unnecessary hlist_add_head() in batadv_forw_packet_steal()
- changed hlist_del() to hlist_del_init() in batadv_forw_packet_steal() -> to be able to reach WARN_ONCE instead of crashing upon calling hlist_del()
Thanks for all the changes. Lets see if we finally got this one (please no regression, please no regressions, ...) :)
Applied in 8a436b94d731873bd3d771aa146956420fbec458 [1].
Thanks, Sven
[1] https://git.open-mesh.org/batman-adv.git/commit/8a436b94d731873bd3d771aa1469...