From: kernel test robot <lkp@intel.com>
To: Steffen Klassert <steffen.klassert@secunet.com>
Cc: kbuild-all@lists.01.org,
GNU/Weeb Mailing List <gwml@vger.gnuweeb.org>,
linux-kernel@vger.kernel.org,
Benedict Wong <benedictwong@google.com>,
Lorenzo Colitti <lorenzo@google.com>,
Eyal Birger <eyal.birger@gmail.com>
Subject: [ammarfaizi2-block:google/android/kernel/common/android-4.14-q-release 3312/9999] net/xfrm/xfrm_interface.c:742:13: warning: no previous declaration for 'xfrmi_get_link_net'
Date: Thu, 3 Mar 2022 08:23:55 +0800 [thread overview]
Message-ID: <202203030812.b5xXlD0J-lkp@intel.com> (raw)
Hi Steffen,
FYI, the error/warning still remains.
tree: https://github.com/ammarfaizi2/linux-block google/android/kernel/common/android-4.14-q-release
head: 10b2283595d8504436650acaacae25859eb24bdc
commit: 73d9837ccf12f353d7c5bdcf84ebbe6d0c3b2015 [3312/9999] UPSTREAM: xfrm: Add virtual xfrm interfaces
config: i386-randconfig-a001-20220124 (https://download.01.org/0day-ci/archive/20220303/202203030812.b5xXlD0J-lkp@intel.com/config)
compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0
reproduce (this is a W=1 build):
# https://github.com/ammarfaizi2/linux-block/commit/73d9837ccf12f353d7c5bdcf84ebbe6d0c3b2015
git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block
git fetch --no-tags ammarfaizi2-block google/android/kernel/common/android-4.14-q-release
git checkout 73d9837ccf12f353d7c5bdcf84ebbe6d0c3b2015
# save the config file to linux build tree
mkdir build_dir
make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash net/xfrm/
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 >>):
>> net/xfrm/xfrm_interface.c:742:13: warning: no previous declaration for 'xfrmi_get_link_net' [-Wmissing-declarations]
struct net *xfrmi_get_link_net(const struct net_device *dev)
^~~~~~~~~~~~~~~~~~
vim +/xfrmi_get_link_net +742 net/xfrm/xfrm_interface.c
741
> 742 struct net *xfrmi_get_link_net(const struct net_device *dev)
743 {
744 struct xfrm_if *xi = netdev_priv(dev);
745
746 return dev_net(xi->phydev);
747 }
748
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
reply other threads:[~2022-03-03 0:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=202203030812.b5xXlD0J-lkp@intel.com \
--to=lkp@intel.com \
--cc=benedictwong@google.com \
--cc=eyal.birger@gmail.com \
--cc=gwml@vger.gnuweeb.org \
--cc=kbuild-all@lists.01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lorenzo@google.com \
--cc=steffen.klassert@secunet.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
all inboxes | Powered by JetHome®