Hello David,
here you have one fix intended for net/linux-3.10. This patch is fixing a global fault protection that can be triggered on module removal due to the double invocation of call_rcu() in chain.
While fixing, the patch is also adding some kernel doc to the changed functions. Consider queueing this patch to -stable.
Please pull or let me know if there is any problem!
Thank you, Antonio
The following changes since commit b0ce3508b25ea6fa10ae3ca254de1d695b521702:
bonding: allow TSO being set on bonding master (2013-05-16 15:02:01 -0700)
are available in the git repository at:
git://git.open-mesh.org/linux-merge.git tags/batman-adv-fix-for-davem
for you to fetch changes up to 72822225bd41320a98f5d7cde38317766e18983f:
batman-adv: Fix rcu_barrier() miss due to double call_rcu() in TT code (2013-05-17 09:54:28 +0200)
---------------------------------------------------------------- Included changes: - fix global protection fault by avoiding double call_rcu
---------------------------------------------------------------- Linus Lüssing (1): batman-adv: Fix rcu_barrier() miss due to double call_rcu() in TT code
net/batman-adv/originator.c | 16 ++++++++++++++++ net/batman-adv/originator.h | 1 + net/batman-adv/translation-table.c | 7 ++++++- 3 files changed, 23 insertions(+), 1 deletion(-)