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, 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: Fri, 9 Apr 2021 22:32:24 +0800 [thread overview]
Message-ID: <202104092257.hD7EMfCI-lkp@intel.com> (raw)
In-Reply-To: <20210409103722.26290-9-mike.leach@linaro.org>
[-- Attachment #1: Type: text/plain, Size: 2769 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-s032-20210409 (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 9.3.0
reproduce:
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# apt-get install sparse
# sparse version: v0.6.3-279-g6d5d9b42-dirty
# 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=gcc-9.3.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' 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-etm4x-cfg.h:10,
from drivers/hwtracing/coresight/coresight-cfg-afdo.c:8:
>> drivers/hwtracing/coresight/coresight-etm4x.h:143:10: fatal error: asm/sysreg.h: No such file or directory
143 | #include <asm/sysreg.h>
| ^~~~~~~~~~~~~~
compilation terminated.
sparse warnings: (new ones prefixed by >>)
>> drivers/hwtracing/coresight/coresight-cfg-preload.c:15:9: sparse: sparse: Using plain integer as NULL pointer
drivers/hwtracing/coresight/coresight-cfg-preload.c:20:9: sparse: sparse: Using plain integer as NULL pointer
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: 39117 bytes --]
[-- Attachment #3: Type: text/plain, Size: 176 bytes --]
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2021-04-09 14:35 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 [this message]
2021-04-10 0:44 ` kernel test robot
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=202104092257.hD7EMfCI-lkp@intel.com \
--to=lkp@intel.com \
--cc=alexander.shishkin@linux.intel.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;
as well as URLs for NNTP newsgroup(s).