Message ID | 20210608152700.30315-2-sw@simonwunderlich.de |
---|---|
State | Not Applicable, archived |
Delegated to: | Simon Wunderlich |
Headers | show |
Series | [01/11] batman-adv: Start new development cycle | expand |
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 8 Jun 2021 17:26:50 +0200 you wrote: > This version will contain all the (major or even only minor) changes for > Linux 5.14. > > 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 at 0). > > [...] Here is the summary with links: - [01/11] batman-adv: Start new development cycle https://git.kernel.org/netdev/net-next/c/9a959cab2219 - [02/11] batman-adv: Always send iface index+name in genlmsg https://git.kernel.org/netdev/net-next/c/d295345abb3e - [03/11] batman-adv: bcast: queue per interface, if needed https://git.kernel.org/netdev/net-next/c/3f69339068f9 - [04/11] batman-adv: bcast: avoid skb-copy for (re)queued broadcasts https://git.kernel.org/netdev/net-next/c/4cbf055002c5 - [05/11] batman-adv: mcast: add MRD + routable IPv4 multicast with bridges support https://git.kernel.org/netdev/net-next/c/7a68cc16b82c - [06/11] batman-adv: Remove the repeated declaration https://git.kernel.org/netdev/net-next/c/1cf1ef60a1a6 - [07/11] batman-adv: Fix spelling mistakes https://git.kernel.org/netdev/net-next/c/791ad7f5c17e - [08/11] batman-adv: Drop implicit creation of batadv net_devices https://git.kernel.org/netdev/net-next/c/bf6b260b8a96 - [09/11] batman-adv: Avoid name based attaching of hard interfaces https://git.kernel.org/netdev/net-next/c/fa205602d46e - [10/11] batman-adv: Don't manually reattach hard-interface https://git.kernel.org/netdev/net-next/c/170258ce1c71 - [11/11] batman-adv: Drop reduntant batadv interface check https://git.kernel.org/netdev/net-next/c/020577f879be You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/net/batman-adv/main.h b/net/batman-adv/main.h index 8f0102b71656..b8f819a53a86 100644 --- a/net/batman-adv/main.h +++ b/net/batman-adv/main.h @@ -13,7 +13,7 @@ #define BATADV_DRIVER_DEVICE "batman-adv" #ifndef BATADV_SOURCE_VERSION -#define BATADV_SOURCE_VERSION "2021.1" +#define BATADV_SOURCE_VERSION "2021.2" #endif /* B.A.T.M.A.N. parameters */
This version will contain all the (major or even only minor) changes for Linux 5.14. 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 at 0). Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de> --- net/batman-adv/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)