[PATCH v2 1/1] xfrm: Use actual socket sk instead of skb socket for xfrm_output_resume

2021-03-01 Thread Evan Nimmo
ese issues however a similar problem existed in the xfrm code. Fixes: 31c70d5956fc ("l2tp: keep original skb ownership") Signed-off-by: Evan Nimmo Reviewed-by: Steffen Klassert --- changes in v2: - Added proper fixes field for backporting include/net/xfrm.h | 2 +- net/ipv4/a

[PATCH] xfrm: Use actual socket sk instead of skb socket for xfrm_output_resume

2021-02-28 Thread Evan Nimmo
ese issues however a similar problem existed in the xfrm code. Signed-off-by: Evan Nimmo --- include/net/xfrm.h | 2 +- net/ipv4/ah4.c | 2 +- net/ipv4/esp4.c| 2 +- net/ipv6/ah6.c | 2 +- net/ipv6/esp6.c| 2 +- net/xfrm/xfrm_output.c | 10 +-