public inbox for [email protected]
 help / color / mirror / Atom feed
From: kernel test robot <[email protected]>
To: David Howells <[email protected]>
Cc: [email protected],
	GNU/Weeb Mailing List <[email protected]>,
	[email protected]
Subject: [ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless 19/24] net/rxrpc/output.c:26: undefined reference to `udpv6_sendmsg'
Date: Sat, 30 Apr 2022 04:02:23 +0800	[thread overview]
Message-ID: <[email protected]> (raw)

tree:   https://github.com/ammarfaizi2/linux-block dhowells/linux-fs/rxrpc-ringless
head:   14d1ef9d0da567ca88d30b4c79706079cc997e9f
commit: fdcaaadfeb4a8eec32fe3855be0e5e3c3add5592 [19/24] rxrpc: Call udp_sendmsg() directly
config: arc-randconfig-r043-20220428 (https://download.01.org/0day-ci/archive/20220430/[email protected]/config)
compiler: arceb-elf-gcc (GCC) 11.3.0
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
        # https://github.com/ammarfaizi2/linux-block/commit/fdcaaadfeb4a8eec32fe3855be0e5e3c3add5592
        git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block
        git fetch --no-tags ammarfaizi2-block dhowells/linux-fs/rxrpc-ringless
        git checkout fdcaaadfeb4a8eec32fe3855be0e5e3c3add5592
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=arc SHELL=/bin/bash

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <[email protected]>

All errors (new ones prefixed by >>):

   arceb-elf-ld: net/rxrpc/output.o: in function `do_udp_sendmsg':
>> net/rxrpc/output.c:26: undefined reference to `udpv6_sendmsg'
>> arceb-elf-ld: net/rxrpc/output.c:26: undefined reference to `udpv6_sendmsg'
>> arceb-elf-ld: net/rxrpc/output.c:26: undefined reference to `udpv6_sendmsg'
>> arceb-elf-ld: net/rxrpc/output.c:26: undefined reference to `udpv6_sendmsg'
>> arceb-elf-ld: net/rxrpc/output.c:26: undefined reference to `udpv6_sendmsg'
   arceb-elf-ld: net/rxrpc/output.o:net/rxrpc/output.c:26: more undefined references to `udpv6_sendmsg' follow
   pahole: .tmp_vmlinux.btf: No such file or directory
   .btf.vmlinux.bin.o: file not recognized: file format not recognized


vim +26 net/rxrpc/output.c

    20	
    21	static ssize_t do_udp_sendmsg(struct socket *sk, struct msghdr *msg, size_t len)
    22	{
    23		struct sockaddr *sa = msg->msg_name;
    24	
    25		if (sa->sa_family == AF_INET6)
  > 26			return udpv6_sendmsg(sk->sk, msg, len);
    27		return udp_sendmsg(sk->sk, msg, len);
    28	}
    29	

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

                 reply	other threads:[~2022-04-29 20:03 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 \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    /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