From: kernel test robot <lkp@intel.com>
To: Saurabh Sengar <saurabh.singh@xilinx.com>
Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org,
linux-arm-kernel@lists.infradead.org,
Michal Simek <monstr@monstr.eu>, Syed Syed <syed.syed@xilinx.com>,
Priyadarshini Babu <priyadarshini.babu@xilinx.com>,
Ravali Potineni <ravali.potineni@xilinx.com>,
Pranavi Somisetty <pranavi.somisetty@xilinx.com>,
Swati Agarwal <swati.agarwal@xilinx.com>
Subject: [xilinx-xlnx:xlnx_rebase_v5.15_LTS 234/1039] drivers/net/ethernet/xilinx/xilinx_tsn_cb.c:85: warning: expecting prototype for config_stream_filter(). Prototype was for config_ingress_filter() instead
Date: Tue, 29 Mar 2022 05:45:16 +0800 [thread overview]
Message-ID: <202203290553.VbtP230C-lkp@intel.com> (raw)
tree: https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.15_LTS
head: ea33365bd1a8cf667a122498e8f551df05609f92
commit: 263fc2f4cc2eb862df696baa57738c5047a7ed38 [234/1039] net: xilinx: Add Support for CB/FRER feature of PL TSN IP
config: arm64-allmodconfig (https://download.01.org/0day-ci/archive/20220329/202203290553.VbtP230C-lkp@intel.com/config)
compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 0f6d9501cf49ce02937099350d08f20c4af86f3d)
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 arm64 cross compiling tool for clang build
# apt-get install binutils-aarch64-linux-gnu
# https://github.com/Xilinx/linux-xlnx/commit/263fc2f4cc2eb862df696baa57738c5047a7ed38
git remote add xilinx-xlnx https://github.com/Xilinx/linux-xlnx
git fetch --no-tags xilinx-xlnx xlnx_rebase_v5.15_LTS
git checkout 263fc2f4cc2eb862df696baa57738c5047a7ed38
# save the config file to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm64 SHELL=/bin/bash
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 >>):
>> drivers/net/ethernet/xilinx/xilinx_tsn_cb.c:85: warning: expecting prototype for config_stream_filter(). Prototype was for config_ingress_filter() instead
vim +85 drivers/net/ethernet/xilinx/xilinx_tsn_cb.c
79
80 /**
81 * config_stream_filter - Configure Ingress Filter Configuration
82 * @data: Value to be programmed
83 */
84 void config_ingress_filter(struct in_fltr data)
> 85 {
86 u32 mask = 0;
87
88 mask = ((data.in_port_id & IN_PORTID_MASK) << IN_PORTID_SHIFT) |
89 (data.max_seq_id & MAX_SEQID_MASK);
90 axienet_iow(&lp, INGRESS_FILTER_OFFSET, mask);
91 }
92
--
0-DAY CI Kernel Test Service
https://01.org/lkp
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Saurabh Sengar <saurabh.singh@xilinx.com>
Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org,
linux-arm-kernel@lists.infradead.org,
Michal Simek <monstr@monstr.eu>, Syed Syed <syed.syed@xilinx.com>,
Priyadarshini Babu <priyadarshini.babu@xilinx.com>,
Ravali Potineni <ravali.potineni@xilinx.com>,
Pranavi Somisetty <pranavi.somisetty@xilinx.com>,
Swati Agarwal <swati.agarwal@xilinx.com>
Subject: [xilinx-xlnx:xlnx_rebase_v5.15_LTS 234/1039] drivers/net/ethernet/xilinx/xilinx_tsn_cb.c:85: warning: expecting prototype for config_stream_filter(). Prototype was for config_ingress_filter() instead
Date: Tue, 29 Mar 2022 05:45:16 +0800 [thread overview]
Message-ID: <202203290553.VbtP230C-lkp@intel.com> (raw)
tree: https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.15_LTS
head: ea33365bd1a8cf667a122498e8f551df05609f92
commit: 263fc2f4cc2eb862df696baa57738c5047a7ed38 [234/1039] net: xilinx: Add Support for CB/FRER feature of PL TSN IP
config: arm64-allmodconfig (https://download.01.org/0day-ci/archive/20220329/202203290553.VbtP230C-lkp@intel.com/config)
compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 0f6d9501cf49ce02937099350d08f20c4af86f3d)
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 arm64 cross compiling tool for clang build
# apt-get install binutils-aarch64-linux-gnu
# https://github.com/Xilinx/linux-xlnx/commit/263fc2f4cc2eb862df696baa57738c5047a7ed38
git remote add xilinx-xlnx https://github.com/Xilinx/linux-xlnx
git fetch --no-tags xilinx-xlnx xlnx_rebase_v5.15_LTS
git checkout 263fc2f4cc2eb862df696baa57738c5047a7ed38
# save the config file to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm64 SHELL=/bin/bash
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 >>):
>> drivers/net/ethernet/xilinx/xilinx_tsn_cb.c:85: warning: expecting prototype for config_stream_filter(). Prototype was for config_ingress_filter() instead
vim +85 drivers/net/ethernet/xilinx/xilinx_tsn_cb.c
79
80 /**
81 * config_stream_filter - Configure Ingress Filter Configuration
82 * @data: Value to be programmed
83 */
84 void config_ingress_filter(struct in_fltr data)
> 85 {
86 u32 mask = 0;
87
88 mask = ((data.in_port_id & IN_PORTID_MASK) << IN_PORTID_SHIFT) |
89 (data.max_seq_id & MAX_SEQID_MASK);
90 axienet_iow(&lp, INGRESS_FILTER_OFFSET, mask);
91 }
92
--
0-DAY CI Kernel Test Service
https://01.org/lkp
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2022-03-28 21:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-28 21:45 kernel test robot [this message]
2022-03-28 21:45 ` [xilinx-xlnx:xlnx_rebase_v5.15_LTS 234/1039] drivers/net/ethernet/xilinx/xilinx_tsn_cb.c:85: warning: expecting prototype for config_stream_filter(). Prototype was for config_ingress_filter() instead kernel test robot
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=202203290553.VbtP230C-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=llvm@lists.linux.dev \
--cc=monstr@monstr.eu \
--cc=pranavi.somisetty@xilinx.com \
--cc=priyadarshini.babu@xilinx.com \
--cc=ravali.potineni@xilinx.com \
--cc=saurabh.singh@xilinx.com \
--cc=swati.agarwal@xilinx.com \
--cc=syed.syed@xilinx.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 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.