Hi, I was asked by Greg KH to check for missing fixes in linux 4.14.y and provide backports for it. I've ended up with a lot more missing patches than I've expected. Not sure why these were missing but I couldn't find them at the moment in any stable release for 4.14.y. Feel free to check for things which I've missed too. Kind regards, Sven Linus Lüssing (1): batman-adv: Fix TT sync flags for intermediate TT responses Marek Lindner (1): batman-adv: prevent TT request storms by not sending inconsistent TT TLVLs Matthias Schiffer (1): batman-adv: update data pointers after skb_cow() Sven Eckelmann (12): batman-adv: Avoid spurious warnings from bat_v neigh_cmp implementation batman-adv: Always initialize fragment header priority batman-adv: Fix check of retrieved orig_gw in batadv_v_gw_is_eligible batman-adv: Fix lock for ogm cnt access in batadv_iv_ogm_calc_tq batman-adv: Fix internal interface indices types batman-adv: Avoid race in TT TVLV allocator helper batman-adv: Fix debugfs path for renamed hardif batman-adv: Fix debugfs path for renamed softif batman-adv: Fix duplicated OGMs on NETDEV_UP batman-adv: Avoid free/alloc race when handling OGM2 buffer batman-adv: Avoid free/alloc race when handling OGM buffer batman-adv: Don't schedule OGM for disabled interface net/batman-adv/bat_iv_ogm.c | 94 +++++++++++++++++++++++------- net/batman-adv/bat_v.c | 11 ++-- net/batman-adv/bat_v_ogm.c | 42 ++++++++++--- net/batman-adv/debugfs.c | 46 ++++++++++++++- net/batman-adv/debugfs.h | 11 ++++ net/batman-adv/fragmentation.c | 2 + net/batman-adv/hard-interface.c | 51 +++++++++++++--- net/batman-adv/originator.c | 4 +- net/batman-adv/originator.h | 4 +- net/batman-adv/routing.c | 10 ++-- net/batman-adv/translation-table.c | 84 ++++++++++++++++++++------ net/batman-adv/types.h | 18 ++++-- 12 files changed, 301 insertions(+), 76 deletions(-) -- 2.20.1