The annotated tag, v5.5-rc1 has been created
at 3e4fa608e7227f8bde448547589146f40dd46081 (tag)
tagging e42617b825f8073569da76dc4510bfa019b1c35a (commit)
replaces v5.4
tagged by Linus Torvalds
on Sun Dec 8 14:58:05 2019 -0800
- Shortlog ------------------------------------------------------------
Linux 5.5-rc1
-----BEGIN PGP SIGNATURE-----
iQFSBAABCAA8FiEEq68RxlopcLEwq+PEeb4+QwBBGIYFAl3tf/0eHHRvcnZhbGRz
QGxpbnV4LWZvdW5kYXRpb24ub3JnAAoJEHm+PkMAQRiGlKwH/3fTToujuJfTx5E5
mrARAP65J1L/DxpEKvKRt2bNZo6w13mNd8g7ZPmYChz90bYGvXQSG8hYTU9iAw3O
yimSTJlNXDhVAluB53XnDdUxIWC4HUZsNxWJNCeXMuiMcGNsTGX+v3f+x7oHCT0P
jI1RSIsFGjgr0RWqZ8U5aJckQo2xABC1TfYw53K66Oc/JLZpSFJFwMgjf1fD5diU
HGDA8E2p0u1TQIyNzr86iqMvnlSRYBQwBQn6OgEKCG4Z0NLtXfDF4mqnxsXgLmIH
oQoFfxaMKXyGWds7ZxwcGWntALCF41ThfpiJWDIyxjWxFEty4bqTCbDPwwyp7ip0
iuASmTI=
=YqO2
-----END PGP SIGNATURE-----
Christophe JAILLET (2):
batman-adv: Simplify 'batadv_v_ogm_aggr_list_free()'
batman-adv: Axe 'aggr_list_lock'
Simon Wunderlich (1):
batman-adv: Start new development cycle
Sven Eckelmann (2):
batman-adv: Use 'fallthrough' pseudo keyword
batman-adv: Drop lockdep.h include for soft-interface.c
-----------------------------------------------------------------------
--
linux integration
Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-12-07,master
>---------------------------------------------------------------
commit 5df15dbc2e5073e36f8d9c366b19e7a18bbdae14
Author: Sven Eckelmann <sven(a)narfation.org>
Date: Wed Dec 4 06:29:17 2019 +0000
doc: open-mesh/News-draft
>---------------------------------------------------------------
5df15dbc2e5073e36f8d9c366b19e7a18bbdae14
open-mesh/News-draft.textile | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/open-mesh/News-draft.textile b/open-mesh/News-draft.textile
index 2947095..bb2be9f 100644
--- a/open-mesh/News-draft.textile
+++ b/open-mesh/News-draft.textile
@@ -1,6 +1,6 @@
h1. DRAFT: Batman-adv 2019.5 released
-Dec 3th, 2019. Today the B.A.T.M.A.N. team publishes the December 2019 update to batman-adv, batctl and alfred! TODO
+Dec 4th, 2019. Today the B.A.T.M.A.N. team publishes the December 2019 update to batman-adv, batctl and alfred! TODO
As the kernel module always depends on the Linux kernel it is compiled against, it does not make sense to provide binaries on our website. As usual, you will find the signed tarballs in our download section:
@@ -55,14 +55,14 @@ bugfixes
-2019.5 (2019-12-03)
+2019.5 (2019-12-04)
===================
* support latest kernels (3.16 - 5.5)
* coding style cleanups and refactoring
* bugs squashed:
- - TODO
+ - fix DAT candidate selection on little endian systems
</pre>
@@ -79,7 +79,7 @@ bugfix
======
-2019.5 (2019-12-03)
+2019.5 (2019-12-04)
===================
* (no changes)
@@ -96,7 +96,7 @@ $ git shortlog --email --no-merges "${range}"
$ git log --no-merges "${range}"|grep -e '\(Reported\|Tested\|Acked\|Reviewed-by\|Co-authored-by\)-by'|sed 's/.*:/*/'|sort|uniq
-2019.5 (2019-12-03)
+2019.5 (2019-12-04)
===================
* (no changes)
Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-12-07,master
>---------------------------------------------------------------
commit a908f2e2d233665caf54c63456c07e65d5c29f67
Author: Sven Eckelmann <sven(a)narfation.org>
Date: Sat Nov 16 10:01:39 2019 +0000
doc: open-mesh/Emulation_Environment
>---------------------------------------------------------------
a908f2e2d233665caf54c63456c07e65d5c29f67
open-mesh/Emulation_Environment.textile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/open-mesh/Emulation_Environment.textile b/open-mesh/Emulation_Environment.textile
index 0a61c9a..e260aa7 100644
--- a/open-mesh/Emulation_Environment.textile
+++ b/open-mesh/Emulation_Environment.textile
@@ -25,7 +25,7 @@ The main components of the testing setup are the virtual instances. Various imag
h2. Advanced virtual networks
-The default virtual network is only creating a single broadcasting domain using a bridge. This cannot be used to simulate interesting topologies. I more advanced techniques can be used to extend or replace the bridge to still achieve a reasonable setup
+The default virtual network is only creating a single broadcasting domain using a bridge. This cannot be used to simulate interesting topologies. More advanced techniques can be used to extend or replace the bridge to still achieve a reasonable setup
* [[Advanced Bridge virtual network]]
* [[vde_switch virtual network]]