lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 11 Sep 2018 15:49:50 -0600
From:   Mathieu Poirier <mathieu.poirier@...aro.org>
To:     linux-arm-kernel@...ts.infradead.org
Cc:     alexander.shishkin@...ux.intel.com, suzuki.poulose@....com,
        gregkh@...uxfoundation.org, kim.phillips@....com,
        leo.yan@...aro.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/5] coresight: Output debug messages only in sysFS mode

Status messages related to the establishment of paths between source and
sinks are not useful outside of a debugging environment and clogs the log
files needlessly.  They also trigger the lockdep mechanic when operating
from perf since they call output functions during process context switch.

This patch is fixing the problem by allowing debugging information to be
emitted only when operating from sysFS.  This doesn't change the 
debugging capability of the system since 1) everything that is done from
perf is built on top of the sysFS mode and 2) debugging output is
completely useless under perf.

Regards,
Mathieu 

Mathieu Poirier (5):
  coresight: Make path enable/disable aware of operation mode
  coresight: Make link components aware of operation mode
  coresight: Make sink disable functions aware of operation mode
  coresight: Define macro to replace dev_dbg() boiler plate code
  coresight: Allow drivers to be verbose only in sysFS mode

 .../coresight/coresight-dynamic-replicator.c       |  8 +++----
 drivers/hwtracing/coresight/coresight-etb10.c      |  8 +++----
 drivers/hwtracing/coresight/coresight-etm-perf.c   |  4 ++--
 drivers/hwtracing/coresight/coresight-etm3x.c      |  7 ++++--
 drivers/hwtracing/coresight/coresight-etm4x.c      |  8 +++++--
 drivers/hwtracing/coresight/coresight-funnel.c     | 10 ++++----
 drivers/hwtracing/coresight/coresight-priv.h       |  9 +++++++-
 drivers/hwtracing/coresight/coresight-replicator.c |  8 +++----
 drivers/hwtracing/coresight/coresight-stm.c        |  2 +-
 drivers/hwtracing/coresight/coresight-tmc-etf.c    | 14 +++++------
 drivers/hwtracing/coresight/coresight-tmc-etr.c    |  4 ++--
 drivers/hwtracing/coresight/coresight-tpiu.c       |  6 ++---
 drivers/hwtracing/coresight/coresight.c            | 27 +++++++++++-----------
 include/linux/coresight.h                          |  8 ++++---
 14 files changed, 71 insertions(+), 52 deletions(-)

-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ