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]
Message-Id: <20170617.225703.799946534022098053.davem@davemloft.net>
Date:   Sat, 17 Jun 2017 22:57:03 -0400 (EDT)
From:   David Miller <davem@...emloft.net>
To:     davejwatson@...com
Cc:     netdev@...r.kernel.org, kbuild-all@...org, borisp@...lanox.com,
        ilyal@...lanox.com, aviadye@...lanox.com,
        stephen@...workplumber.org
Subject: Re: [PATCH net-next] tls: update Kconfig

From: Dave Watson <davejwatson@...com>
Date: Sat, 17 Jun 2017 08:25:13 -0700

> Missing crypto deps for some platforms.
> Default to n for new module.
> 
> config: m68k-amcore_defconfig (attached as .config)
> compiler: m68k-linux-gcc (GCC) 4.9.0
> 
> make.cross ARCH=m68k
> All errors (new ones prefixed by >>):
> 
>    net/built-in.o: In function `tls_set_sw_offload':
>>> (.text+0x732f8): undefined reference to `crypto_alloc_aead'
>    net/built-in.o: In function `tls_set_sw_offload':
>>> (.text+0x7333c): undefined reference to `crypto_aead_setkey'
>    net/built-in.o: In function `tls_set_sw_offload':
>>> (.text+0x73354): undefined reference to `crypto_aead_setauthsize'
> 
> Reported-by: kbuild test robot <fengguang.wu@...el.com>
> Signed-off-by: Dave Watson <davejwatson@...com>

Applied, thanks Dave.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ