lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sun, 30 Aug 2020 13:50:31 +0800
From:   kernel test robot <lkp@...el.com>
To:     Tuong Lien <tuong.t.lien@...tech.com.au>, davem@...emloft.net,
        jmaloy@...hat.com, maloy@...jonn.com, ying.xue@...driver.com,
        netdev@...r.kernel.org
Cc:     kbuild-all@...ts.01.org, clang-built-linux@...glegroups.com,
        tipc-discussion@...ts.sourceforge.net
Subject: Re: [net-next 3/4] tipc: add automatic session key exchange

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@...el.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

Download attachment ".config.gz" of type "application/gzip" (27798 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ