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 <l...@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-...@lists.01.org

Attachment: .config.gz
Description: application/gzip

Reply via email to