The annotated tag, v5.2-rc2 has been created
at ba4529a907755b8810bec37ba26a43fe8d9ac1b4 (tag)
tagging cd6c84d8f0cdc911df435bb075ba22ce3c605b07 (commit)
replaces v5.2-rc1
tagged by Linus Torvalds
on Sun May 26 16:49:25 2019 -0700
- Shortlog ------------------------------------------------------------
Linux 5.2-rc2
-----BEGIN PGP SIGNATURE-----
iQFSBAABCAA8FiEEq68RxlopcLEwq+PEeb4+QwBBGIYFAlzrJgUeHHRvcnZhbGRz
QGxpbnV4LWZvdW5kYXRpb24ub3JnAAoJEHm+PkMAQRiG1XAIAJajJpeKc9MVQipi
zWiI+WgHDg8gG/HnLKzP2Zp4MUjTCz30t0rnBbdo6AyK6LnPBL53yxg9q64XN7vI
p/h2ys+/DvqhIYSPWX6C++HYQT4Cb5ghxJABEIsztd3G4nfB9L2vgq9zKSNFusTD
UtfUxufciZPX515TuE4IqWMwS4Ut5daH7V3jjZunhPiayTFv64e1KbpKLLzHR0NR
DfFbrPcdp7VyCT/A5AKrqfqeB6O9dm/Fe4CsdsaKuzASCXJ6GUc/A7iZDndv/KA4
f5Xh7SGlQ2TfT1ud/aMfdw3AcMjqB8zgMJenovJ7UuHDfULBWNeAmMh/cTDwY9eY
Xgyvfm0=
=S8p9
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
--
linux integration
Repository : ssh://git@open-mesh.org/openwrt-feed-devel
On branch : master
>---------------------------------------------------------------
commit a3474a63c125d1f08cfb25e30a551f948ae67c4b
Author: Sven Eckelmann <sven(a)narfation.org>
Date: Thu May 23 19:57:55 2019 +0200
batctl-devel: Drop log subcommand
The correct way to get a log of the activities of batman-adv is to use the
standard kernel tracing infrastructure:
$ trace-cmd stream -e batadv:batadv_dbg
The batman-adv specific log file will be removed in the future when the
debugfs is dropped. And even for kernels without tracing support, most of
the functionality (except mac address to bat_hosts translation) can be
replaced by a simple:
$ cat /sys/kernel/debug/batman_adv/bat0/log
Signed-off-by: Sven Eckelmann <sven(a)narfation.org>
>---------------------------------------------------------------
a3474a63c125d1f08cfb25e30a551f948ae67c4b
batctl-devel/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/batctl-devel/Makefile b/batctl-devel/Makefile
index 3cd4fd1..b13d767 100644
--- a/batctl-devel/Makefile
+++ b/batctl-devel/Makefile
@@ -102,7 +102,6 @@ config-n := \
hop_penalty \
interface \
isolation_mark \
- log \
loglevel \
mcast_flags \
multicast_fanout \
@@ -155,7 +154,6 @@ config-tables := \
config-tools := \
event \
- log \
ping \
tcpdump \
throughputmeter \