From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH RFC net-next] net/smc: Unbind buffer size from clcsock and make it tunable
Date: Tue, 23 Nov 2021 01:18:45 +0800 [thread overview]
Message-ID: <202111230139.lYX5LE5f-lkp@intel.com> (raw)
In-Reply-To: <20211122134255.63347-1-tonylu@linux.alibaba.com>
[-- Attachment #1: Type: text/plain, Size: 2012 bytes --]
Hi Tony,
[FYI, it's a private test report for your RFC patch.]
[auto build test WARNING on net-next/master]
url: https://github.com/0day-ci/linux/commits/Tony-Lu/net-smc-Unbind-buffer-size-from-clcsock-and-make-it-tunable/20211122-215118
base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git 89f971182417cb27abd82cfc48a7f36b99352ddc
config: parisc-randconfig-r035-20211122 (attached as .config)
compiler: hppa-linux-gcc (GCC) 11.2.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/0day-ci/linux/commit/f8b865aff3164098137794ac439371b2391c836b
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Tony-Lu/net-smc-Unbind-buffer-size-from-clcsock-and-make-it-tunable/20211122-215118
git checkout f8b865aff3164098137794ac439371b2391c836b
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross ARCH=parisc
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/smc/smc_sysctl.c:73:12: warning: no previous prototype for 'smc_sysctl_init' [-Wmissing-prototypes]
73 | int __init smc_sysctl_init(void)
| ^~~~~~~~~~~~~~~
>> net/smc/smc_sysctl.c:78:6: warning: no previous prototype for 'smc_sysctl_exit' [-Wmissing-prototypes]
78 | void smc_sysctl_exit(void)
| ^~~~~~~~~~~~~~~
vim +/smc_sysctl_init +73 net/smc/smc_sysctl.c
72
> 73 int __init smc_sysctl_init(void)
74 {
75 return register_pernet_subsys(&smc_sysctl_ops);
76 }
77
> 78 void smc_sysctl_exit(void)
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 36051 bytes --]
next prev parent reply other threads:[~2021-11-22 17:18 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-22 13:42 [PATCH RFC net-next] net/smc: Unbind buffer size from clcsock and make it tunable Tony Lu
2021-11-22 15:08 ` Karsten Graul
2021-11-23 6:56 ` Tony Lu
2021-11-23 9:33 ` Karsten Graul
2021-11-24 4:46 ` Tony Lu
2021-11-22 17:18 ` kernel test robot [this message]
2021-11-22 18:32 ` 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=202111230139.lYX5LE5f-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
/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.