diff options
| author | Ayush Sawal <[email protected]> | 2021-06-22 03:55:31 +0000 |
|---|---|---|
| committer | Steffen Klassert <[email protected]> | 2021-06-22 07:08:15 +0000 |
| commit | dd72fadf2186fc8a6018f97fe72f4d5ca05df440 (patch) | |
| tree | be69d4bc2741704da8e86704a1080ebd05c9b48b /drivers/usb/cdns3/cdns3-trace.h | |
| parent | xfrm: Fix error reporting in xfrm_state_construct. (diff) | |
| download | kernel-dd72fadf2186fc8a6018f97fe72f4d5ca05df440.tar.gz kernel-dd72fadf2186fc8a6018f97fe72f4d5ca05df440.zip | |
xfrm: Fix xfrm offload fallback fail case
In case of xfrm offload, if xdo_dev_state_add() of driver returns
-EOPNOTSUPP, xfrm offload fallback is failed.
In xfrm state_add() both xso->dev and xso->real_dev are initialized to
dev and when err(-EOPNOTSUPP) is returned only xso->dev is set to null.
So in this scenario the condition in func validate_xmit_xfrm(),
if ((x->xso.dev != dev) && (x->xso.real_dev == dev))
return skb;
returns true, due to which skb is returned without calling esp_xmit()
below which has fallback code. Hence the CRYPTO_FALLBACK is failing.
So fixing this with by keeping x->xso.real_dev as NULL when err is
returned in func xfrm_dev_state_add().
Fixes: bdfd2d1fa79a ("bonding/xfrm: use real_dev instead of slave_dev")
Signed-off-by: Ayush Sawal <[email protected]>
Signed-off-by: Steffen Klassert <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-trace.h')
0 files changed, 0 insertions, 0 deletions
