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

Message ID 20231123120459.287578-1-james.clark@arm.com
Headers
Series coresight: Make current W=1 warnings default |

Message

James Clark Nov. 23, 2023, 12:04 p.m. UTC
  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(-)
  

Comments

Suzuki K Poulose Jan. 12, 2024, 12:15 p.m. UTC | #1
On 23/11/2023 12:04, James Clark wrote:
> 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

Apologies for the delay, this is now in my queue for next.

git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git 
for-next/queue

Suzuki
  
Suzuki K Poulose Feb. 12, 2024, 11:27 a.m. UTC | #2
On Thu, 23 Nov 2023 12:04:55 +0000, James Clark wrote:
> 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
> 
> [...]

Now moved to coresight next branch, thanks!

[1/4] coresight: Fix uninitialized struct warnings
      https://git.kernel.org/coresight/c/8a519235c3c3
[2/4] coresight: etm3x: Fix build warning
      https://git.kernel.org/coresight/c/54daf07e6332
[3/4] coresight: Fix undeclared variable warnings from sparse checker
      https://git.kernel.org/coresight/c/a7195f3f9383
[4/4] coresight: Make current W=1 warnings default
      https://git.kernel.org/coresight/c/d999c7dd5279

Best regards,