b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
From: Simon Wunderlich <sw@simonwunderlich.de>
To: davem@davemloft.net, kuba@kernel.org
Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org
Subject: [PATCH 0/5] pull request for net: batman-adv 2023-08-16
Date: Wed, 16 Aug 2023 18:33:13 +0200	[thread overview]
Message-ID: <20230816163318.189996-1-sw@simonwunderlich.de> (raw)

Hi David, hi Jakub,

here are a few bugfixes for batman-adv 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 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

  git://git.open-mesh.org/linux-merge.git tags/batadv-net-pullrequest-20230816

for you to fetch changes up to 421d467dc2d483175bad4fb76a31b9e5a3d744cf:

  batman-adv: Fix batadv_v_ogm_aggr_send memory leak (2023-08-09 17:33:03 +0200)

----------------------------------------------------------------
Here are some batman-adv bugfixes:

 - Fix issues with adjusted MTUs (2 patches), by Sven Eckelmann

 - Fix header access for memory reallocation case, by Remi Pommarel

 - Fix two memory leaks (2 patches), by Remi Pommarel

----------------------------------------------------------------
Remi Pommarel (3):
      batman-adv: Do not get eth header before batadv_check_management_packet
      batman-adv: Fix TT global entry leak when client roamed back
      batman-adv: Fix batadv_v_ogm_aggr_send memory leak

Sven Eckelmann (2):
      batman-adv: Trigger events for auto adjusted MTU
      batman-adv: Don't increase MTU when set by user

 net/batman-adv/bat_v_elp.c         |  3 ++-
 net/batman-adv/bat_v_ogm.c         |  7 +++++--
 net/batman-adv/hard-interface.c    | 14 +++++++++++++-
 net/batman-adv/soft-interface.c    |  3 +++
 net/batman-adv/translation-table.c |  1 -
 net/batman-adv/types.h             |  6 ++++++
 6 files changed, 29 insertions(+), 5 deletions(-)

             reply	other threads:[~2023-08-16 16:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-16 16:33 Simon Wunderlich [this message]
2023-08-16 16:33 ` [PATCH 1/5] batman-adv: Trigger events for auto adjusted MTU Simon Wunderlich
2023-08-18 22:20   ` patchwork-bot+netdevbpf
2023-08-16 16:33 ` [PATCH 2/5] batman-adv: Don't increase MTU when set by user Simon Wunderlich
2023-08-16 16:33 ` [PATCH 3/5] batman-adv: Do not get eth header before batadv_check_management_packet Simon Wunderlich
2023-08-16 16:33 ` [PATCH 4/5] batman-adv: Fix TT global entry leak when client roamed back Simon Wunderlich
2023-08-16 16:33 ` [PATCH 5/5] batman-adv: Fix batadv_v_ogm_aggr_send memory leak Simon Wunderlich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230816163318.189996-1-sw@simonwunderlich.de \
    --to=sw@simonwunderlich.de \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).