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
| ||
|
Message-ID: <202207191049.lGxYs81r-lkp@intel.com> Date: Tue, 19 Jul 2022 10:40:18 +0800 From: kernel test robot <lkp@...el.com> To: Jakub Kicinski <kuba@...nel.org>, davem@...emloft.net Cc: kbuild-all@...ts.01.org, netdev@...r.kernel.org, edumazet@...gle.com, pabeni@...hat.com, borisp@...dia.com, john.fastabend@...il.com, maximmi@...dia.com, tariqt@...dia.com, vfedorenko@...ek.ru, Jakub Kicinski <kuba@...nel.org> Subject: Re: [PATCH net-next 7/7] tls: rx: do not use the standard strparser Hi Jakub, I love your patch! Perhaps something to improve: [auto build test WARNING on net-next/master] url: https://github.com/intel-lab-lkp/linux/commits/Jakub-Kicinski/tls-rx-decrypt-from-the-TCP-queue/20220719-035116 base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git 6e693a104207fbf5a22795c987e8964c0a1ffe2d config: x86_64-rhel-8.3-syz (https://download.01.org/0day-ci/archive/20220719/202207191049.lGxYs81r-lkp@intel.com/config) compiler: gcc-11 (Debian 11.3.0-3) 11.3.0 reproduce (this is a W=1 build): # https://github.com/intel-lab-lkp/linux/commit/2a6e8eea293987aa4507bf82c5952f49752c9be3 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Jakub-Kicinski/tls-rx-decrypt-from-the-TCP-queue/20220719-035116 git checkout 2a6e8eea293987aa4507bf82c5952f49752c9be3 # save the config file mkdir build_dir && cp config build_dir/.config make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot <lkp@...el.com> All warnings (new ones prefixed by >>, old ones prefixed by <<): >> WARNING: modpost: net/tls/tls.o(.init.text+0x65): Section mismatch in reference from the function init_module() to the function .exit.text:tls_device_cleanup() The function __init init_module() references a function __exit tls_device_cleanup(). This is often seen when error handling in the init function uses functionality in the exit path. The fix is often to remove the __exit annotation of tls_device_cleanup() so it may be used outside an exit section. -- 0-DAY CI Kernel Test Service https://01.org/lkp
Powered by blists - more mailing lists