[PATCH v3 0/4] coresight: Make current W=1 warnings default

James Clark james.clark at arm.com
Thu Nov 23 04:04:55 PST 2023


Changes since v2:

  * Split code and Makefile changes
  * Add a fix for a comment warning in etm3x
  * Add some sparse checker fixes in coresight-cfg-afdo.c
  * Fix the 0 instead of NULL warnings reported by kernel test robot

James Clark (4):
  coresight: Fix uninitialized struct warnings
  coresight: etm3x: Fix build warning
  coresight: Fix undeclared variable warnings from sparse checker
  coresight: Make current W=1 warnings default

 drivers/hwtracing/coresight/Makefile          | 20 +++++++++++++++++++
 .../hwtracing/coresight/coresight-cfg-afdo.c  |  1 +
 .../hwtracing/coresight/coresight-cti-core.c  |  2 +-
 drivers/hwtracing/coresight/coresight-etb10.c |  2 +-
 .../coresight/coresight-etm3x-core.c          |  4 ++--
 .../coresight/coresight-etm4x-core.c          |  2 +-
 .../hwtracing/coresight/coresight-funnel.c    |  4 ++--
 .../coresight/coresight-replicator.c          |  2 +-
 drivers/hwtracing/coresight/coresight-stm.c   |  2 +-
 .../hwtracing/coresight/coresight-tmc-core.c  |  2 +-
 drivers/hwtracing/coresight/coresight-tpda.c  |  2 +-
 drivers/hwtracing/coresight/coresight-tpdm.c  |  2 +-
 drivers/hwtracing/coresight/coresight-tpiu.c  |  2 +-
 drivers/hwtracing/coresight/ultrasoc-smb.c    |  2 +-
 14 files changed, 35 insertions(+), 14 deletions(-)

-- 
2.34.1




More information about the linux-arm-kernel mailing list