On Tue, Sep 03, 2024 at 04:40:33PM +0800, kernel test robot wrote: > > Running tests....... > <<<test_start>>> > tag=cve-2017-17806 stime=1725329707 > cmdline="af_alg01" > contacts="" > analysis=exit > <<<test_output>>> > tst_test.c:1809: TINFO: LTP version: 20240524-209-g9a6f3896f > tst_test.c:1813: TINFO: Tested kernel: 6.11.0-rc1-00074-g577bf9f41d61 #1 SMP PREEMPT_DYNAMIC Tue Sep 3 00:19:02 CST 2024 x86_64 > tst_test.c:1652: TINFO: Timeout per run is 0h 00m 30s > af_alg01.c:36: TFAIL: instantiated nested hmac algorithm ('hmac(hmac(md5))')! > tst_af_alg.c:46: TBROK: unexpected error binding AF_ALG socket to hash algorithm 'hmac(hmac(md5))': EINVAL (22) This is actually expected. Previously the construction error was discarded so user-space always ended up with ENOENT. Now the actual error is returned to user-space. I recommend that this ltp test be modified accordingly. Thanks, -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt