mbox

[0/2] pull request for net: batman-adv 2019-10-25

Message ID 20191025092216.12791-1-sw@simonwunderlich.de (mailing list archive)
State Not Applicable, archived
Headers

Pull-request

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

Message

Simon Wunderlich Oct. 25, 2019, 9:22 a.m. UTC
  Hi David,

here are two bugfixes 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 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 40e220b4218bb3d278e5e8cc04ccdfd1c7ff8307:

  batman-adv: Avoid free/alloc race when handling OGM buffer (2019-10-13 21:00:07 +0200)

----------------------------------------------------------------
Here are two batman-adv bugfixes:

 * Fix free/alloc race for OGM and OGMv2, by Sven Eckelmann (2 patches)

----------------------------------------------------------------
Sven Eckelmann (2):
      batman-adv: Avoid free/alloc race when handling OGM2 buffer
      batman-adv: Avoid free/alloc race when handling OGM buffer

 net/batman-adv/bat_iv_ogm.c     | 61 +++++++++++++++++++++++++++++++++++------
 net/batman-adv/bat_v_ogm.c      | 41 +++++++++++++++++++++------
 net/batman-adv/hard-interface.c |  2 ++
 net/batman-adv/types.h          |  7 +++++
 4 files changed, 94 insertions(+), 17 deletions(-)
  

Comments

David Miller Oct. 28, 2019, 11:39 p.m. UTC | #1
From: Simon Wunderlich <sw@simonwunderlich.de>
Date: Fri, 25 Oct 2019 11:22:14 +0200

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

Pulled, thanks Simon.