batman-adv: Merge bugfixes from 2018.3 413/head
authorSven Eckelmann <sven@narfation.org>
Sat, 15 Sep 2018 09:04:04 +0000 (11:04 +0200)
committerSven Eckelmann <sven@narfation.org>
Sat, 15 Sep 2018 09:11:05 +0000 (11:11 +0200)
commit2ac8e7b42b034cf9f4d1507f280e08739fd80685
treeb69136328bcc6fb3e85727cb0b755ff16308f142
parentd09478290f72c6e58833b65baf14d9173eaf98e1
batman-adv: Merge bugfixes from 2018.3

* Avoid probe ELP information leak
* Fix segfault when writing to throughput_override
* Fix segfault when writing to sysfs elp_interval
* fix backbone_gw refcount on queue_work() failure
* fix hardif_neigh refcount on queue_work() failure
* Prevent duplicated gateway_node entry
* Prevent duplicated nc_node entry
* Prevent duplicated softif_vlan entry
* Prevent duplicated global TT entry
* Prevent duplicated tvlv handler

Signed-off-by: Sven Eckelmann <sven@narfation.org>
12 files changed:
batman-adv/Makefile
batman-adv/files/compat-hacks.h
batman-adv/patches/0046-batman-adv-Avoid-probe-ELP-information-leak.patch [new file with mode: 0644]
batman-adv/patches/0047-batman-adv-Fix-segfault-when-writing-to-throughput_o.patch [new file with mode: 0644]
batman-adv/patches/0048-batman-adv-Fix-segfault-when-writing-to-sysfs-elp_in.patch [new file with mode: 0644]
batman-adv/patches/0049-batman-adv-fix-backbone_gw-refcount-on-queue_work-fa.patch [new file with mode: 0644]
batman-adv/patches/0050-batman-adv-fix-hardif_neigh-refcount-on-queue_work-f.patch [new file with mode: 0644]
batman-adv/patches/0051-batman-adv-Prevent-duplicated-gateway_node-entry.patch [new file with mode: 0644]
batman-adv/patches/0052-batman-adv-Prevent-duplicated-nc_node-entry.patch [new file with mode: 0644]
batman-adv/patches/0053-batman-adv-Prevent-duplicated-softif_vlan-entry.patch [new file with mode: 0644]
batman-adv/patches/0054-batman-adv-Prevent-duplicated-global-TT-entry.patch [new file with mode: 0644]
batman-adv/patches/0055-batman-adv-Prevent-duplicated-tvlv-handler.patch [new file with mode: 0644]