You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jira LE-3460
Rebuild_History Non-Buildable kernel-6.12.0-55.11.1.el10_0
commit-author Herbert Xu <[email protected]>
commit 7505436
When the lookup is retried after instance construction, it uses
the type and mask from the larval, which may not match the values
used by the caller. For example, if the caller is requesting for
a !NEEDS_FALLBACK algorithm, it may end up getting an algorithm
that needs fallbacks.
Fix this by making the caller supply the type/mask and using that
for the lookup.
Reported-by: Coiby Xu <[email protected]>
Fixes: 96ad595 ("crypto: api - Remove instance larval fulfilment")
Signed-off-by: Herbert Xu <[email protected]>
(cherry picked from commit 7505436)
Signed-off-by: Jonathan Maple <[email protected]>
0 commit comments