On 20-Feb-26 10:01 AM, Anatoly Burakov wrote:
Current code for getting crypto status is using sizeof() of cap struct instead of status structure. This is not a big problem because cap struct is a lot bigger, but the code is misleading. Fix it to use the correct struct.Fixes: 3940cd9b8cb3 ("net/iavf: fix device initialization without inline crypto") Cc:[email protected] Cc:[email protected] Reported-by: Stephen Hemminger<[email protected]> Signed-off-by: Anatoly Burakov<[email protected]> ---
Acked-by: Radu Nicolau <[email protected]>

