mbox

[0/4] pull request for net-next: batman-adv 2024-10-15

Message ID 20241015073946.46613-1-sw@simonwunderlich.de (mailing list archive)
State New
Headers show

Pull-request

git://git.open-mesh.org/linux-merge.git tags/batadv-next-pullrequest-20241015

Message

Simon Wunderlich Oct. 15, 2024, 7:39 a.m. UTC
Hi Jakub, hi David,

here is a feature/cleanup pull request of batman-adv to go into net-next.

Please pull or let me know of any problem!

Thank you,
      Simon

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

  git://git.open-mesh.org/linux-merge.git tags/batadv-next-pullrequest-20241015

for you to fetch changes up to 356c81b6c494a359ed6e25087931acc78c518fb9:

  batman-adv: replace call_rcu by kfree_rcu for simple kmem_cache_free callback (2024-10-14 09:08:39 +0200)

----------------------------------------------------------------
This cleanup patchset includes the following patches:

 - bump version strings, by Simon Wunderlich

 - Add flex array to struct batadv_tvlv_tt_data, by Erick Archer

 - Use string choice helper to print booleans, by Sven Eckelmann

 - replace call_rcu by kfree_rcu for simple kmem_cache_free callback,
   by Julia Lawall

----------------------------------------------------------------
Erick Archer (1):
      batman-adv: Add flex array to struct batadv_tvlv_tt_data

Julia Lawall (1):
      batman-adv: replace call_rcu by kfree_rcu for simple kmem_cache_free callback

Simon Wunderlich (1):
      batman-adv: Start new development cycle

Sven Eckelmann (1):
      batman-adv: Use string choice helper to print booleans

 include/uapi/linux/batadv_packet.h     | 29 +++++-----
 net/batman-adv/bat_iv_ogm.c            |  4 +-
 net/batman-adv/bridge_loop_avoidance.c |  8 +--
 net/batman-adv/main.h                  |  2 +-
 net/batman-adv/translation-table.c     | 96 ++++++++--------------------------
 5 files changed, 46 insertions(+), 93 deletions(-)