public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Mike Leach <mike.leach@linaro.org>,
	linux-arm-kernel@lists.infradead.org, coresight@lists.linaro.org,
	mathieu.poirier@linaro.org, linux-doc@vger.kernel.org,
	suzuki.poulose@arm.com
Cc: kbuild-all@lists.01.org, clang-built-linux@googlegroups.com,
	yabinc@google.com, leo.yan@linaro.org,
	alexander.shishkin@linux.intel.com, tingwei@codeaurora.org,
	gregkh@linuxfoundation.org
Subject: Re: [PATCH v6 08/10] coresight: config: Add preloaded configurations
Date: Sat, 10 Apr 2021 08:44:12 +0800	[thread overview]
Message-ID: <202104100800.0YHQhGqJ-lkp@intel.com> (raw)
In-Reply-To: <20210409103722.26290-9-mike.leach@linaro.org>

[-- Attachment #1: Type: text/plain, Size: 2531 bytes --]

Hi Mike,

I love your patch! Yet something to improve:

[auto build test ERROR on next-20210408]
[also build test ERROR on v5.12-rc6]
[cannot apply to soc/for-next lwn/docs-next linus/master v5.12-rc6 v5.12-rc5 v5.12-rc4]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Mike-Leach/CoreSight-configuration-management-ETM-strobing/20210409-183900
base:    6145d80cfc62e3ed8f16ff584d6287e6d88b82b9
config: arm-randconfig-r011-20210409 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project dd453a1389b6a7e6d9214b449d3c54981b1a89b6)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # install arm cross compiling tool for clang build
        # apt-get install binutils-arm-linux-gnueabi
        # https://github.com/0day-ci/linux/commit/e97fc23237355b8b816f4e4864206f91a41652cc
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Mike-Leach/CoreSight-configuration-management-ETM-strobing/20210409-183900
        git checkout e97fc23237355b8b816f4e4864206f91a41652cc
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   In file included from drivers/hwtracing/coresight/coresight-cfg-afdo.c:8:
   In file included from drivers/hwtracing/coresight/coresight-etm4x-cfg.h:10:
>> drivers/hwtracing/coresight/coresight-etm4x.h:143:10: fatal error: 'asm/sysreg.h' file not found
   #include <asm/sysreg.h>
            ^~~~~~~~~~~~~~
   1 error generated.


vim +143 drivers/hwtracing/coresight/coresight-etm4x.h

03336d0f4d0d74 Suzuki K Poulose 2021-02-01  142  
03336d0f4d0d74 Suzuki K Poulose 2021-02-01 @143  #include <asm/sysreg.h>
03336d0f4d0d74 Suzuki K Poulose 2021-02-01  144  #define ETM4x_REG_NUM_TO_SYSREG(n)				\
03336d0f4d0d74 Suzuki K Poulose 2021-02-01  145  	sys_reg(2, 1, ETM4x_CRn(n), ETM4x_CRm(n), ETM4x_Op2(n))
03336d0f4d0d74 Suzuki K Poulose 2021-02-01  146  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 31290 bytes --]

  parent reply	other threads:[~2021-04-10  0:44 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-09 10:37 [PATCH v6 00/10] CoreSight configuration management; ETM strobing Mike Leach
2021-04-09 10:37 ` [PATCH v6 01/10] coresight: syscfg: Initial coresight system configuration Mike Leach
2021-04-09 10:37 ` [PATCH v6 02/10] coresight: syscfg: Add registration and feature loading for cs devices Mike Leach
2021-04-09 10:37 ` [PATCH v6 03/10] coresight: config: Add configuration and feature generic functions Mike Leach
2021-04-09 10:37 ` [PATCH v6 04/10] coresight: etm-perf: update to handle configuration selection Mike Leach
2021-04-09 10:37 ` [PATCH v6 05/10] coresight: syscfg: Add API to activate and enable configurations Mike Leach
2021-04-09 10:37 ` [PATCH v6 06/10] coresight: etm-perf: Update to activate selected configuration Mike Leach
2021-04-09 10:37 ` [PATCH v6 07/10] coresight: etm4x: Add complex configuration handlers to etmv4 Mike Leach
2021-04-12 10:28   ` Suzuki K Poulose
2021-04-12 11:29     ` Mike Leach
2021-04-12 12:25       ` Mike Leach
2021-04-09 10:37 ` [PATCH v6 08/10] coresight: config: Add preloaded configurations Mike Leach
2021-04-09 14:32   ` kernel test robot
2021-04-10  0:44   ` kernel test robot [this message]
2021-04-09 10:37 ` [PATCH v6 09/10] coresight: syscfg: Add initial configfs support Mike Leach
2021-04-12 17:30   ` Mathieu Poirier
2021-04-09 10:37 ` [PATCH v6 10/10] Documentation: coresight: Add documentation for CoreSight config Mike Leach

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202104100800.0YHQhGqJ-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=alexander.shishkin@linux.intel.com \
    --cc=clang-built-linux@googlegroups.com \
    --cc=coresight@lists.linaro.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=kbuild-all@lists.01.org \
    --cc=leo.yan@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=mathieu.poirier@linaro.org \
    --cc=mike.leach@linaro.org \
    --cc=suzuki.poulose@arm.com \
    --cc=tingwei@codeaurora.org \
    --cc=yabinc@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox