Message ID | 20210202174037.7081-2-sw@simonwunderlich.de (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [1/4] batman-adv: Start new development cycle | expand |
Context | Check | Description |
---|---|---|
netdev/cover_letter | success | Pull request |
netdev/fixes_present | success | Link |
netdev/patch_count | success | Link |
netdev/tree_selection | success | Guessed tree name to be net-next |
netdev/subject_prefix | warning | Target tree name not specified in the subject |
netdev/cc_maintainers | warning | 3 maintainers not CCed: sven@narfation.org a@unstable.cc mareklindner@neomailbox.ch |
netdev/source_inline | success | Was 0 now: 0 |
netdev/verify_signedoff | success | Link |
netdev/module_param | success | Was 0 now: 0 |
netdev/build_32bit | success | Errors and warnings before: 0 this patch: 0 |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
netdev/verify_fixes | success | Link |
netdev/checkpatch | warning | WARNING: Missing commit description - Add an appropriate one |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 0 this patch: 0 |
netdev/header_inline | success | Link |
netdev/stable | success | Stable not CCed |
On Tue, 2 Feb 2021 18:40:33 +0100 Simon Wunderlich wrote: > Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de> > --- > net/batman-adv/main.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/net/batman-adv/main.h b/net/batman-adv/main.h > index 288201630ceb..2486efe4ffa6 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.0" > +#define BATADV_SOURCE_VERSION "2021.1" > #endif > > /* B.A.T.M.A.N. parameters */ For just comment adjustments and the sizeof() change?
On Thursday, 4 February 2021 01:33:02 CET Jakub Kicinski wrote:
[...]
> For just comment adjustments and the sizeof() change?
The process is basically:
1. update the version information for a development period
2. queue up whatever comes in during that time
3. send it to netdev for net-next when it seems to be ready
The first step is not influenced by the 2.+3. step. So the development
effort is not reflected in the version number.
Kind regards,
Sven
diff --git a/net/batman-adv/main.h b/net/batman-adv/main.h index 288201630ceb..2486efe4ffa6 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.0" +#define BATADV_SOURCE_VERSION "2021.1" #endif /* B.A.T.M.A.N. parameters */
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de> --- net/batman-adv/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)