Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
af_key: Do not call xfrm_probe_algs in parallel
When namespace support was added to xfrm/afkey, it caused the previously single-threaded call to xfrm_probe_algs to become multi-threaded. This is buggy and needs to be fixed with a mutex. Reported-by: Abhishek Shah <[email protected]> Fixes: 283bc9f ("xfrm: Namespacify xfrm state/policy locks") Signed-off-by: Herbert Xu <[email protected]> Signed-off-by: Steffen Klassert <[email protected]>
- Loading branch information