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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 22 Nov 2022 14:30:30 +0800
From:   Hangbin Liu <liuhangbin@...il.com>
To:     Jakub Kicinski <kuba@...nel.org>
Cc:     netdev@...r.kernel.org
Subject: Re: [Need Help] tls selftest failed

On Mon, Nov 21, 2022 at 09:33:24AM -0800, Jakub Kicinski wrote:
> > Value of CONFIG_NET_CLS_FLOWER is redefined by fragment
> > ./tools/testing/selftests/net/config:
> > Previous value: CONFIG_NET_CLS_FLOWER=y
> > New value: CONFIG_NET_CLS_FLOWER=m
> > ```
> 
> But these only list downgrades from =y to =m,
> none of them actually enable things.

There are some configs upgrades from m to y, e.g.

Value of CONFIG_NET_SCH_NETEM is redefined by fragment ./tools/testing/selftests/net/config:
Previous value: CONFIG_NET_SCH_NETEM=m
New value: CONFIG_NET_SCH_NETEM=y

>  
> > And in the config file[2], all the CONFIGs in selftests/net/config are
> > set correctly except CONFIG_CRYPTO_SM4. I saw in the config file it shows
> > 
> > # CONFIG_CRYPTO_SM4_GENERIC is not set
> > 
> > Is there any dependence for CONFIG_CRYPTO_SM4?
> 
> none that I can see:
> 
> config CRYPTO_SM4
>         tristate

Thanks for the info. There should has mis-configs somewhere. I will check it.

Hangbin

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ