Re: [PATCH 0/3] pull request for net: batman-adv 2016-10-26

2016-10-29 Thread David Miller
From: Simon Wunderlich 
Date: Wed, 26 Oct 2016 17:55:12 +0200

> here are some bugfix patches which we would like to have integrated
> into net.
> 
> Please pull or let me know of any problem!

Pulled, thanks Simon.


[PATCH 0/3] pull request for net: batman-adv 2016-10-26

2016-10-26 Thread Simon Wunderlich
Hi David,

here are some bugfix patches which we would like to have integrated
into net.

Please pull or let me know of any problem!

Thank you,
  Simon

The following changes since commit 29fbff8698fc0ac1a1d74584b258e0bf18b469f9:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2016-10-13 
21:40:23 -0700)

are available in the git repository at:

  git://git.open-mesh.org/linux-merge.git tags/batadv-net-for-davem-20161026

for you to fetch changes up to 9799c50372b23ed774791bdb87d700f1286ee8a9:

  batman-adv: fix splat on disabling an interface (2016-10-21 14:47:02 +0200)


Here are three batman-adv bugfix patches:

 - Fix RCU usage for neighbor list, by Sven Eckelmann

 - Fix BATADV_DBG_ALL loglevel to include TP Meter messages, by Sven Eckelmann

 - Fix possible splat when disabling an interface, by Linus Luessing


Linus Lüssing (1):
  batman-adv: fix splat on disabling an interface

Sven Eckelmann (2):
  batman-adv: Modify neigh_list only with rcu-list functions
  batman-adv: Add BATADV_DBG_TP_METER to BATADV_DBG_ALL

 net/batman-adv/hard-interface.c | 1 -
 net/batman-adv/log.h| 2 +-
 net/batman-adv/originator.c | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)