[PATCH 4/4] batman-adv: remove unused struct definitions

2022-09-16 Thread Simon Wunderlich
From: Marek Lindner Signed-off-by: Marek Lindner Signed-off-by: Sven Eckelmann Signed-off-by: Simon Wunderlich --- net/batman-adv/types.h | 39 --- 1 file changed, 39 deletions(-) diff --git a/net/batman-adv/types.h b/net/batman-adv/types.h index

[PATCH 1/4] batman-adv: Start new development cycle

2022-09-16 Thread Simon Wunderlich
This version will contain all the (major or even only minor) changes for Linux 6.1. The version number isn't a semantic version number with major and minor information. It is just encoding the year of the expected publishing as Linux -rc1 and the number of published versions this year (starting

[PATCH 0/4] pull request for net-next: batman-adv 2022-09-16

2022-09-16 Thread Simon Wunderlich
) are available in the Git repository at: git://git.open-mesh.org/linux-merge.git tags/batadv-next-pullrequest-20220916 for you to fetch changes up to 76af7483b3c7c42571aae767b553ef7d436305e9: batman-adv: remove unused struct definitions (2022-09-15 08:16:05 +0200

[PATCH 2/4] batman-adv: Drop unused headers in trace.h

2022-09-16 Thread Simon Wunderlich
From: Sven Eckelmann The commit 9abc291812d7 ("batman-adv: tracing: Use the new __vstring() helper") removed the usage of WARN_ON_ONCE and __dynamic_array in this file. But it was forgotten to adjust the headers accordingly (dropping the now no longer used ones). Signed-off-by: Sven Eckelmann

[PATCH 3/4] batman-adv: Drop initialization of flexible ethtool_link_ksettings

2022-09-16 Thread Simon Wunderlich
From: Sven Eckelmann The commit 94dfc73e7cf4 ("treewide: uapi: Replace zero-length arrays with flexible-array members") changed various structures from using 0-length arrays to flexible arrays net/batman-adv/bat_v_elp.c: note: in included file: ./include/linux/ethtool.h:148:38: warning:

[PATCH 1/1] batman-adv: Fix hang up with small MTU hard-interface

2022-09-16 Thread Simon Wunderlich
From: Shigeru Yoshida The system hangs up when batman-adv soft-interface is created on hard-interface with small MTU. For example, the following commands create batman-adv soft-interface on dummy interface with zero MTU: # ip link add name dummy0 type dummy # ip link set mtu 0 dev dummy0

[PATCH 0/1] pull request for net: batman-adv 2022-09-16

2022-09-16 Thread Simon Wunderlich
) are available in the Git repository at: git://git.open-mesh.org/linux-merge.git tags/batadv-net-pullrequest-20220916 for you to fetch changes up to b1cb8a71f1eaec4eb77051590f7f561f25b15e32: batman-adv: Fix hang up with small MTU hard-interface (2022-08-20 14:17:45 +0200