Re: [PATCH net] selftests/tls: fix TLS tests with CONFIG_TLS=n

2019-07-31 Thread David Miller
From: Jakub Kicinski Date: Mon, 29 Jul 2019 16:08:03 -0700 > Build bot reports some recent TLS tests are failing > with CONFIG_TLS=n. Correct the expected return code > and skip TLS installation if not supported. > > Tested with CONFIG_TLS=n and CONFIG_TLS=m. > > Reported-by: kernel test robot

[PATCH net] selftests/tls: fix TLS tests with CONFIG_TLS=n

2019-07-29 Thread Jakub Kicinski
Build bot reports some recent TLS tests are failing with CONFIG_TLS=n. Correct the expected return code and skip TLS installation if not supported. Tested with CONFIG_TLS=n and CONFIG_TLS=m. Reported-by: kernel test robot Fixes: cf32526c8842 ("selftests/tls: add a test for ULP but no keys") Fixe