From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [RFC net-next 5/7] selftests/net: Add test app for SIOC{S|G}SYNCE
Date: Wed, 18 Aug 2021 19:49:45 +0800 [thread overview]
Message-ID: <202108181956.VrcDcOL7-lkp@intel.com> (raw)
In-Reply-To: <20210816160717.31285-6-arkadiusz.kubalewski@intel.com>
[-- Attachment #1: Type: text/plain, Size: 2328 bytes --]
Hi Arkadiusz,
[FYI, it's a private test report for your RFC patch.]
[auto build test WARNING on aba1e4adb54e020d3ca85a4df3ef0f8febe87548]
url: https://github.com/0day-ci/linux/commits/Arkadiusz-Kubalewski/Add-basic-SyncE-interfaces/20210817-001938
base: aba1e4adb54e020d3ca85a4df3ef0f8febe87548
config: x86_64-rhel-8.3-kselftests (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
# https://github.com/0day-ci/linux/commit/615235c3d363d0d6f520b487b655349b56e3d15f
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Arkadiusz-Kubalewski/Add-basic-SyncE-interfaces/20210817-001938
git checkout 615235c3d363d0d6f520b487b655349b56e3d15f
# save the attached .config to linux build tree
make W=1 ARCH=x86_64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
phy_ref_clk.c: In function 'main':
>> phy_ref_clk.c:125:26: warning: format '%u' expects argument of type 'unsigned int *', but argument 3 has type '__u8 *' {aka 'unsigned char *'} [-Wformat=]
125 | ret = sscanf(argv[2], "%u", &pin);
| ~^ ~~~~
| | |
| | __u8 * {aka unsigned char *}
| unsigned int *
| %hhu
>> phy_ref_clk.c:132:27: warning: format '%u' expects argument of type 'unsigned int *', but argument 3 has type '_Bool *' [-Wformat=]
132 | ret = sscanf(argv[3], "%u", &enable);
| ~^ ~~~~~~~
| | |
| | _Bool *
| unsigned int *
In function 'get_ref_clk',
inlined from 'main' at phy_ref_clk.c:130:9:
>> phy_ref_clk.c:58:2: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation]
58 | strncpy(ifdata.ifr_name, ifname, IFNAMSIZ);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 42175 bytes --]
next prev parent reply other threads:[~2021-08-18 11:49 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-16 16:07 [Intel-wired-lan] [RFC net-next 0/7] Add basic SyncE interfaces Arkadiusz Kubalewski
2021-08-16 16:07 ` Arkadiusz Kubalewski
2021-08-16 16:07 ` [Intel-wired-lan] [RFC net-next 1/7] ptp: Add interface for acquiring DPLL state Arkadiusz Kubalewski
2021-08-16 16:07 ` Arkadiusz Kubalewski
2021-08-16 23:54 ` [Intel-wired-lan] " Richard Cochran
2021-08-16 23:54 ` Richard Cochran
2021-08-17 9:41 ` [Intel-wired-lan] " Machnikowski, Maciej
2021-08-17 9:41 ` Machnikowski, Maciej
2021-08-18 17:02 ` [Intel-wired-lan] " Richard Cochran
2021-08-18 17:02 ` Richard Cochran
2021-08-18 18:14 ` [Intel-wired-lan] " Keller, Jacob E
2021-08-18 18:14 ` Keller, Jacob E
2021-08-18 22:36 ` Machnikowski, Maciej
2021-08-18 22:36 ` Machnikowski, Maciej
2021-08-19 15:34 ` [Intel-wired-lan] " Richard Cochran
2021-08-19 15:34 ` Richard Cochran
2021-08-19 15:40 ` [Intel-wired-lan] " Machnikowski, Maciej
2021-08-19 15:40 ` Machnikowski, Maciej
2021-08-20 15:55 ` [Intel-wired-lan] " Richard Cochran
2021-08-20 15:55 ` Richard Cochran
2021-08-20 18:30 ` [Intel-wired-lan] " Machnikowski, Maciej
2021-08-20 18:30 ` Machnikowski, Maciej
2021-08-22 1:50 ` [Intel-wired-lan] " Richard Cochran
2021-08-22 1:50 ` Richard Cochran
2021-08-22 2:30 ` [Intel-wired-lan] " Richard Cochran
2021-08-22 2:30 ` Richard Cochran
2021-08-23 8:29 ` [Intel-wired-lan] " Machnikowski, Maciej
2021-08-23 8:29 ` Machnikowski, Maciej
2021-08-30 21:06 ` [Intel-wired-lan] " Richard Cochran
2021-08-30 21:06 ` Richard Cochran
2021-08-31 9:29 ` [Intel-wired-lan] " Machnikowski, Maciej
2021-08-31 9:29 ` Machnikowski, Maciej
2021-08-16 16:07 ` [Intel-wired-lan] [RFC net-next 2/7] selftests/ptp: Add usage of PTP_DPLL_GETSTATE ioctl in testptp Arkadiusz Kubalewski
2021-08-16 16:07 ` Arkadiusz Kubalewski
2021-08-16 23:54 ` [Intel-wired-lan] " Richard Cochran
2021-08-16 23:54 ` Richard Cochran
2021-08-16 16:07 ` [Intel-wired-lan] [RFC net-next 3/7] ice: add get_dpll_state ptp interface usage Arkadiusz Kubalewski
2021-08-16 16:07 ` Arkadiusz Kubalewski
2021-08-16 16:07 ` [Intel-wired-lan] [RFC net-next 4/7] net: add ioctl interface for recover reference clock on netdev Arkadiusz Kubalewski
2021-08-16 16:07 ` Arkadiusz Kubalewski
2021-08-16 19:46 ` [Intel-wired-lan] " Arnd Bergmann
2021-08-16 19:46 ` Arnd Bergmann
2021-08-17 10:35 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2021-08-17 10:35 ` Kubalewski, Arkadiusz
2021-08-22 1:25 ` [Intel-wired-lan] " Richard Cochran
2021-08-22 1:25 ` Richard Cochran
2021-08-16 16:07 ` [Intel-wired-lan] [RFC net-next 5/7] selftests/net: Add test app for SIOC{S|G}SYNCE Arkadiusz Kubalewski
2021-08-16 16:07 ` Arkadiusz Kubalewski
2021-08-18 11:49 ` kernel test robot [this message]
2021-08-16 16:07 ` [Intel-wired-lan] [RFC net-next 6/7] ice: add SIOC{S|G}SYNCE interface usage to recover reference signal Arkadiusz Kubalewski
2021-08-16 16:07 ` Arkadiusz Kubalewski
2021-08-16 16:07 ` [Intel-wired-lan] [RFC net-next 7/7] ice: add sysfs interface to configure PHY recovered " Arkadiusz Kubalewski
2021-08-16 16:07 ` Arkadiusz Kubalewski
2021-08-18 17:05 ` [Intel-wired-lan] [RFC net-next 0/7] Add basic SyncE interfaces Richard Cochran
2021-08-18 17:05 ` Richard Cochran
2021-08-18 17:08 ` [Intel-wired-lan] " Richard Cochran
2021-08-18 17:08 ` Richard Cochran
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=202108181956.VrcDcOL7-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.