[0/5] batman-adv: Tracing and debugfs deprecation cleanups

Message ID 20181021093032.19928-1-sven@narfation.org (mailing list archive)
Headers
Series batman-adv: Tracing and debugfs deprecation cleanups |

Message

Sven Eckelmann Oct. 21, 2018, 9:30 a.m. UTC
  Hi,

the current master branch already contains support to store debug messages
to the tracing buffer and to inform users about the deprecation of the
debugfs functionality.

This patchset is now cleaning it up a little bit more and allows to the
tracing infrastructure completely without BATMAN_ADV_DEBUGFS.

Kind regards,
	Sven

Sven Eckelmann (5):
  batman-adv: Drop unused lockdep include
  batman-adv: Add includes for deprecation warning
  batman-adv: Improve includes for trace functionality
  batman-adv: Allow to use BATMAN_ADV_DEBUG without BATMAN_ADV_DEBUGFS
  batman-adv: Fix description for BATMAN_ADV_DEBUG

 compat.h                    |  5 ----
 net/batman-adv/Kconfig      |  7 +++--
 net/batman-adv/bat_iv_ogm.c |  1 -
 net/batman-adv/debugfs.c    |  2 ++
 net/batman-adv/log.c        | 60 ++++++++++++++++++++-----------------
 net/batman-adv/trace.c      |  2 --
 net/batman-adv/trace.h      |  6 ++++
 7 files changed, 45 insertions(+), 38 deletions(-)