Linux-Security-Module Archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Davide Caratti <dcaratti@redhat.com>, paul@paul-moore.com
Cc: oe-kbuild-all@lists.linux.dev, casey@schaufler-ca.com,
	davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	linux-security-module@vger.kernel.org, netdev@vger.kernel.org,
	pabeni@redhat.com, xmu@redhat.com
Subject: Re: [PATCH net v3] netlabel: fix RCU annotation for IPv4 options on socket creation
Date: Wed, 8 May 2024 05:43:48 +0800	[thread overview]
Message-ID: <202405080517.oMJNehoP-lkp@intel.com> (raw)
In-Reply-To: <ce1a2b59831d74cf8395501f1138923bb842dbce.1714992251.git.dcaratti@redhat.com>

Hi Davide,

kernel test robot noticed the following build errors:

[auto build test ERROR on net/main]

url:    https://github.com/intel-lab-lkp/linux/commits/Davide-Caratti/netlabel-fix-RCU-annotation-for-IPv4-options-on-socket-creation/20240506-184702
base:   net/main
patch link:    https://lore.kernel.org/r/ce1a2b59831d74cf8395501f1138923bb842dbce.1714992251.git.dcaratti%40redhat.com
patch subject: [PATCH net v3] netlabel: fix RCU annotation for IPv4 options on socket creation
config: x86_64-rhel-8.3 (https://download.01.org/0day-ci/archive/20240508/202405080517.oMJNehoP-lkp@intel.com/config)
compiler: gcc-13 (Ubuntu 13.2.0-4ubuntu3) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240508/202405080517.oMJNehoP-lkp@intel.com/reproduce)

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/202405080517.oMJNehoP-lkp@intel.com/

All errors (new ones prefixed by >>):

   ld: vmlinux.o: in function `lockdep_sock_is_held':
>> include/net/sock.h:1665:(.text+0xfe52da): undefined reference to `lockdep_is_held'
>> ld: include/net/sock.h:1666:(.text+0xfe5306): undefined reference to `lockdep_is_held'


vim +1665 include/net/sock.h

ed07536ed67317 Peter Zijlstra       2006-12-06  1662  
05b93801a23c21 Matthew Wilcox       2018-01-17  1663  static inline bool lockdep_sock_is_held(const struct sock *sk)
1e1d04e678cf72 Hannes Frederic Sowa 2016-04-05  1664  {
1e1d04e678cf72 Hannes Frederic Sowa 2016-04-05 @1665  	return lockdep_is_held(&sk->sk_lock) ||
1e1d04e678cf72 Hannes Frederic Sowa 2016-04-05 @1666  	       lockdep_is_held(&sk->sk_lock.slock);
1e1d04e678cf72 Hannes Frederic Sowa 2016-04-05  1667  }
1e1d04e678cf72 Hannes Frederic Sowa 2016-04-05  1668  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

      parent reply	other threads:[~2024-05-07 21:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-06 10:45 [PATCH net v3] netlabel: fix RCU annotation for IPv4 options on socket creation Davide Caratti
2024-05-06 21:12 ` Paul Moore
2024-05-07 21:43 ` kernel test robot [this message]

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=202405080517.oMJNehoP-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=casey@schaufler-ca.com \
    --cc=davem@davemloft.net \
    --cc=dcaratti@redhat.com \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=linux-security-module@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=pabeni@redhat.com \
    --cc=paul@paul-moore.com \
    --cc=xmu@redhat.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 read-only IMAP folder(s) and NNTP newsgroup(s).