Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Tuong Lien <tuong.t.lien@dektech.com.au>,
davem@davemloft.net, jmaloy@redhat.com, maloy@donjonn.com,
ying.xue@windriver.com, netdev@vger.kernel.org
Cc: kbuild-all@lists.01.org, clang-built-linux@googlegroups.com,
tipc-discussion@lists.sourceforge.net
Subject: Re: [net-next 3/4] tipc: add automatic session key exchange
Date: Sun, 30 Aug 2020 13:50:31 +0800 [thread overview]
Message-ID: <202008301323.1HLaWEwJ%lkp@intel.com> (raw)
In-Reply-To: <20200829194157.10273-4-tuong.t.lien@dektech.com.au>
[-- Attachment #1: Type: text/plain, Size: 2191 bytes --]
Hi Tuong,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on net-next/master]
url: https://github.com/0day-ci/linux/commits/Tuong-Lien/tipc-add-more-features-to-TIPC-encryption/20200830-124405
base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git 0f091e43310f5c292b7094f9f115e651358e8053
config: arm-randconfig-r002-20200830 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project c10e63677f5d20f18010f8f68c631ddc97546f7d)
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 arm cross compiling tool for clang build
# apt-get install binutils-arm-linux-gnueabi
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> net/tipc/node.c:595:2: error: implicit declaration of function 'tipc_crypto_key_flush' [-Werror,-Wimplicit-function-declaration]
tipc_crypto_key_flush(node->crypto_rx);
^
>> net/tipc/node.c:595:30: error: no member named 'crypto_rx' in 'struct tipc_node'
tipc_crypto_key_flush(node->crypto_rx);
~~~~ ^
2 errors generated.
# https://github.com/0day-ci/linux/commit/3b48f8cf565d52118c8adb2c1ec543bdc65e12b9
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Tuong-Lien/tipc-add-more-features-to-TIPC-encryption/20200830-124405
git checkout 3b48f8cf565d52118c8adb2c1ec543bdc65e12b9
vim +/tipc_crypto_key_flush +595 net/tipc/node.c
592
593 static void tipc_node_delete_from_list(struct tipc_node *node)
594 {
> 595 tipc_crypto_key_flush(node->crypto_rx);
596 list_del_rcu(&node->list);
597 hlist_del_rcu(&node->hash);
598 tipc_node_put(node);
599 }
600
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 27798 bytes --]
next prev parent reply other threads:[~2020-08-30 6:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-29 19:41 [net-next 0/4] tipc: add more features to TIPC encryption Tuong Lien
2020-08-29 19:41 ` [net-next 1/4] tipc: optimize key switching time and logic Tuong Lien
2020-08-29 19:41 ` [net-next 2/4] tipc: introduce encryption master key Tuong Lien
2020-08-29 19:41 ` [net-next 3/4] tipc: add automatic session key exchange Tuong Lien
2020-08-30 5:50 ` kernel test robot [this message]
2020-08-29 19:41 ` [net-next 4/4] tipc: add automatic rekeying for encryption key Tuong Lien
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=202008301323.1HLaWEwJ%lkp@intel.com \
--to=lkp@intel.com \
--cc=clang-built-linux@googlegroups.com \
--cc=davem@davemloft.net \
--cc=jmaloy@redhat.com \
--cc=kbuild-all@lists.01.org \
--cc=maloy@donjonn.com \
--cc=netdev@vger.kernel.org \
--cc=tipc-discussion@lists.sourceforge.net \
--cc=tuong.t.lien@dektech.com.au \
--cc=ying.xue@windriver.com \
--subject='Re: [net-next 3/4] tipc: add automatic session key exchange' \
/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
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 NNTP newsgroup(s).