aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2019-06-18 13:22:13 +0200
committerSteffen Klassert <[email protected]>2019-06-21 14:48:31 +0200
commit597179b0ba550bd83fab1a9d57c42a9343c58514 (patch)
tree8e48293b9c191da654ae13e5d872d1cbe70ccb80 /tools/perf/scripts/python
parentb8d6d0079757cbd1b69724cfd1c08e2171c68cee (diff)
ipsec: select crypto ciphers for xfrm_algo
kernelci.org reports failed builds on arc because of what looks like an old missed 'select' statement: net/xfrm/xfrm_algo.o: In function `xfrm_probe_algs': xfrm_algo.c:(.text+0x1e8): undefined reference to `crypto_has_ahash' I don't see this in randconfig builds on other architectures, but it's fairly clear we want to select the hash code for it, like we do for all its other users. As Herbert points out, CRYPTO_BLKCIPHER is also required even though it has not popped up in build tests. Fixes: 17bc19702221 ("ipsec: Use skcipher and ahash when probing algorithms") Signed-off-by: Arnd Bergmann <[email protected]> Acked-by: Herbert Xu <[email protected]> Signed-off-by: Steffen Klassert <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions