From: kernel test robot <lkp@intel.com>
To: Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [Intel-wired-lan] [RFC PATCH v8 06/10] netdev: expose DPLL pin handle for netdevice
Date: Sat, 10 Jun 2023 01:30:41 +0800 [thread overview]
Message-ID: <202306100147.TAy88mnU-lkp@intel.com> (raw)
In-Reply-To: <20230609121853.3607724-7-arkadiusz.kubalewski@intel.com>
Hi Arkadiusz,
[This is a private test report for your RFC patch.]
kernel test robot noticed the following build errors:
[auto build test ERROR on tnguy-next-queue/dev-queue]
[also build test ERROR on tnguy-net-queue/dev-queue net-next/main net/main linus/master v6.4-rc5]
[cannot apply to next-20230609]
[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#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Arkadiusz-Kubalewski/dpll-documentation-on-DPLL-subsystem-interface/20230609-202453
base: https://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue.git dev-queue
patch link: https://lore.kernel.org/r/20230609121853.3607724-7-arkadiusz.kubalewski%40intel.com
patch subject: [Intel-wired-lan] [RFC PATCH v8 06/10] netdev: expose DPLL pin handle for netdevice
config: parisc-buildonly-randconfig-r005-20230608 (https://download.01.org/0day-ci/archive/20230610/202306100147.TAy88mnU-lkp@intel.com/config)
compiler: hppa-linux-gcc (GCC) 12.3.0
reproduce (this is a W=1 build):
mkdir -p ~/bin
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
git remote add tnguy-next-queue https://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue.git
git fetch tnguy-next-queue dev-queue
git checkout tnguy-next-queue/dev-queue
b4 shazam https://lore.kernel.org/r/20230609121853.3607724-7-arkadiusz.kubalewski@intel.com
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.3.0 ~/bin/make.cross W=1 O=build_dir ARCH=parisc olddefconfig
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.3.0 ~/bin/make.cross W=1 O=build_dir ARCH=parisc SHELL=/bin/bash net/core/
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202306100147.TAy88mnU-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from include/linux/build_bug.h:5,
from include/linux/bits.h:21,
from include/linux/bitops.h:6,
from net/core/rtnetlink.c:15:
net/core/rtnetlink.c: In function 'rtnl_dpll_pin_size':
>> net/core/rtnetlink.c:1059:16: error: 'const struct net_device' has no member named 'dpll_pin'
1059 | if (dev->dpll_pin)
| ^~
include/linux/compiler.h:57:52: note: in definition of macro '__trace_if_var'
57 | #define __trace_if_var(cond) (__builtin_constant_p(cond) ? (cond) : __trace_if_value(cond))
| ^~~~
net/core/rtnetlink.c:1059:9: note: in expansion of macro 'if'
1059 | if (dev->dpll_pin)
| ^~
>> net/core/rtnetlink.c:1059:16: error: 'const struct net_device' has no member named 'dpll_pin'
1059 | if (dev->dpll_pin)
| ^~
include/linux/compiler.h:57:61: note: in definition of macro '__trace_if_var'
57 | #define __trace_if_var(cond) (__builtin_constant_p(cond) ? (cond) : __trace_if_value(cond))
| ^~~~
net/core/rtnetlink.c:1059:9: note: in expansion of macro 'if'
1059 | if (dev->dpll_pin)
| ^~
>> net/core/rtnetlink.c:1059:16: error: 'const struct net_device' has no member named 'dpll_pin'
1059 | if (dev->dpll_pin)
| ^~
include/linux/compiler.h:68:10: note: in definition of macro '__trace_if_value'
68 | (cond) ? \
| ^~~~
include/linux/compiler.h:55:28: note: in expansion of macro '__trace_if_var'
55 | #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) )
| ^~~~~~~~~~~~~~
net/core/rtnetlink.c:1059:9: note: in expansion of macro 'if'
1059 | if (dev->dpll_pin)
| ^~
net/core/rtnetlink.c:1060:53: error: 'const struct net_device' has no member named 'dpll_pin'
1060 | size += dpll_msg_pin_handle_size(dev->dpll_pin);
| ^~
net/core/rtnetlink.c: In function 'rtnl_fill_dpll_pin':
net/core/rtnetlink.c:1793:16: error: 'const struct net_device' has no member named 'dpll_pin'
1793 | if (dev->dpll_pin) {
| ^~
include/linux/compiler.h:57:52: note: in definition of macro '__trace_if_var'
57 | #define __trace_if_var(cond) (__builtin_constant_p(cond) ? (cond) : __trace_if_value(cond))
| ^~~~
net/core/rtnetlink.c:1793:9: note: in expansion of macro 'if'
1793 | if (dev->dpll_pin) {
| ^~
net/core/rtnetlink.c:1793:16: error: 'const struct net_device' has no member named 'dpll_pin'
1793 | if (dev->dpll_pin) {
| ^~
include/linux/compiler.h:57:61: note: in definition of macro '__trace_if_var'
57 | #define __trace_if_var(cond) (__builtin_constant_p(cond) ? (cond) : __trace_if_value(cond))
| ^~~~
net/core/rtnetlink.c:1793:9: note: in expansion of macro 'if'
1793 | if (dev->dpll_pin) {
| ^~
net/core/rtnetlink.c:1793:16: error: 'const struct net_device' has no member named 'dpll_pin'
1793 | if (dev->dpll_pin) {
| ^~
include/linux/compiler.h:68:10: note: in definition of macro '__trace_if_value'
68 | (cond) ? \
| ^~~~
include/linux/compiler.h:55:28: note: in expansion of macro '__trace_if_var'
55 | #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) )
| ^~~~~~~~~~~~~~
net/core/rtnetlink.c:1793:9: note: in expansion of macro 'if'
1793 | if (dev->dpll_pin) {
| ^~
net/core/rtnetlink.c:1794:55: error: 'const struct net_device' has no member named 'dpll_pin'
1794 | ret = dpll_msg_add_pin_handle(skb, dev->dpll_pin);
| ^~
vim +1059 net/core/rtnetlink.c
1054
1055 static size_t rtnl_dpll_pin_size(const struct net_device *dev)
1056 {
1057 size_t size = nla_total_size(0); /* nest IFLA_DPLL_PIN */
1058
> 1059 if (dev->dpll_pin)
1060 size += dpll_msg_pin_handle_size(dev->dpll_pin);
1061
1062 return size;
1063 }
1064
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2023-06-09 17:31 UTC|newest]
Thread overview: 150+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-09 12:18 [Intel-wired-lan] [RFC PATCH v8 00/10] Create common DPLL configuration API Arkadiusz Kubalewski
2023-06-09 12:18 ` Arkadiusz Kubalewski
2023-06-09 12:18 ` [Intel-wired-lan] [RFC PATCH v8 01/10] dpll: documentation on DPLL subsystem interface Arkadiusz Kubalewski
2023-06-09 12:18 ` Arkadiusz Kubalewski
2023-06-10 3:22 ` [Intel-wired-lan] " Bagas Sanjaya
2023-06-10 3:22 ` Bagas Sanjaya
2023-06-12 14:24 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-06-12 14:24 ` Kubalewski, Arkadiusz
2023-06-10 16:28 ` [Intel-wired-lan] " Jiri Pirko
2023-06-10 16:28 ` Jiri Pirko
2023-06-12 15:24 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-06-12 15:24 ` Kubalewski, Arkadiusz
2023-06-12 22:30 ` [Intel-wired-lan] " Jakub Kicinski
2023-06-12 22:30 ` Jakub Kicinski
2023-06-12 15:30 ` [Intel-wired-lan] " Bart Van Assche
2023-06-12 15:30 ` Bart Van Assche
2023-06-12 16:01 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-06-12 16:01 ` Kubalewski, Arkadiusz
2023-06-12 22:43 ` [Intel-wired-lan] " Jakub Kicinski
2023-06-12 22:43 ` Jakub Kicinski
2023-06-13 9:55 ` [Intel-wired-lan] " Jiri Pirko
2023-06-13 9:55 ` Jiri Pirko
2023-06-13 16:38 ` [Intel-wired-lan] " Jakub Kicinski
2023-06-13 16:38 ` Jakub Kicinski
2023-06-14 9:27 ` [Intel-wired-lan] " Jiri Pirko
2023-06-14 9:27 ` Jiri Pirko
2023-06-14 12:21 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-06-14 12:21 ` Kubalewski, Arkadiusz
2023-06-14 19:15 ` [Intel-wired-lan] " Jakub Kicinski
2023-06-14 19:15 ` Jakub Kicinski
2023-06-14 19:23 ` [Intel-wired-lan] " Jakub Kicinski
2023-06-14 19:23 ` Jakub Kicinski
2023-06-15 10:18 ` [Intel-wired-lan] " Jiri Pirko
2023-06-15 10:18 ` Jiri Pirko
2023-06-15 13:44 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-06-15 13:44 ` Kubalewski, Arkadiusz
2023-06-15 16:31 ` [Intel-wired-lan] " Jakub Kicinski
2023-06-15 16:31 ` Jakub Kicinski
2023-06-17 10:36 ` [Intel-wired-lan] " Jiri Pirko
2023-06-17 10:36 ` Jiri Pirko
2023-06-12 23:49 ` [Intel-wired-lan] " Jakub Kicinski
2023-06-12 23:49 ` Jakub Kicinski
2023-06-14 12:23 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-06-14 12:23 ` Kubalewski, Arkadiusz
2023-06-09 12:18 ` [Intel-wired-lan] [RFC PATCH v8 02/10] dpll: spec: Add Netlink spec in YAML Arkadiusz Kubalewski
2023-06-09 12:18 ` Arkadiusz Kubalewski
2023-06-10 16:22 ` [Intel-wired-lan] " Jiri Pirko
2023-06-10 16:22 ` Jiri Pirko
2023-06-15 13:42 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-06-15 13:42 ` Kubalewski, Arkadiusz
2023-06-09 12:18 ` [Intel-wired-lan] [RFC PATCH v8 03/10] dpll: core: Add DPLL framework base functions Arkadiusz Kubalewski
2023-06-09 12:18 ` Arkadiusz Kubalewski
2023-06-10 17:38 ` [Intel-wired-lan] " Jiri Pirko
2023-06-10 17:38 ` Jiri Pirko
2023-06-21 16:28 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-06-21 16:28 ` Kubalewski, Arkadiusz
2023-06-21 18:55 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-06-21 18:55 ` Kubalewski, Arkadiusz
2023-06-22 7:05 ` [Intel-wired-lan] " Jiri Pirko
2023-06-22 7:05 ` Jiri Pirko
2023-07-17 19:03 ` Vadim Fedorenko
2023-07-17 19:03 ` Vadim Fedorenko
2023-06-11 9:36 ` [Intel-wired-lan] " Jiri Pirko
2023-06-11 9:36 ` Jiri Pirko
2023-06-12 7:25 ` [Intel-wired-lan] " Paolo Abeni
2023-06-12 7:25 ` Paolo Abeni
2023-06-21 20:38 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-06-21 20:38 ` Kubalewski, Arkadiusz
2023-06-11 10:01 ` [Intel-wired-lan] " Jiri Pirko
2023-06-11 10:01 ` Jiri Pirko
2023-06-12 23:45 ` [Intel-wired-lan] " Jakub Kicinski
2023-06-12 23:45 ` Jakub Kicinski
2023-06-21 21:17 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-06-21 21:17 ` Kubalewski, Arkadiusz
2023-06-22 7:09 ` [Intel-wired-lan] " Jiri Pirko
2023-06-22 7:09 ` Jiri Pirko
2023-06-09 12:18 ` [Intel-wired-lan] [RFC PATCH v8 04/10] dpll: netlink: " Arkadiusz Kubalewski
2023-06-09 12:18 ` Arkadiusz Kubalewski
2023-06-11 11:42 ` [Intel-wired-lan] " Jiri Pirko
2023-06-11 11:42 ` Jiri Pirko
2023-06-23 1:01 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-06-23 1:01 ` Kubalewski, Arkadiusz
2023-06-21 11:18 ` [Intel-wired-lan] " Petr Oros
2023-06-21 11:18 ` Petr Oros
2023-06-21 11:53 ` [Intel-wired-lan] " Jiri Pirko
2023-06-21 11:53 ` Jiri Pirko
2023-06-21 13:07 ` [Intel-wired-lan] " Jiri Pirko
2023-06-21 13:07 ` Jiri Pirko
2023-06-23 0:56 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-06-23 0:56 ` Kubalewski, Arkadiusz
2023-06-23 7:48 ` [Intel-wired-lan] " Jiri Pirko
2023-06-23 7:48 ` Jiri Pirko
2023-06-23 0:56 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-06-23 0:56 ` Kubalewski, Arkadiusz
2023-06-09 12:18 ` [Intel-wired-lan] [RFC PATCH v8 05/10] dpll: api header: " Arkadiusz Kubalewski
2023-06-09 12:18 ` Arkadiusz Kubalewski
2023-06-10 7:25 ` [Intel-wired-lan] " Jiri Pirko
2023-06-10 7:25 ` Jiri Pirko
2023-06-10 7:29 ` [Intel-wired-lan] " Jiri Pirko
2023-06-10 7:29 ` Jiri Pirko
2023-06-12 15:00 ` [Intel-wired-lan] " Vadim Fedorenko
2023-06-12 15:00 ` Vadim Fedorenko
2023-06-10 7:32 ` [Intel-wired-lan] " Jiri Pirko
2023-06-10 7:32 ` Jiri Pirko
2023-06-09 12:18 ` [Intel-wired-lan] [RFC PATCH v8 06/10] netdev: expose DPLL pin handle for netdevice Arkadiusz Kubalewski
2023-06-09 12:18 ` Arkadiusz Kubalewski
2023-06-09 17:30 ` [Intel-wired-lan] " kernel test robot
2023-06-09 17:30 ` kernel test robot [this message]
2023-06-09 17:41 ` kernel test robot
2023-06-12 9:17 ` Petr Oros
2023-06-12 9:17 ` Petr Oros
2023-06-13 13:51 ` [Intel-wired-lan] " Jiri Pirko
2023-06-13 13:51 ` Jiri Pirko
2023-06-14 12:25 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-06-14 12:25 ` Kubalewski, Arkadiusz
2023-06-09 12:18 ` [Intel-wired-lan] [RFC PATCH v8 07/10] ice: add admin commands to access cgu configuration Arkadiusz Kubalewski
2023-06-09 12:18 ` Arkadiusz Kubalewski
2023-06-10 8:46 ` [Intel-wired-lan] " Jiri Pirko
2023-06-10 8:46 ` Jiri Pirko
2023-06-15 21:35 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-06-15 21:35 ` Kubalewski, Arkadiusz
2023-06-10 15:36 ` [Intel-wired-lan] " kernel test robot
2023-06-09 12:18 ` [Intel-wired-lan] [RFC PATCH v8 08/10] ice: implement dpll interface to control cgu Arkadiusz Kubalewski
2023-06-09 12:18 ` Arkadiusz Kubalewski
2023-06-10 9:57 ` [Intel-wired-lan] " Jiri Pirko
2023-06-10 9:57 ` Jiri Pirko
2023-06-19 18:08 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-06-19 18:08 ` Kubalewski, Arkadiusz
2023-06-21 12:28 ` [Intel-wired-lan] " Jiri Pirko
2023-06-21 12:28 ` Jiri Pirko
2023-06-10 16:36 ` [Intel-wired-lan] " Jiri Pirko
2023-06-10 16:36 ` Jiri Pirko
2023-06-19 20:34 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-06-19 20:34 ` Kubalewski, Arkadiusz
2023-06-21 12:29 ` [Intel-wired-lan] " Jiri Pirko
2023-06-21 12:29 ` Jiri Pirko
2023-06-29 6:14 ` [Intel-wired-lan] " Jiri Pirko
2023-06-29 6:14 ` Jiri Pirko
2023-07-03 12:37 ` [Intel-wired-lan] " Kubalewski, Arkadiusz
2023-07-03 12:37 ` Kubalewski, Arkadiusz
2023-07-10 8:23 ` [Intel-wired-lan] " Jiri Pirko
2023-07-10 8:23 ` Jiri Pirko
2023-06-09 12:18 ` [Intel-wired-lan] [RFC PATCH v8 09/10] ptp_ocp: implement DPLL ops Arkadiusz Kubalewski
2023-06-09 12:18 ` Arkadiusz Kubalewski
2023-06-10 8:06 ` [Intel-wired-lan] " Jiri Pirko
2023-06-10 8:06 ` Jiri Pirko
2023-06-09 12:18 ` [Intel-wired-lan] [RFC PATCH v8 10/10] mlx5: Implement SyncE support using DPLL infrastructure Arkadiusz Kubalewski
2023-06-09 12:18 ` Arkadiusz Kubalewski
2023-06-09 23:27 ` [Intel-wired-lan] [RFC PATCH v8 00/10] Create common DPLL configuration API Jakub Kicinski
2023-06-09 23:27 ` Jakub Kicinski
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=202306100147.TAy88mnU-lkp@intel.com \
--to=lkp@intel.com \
--cc=arkadiusz.kubalewski@intel.com \
--cc=oe-kbuild-all@lists.linux.dev \
/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.