[ Sasha's backport helper bot ]
Hi,
The upstream commit SHA1 provided is correct: e415ed3a4b8b246ee5e9d109ff5153efcf96b9f2
WARNING: Author mismatch between patch and upstream commit: Backport author: Harshvardhan Jha harshvardhan.j.jha@oracle.com Commit author: Vasily Averin vvs@virtuozzo.com
Status in newer kernel trees: 6.12.y | Present (exact SHA1) 6.6.y | Present (exact SHA1) 6.1.y | Present (exact SHA1) 5.15.y | Present (exact SHA1) 5.10.y | Not found
Note: The patch differs from the upstream commit: --- 1: e415ed3a4b8b ! 1: 5d647c73654a ipv6: use skb_expand_head in ip6_finish_output2 @@ Metadata ## Commit message ## ipv6: use skb_expand_head in ip6_finish_output2
+ [ Upstream commit e415ed3a4b8b246ee5e9d109ff5153efcf96b9f2 ] + Unlike skb_realloc_headroom, new helper skb_expand_head does not allocate a new skb if possible.
@@ Commit message
Signed-off-by: Vasily Averin vvs@virtuozzo.com Signed-off-by: David S. Miller davem@davemloft.net + (cherry picked from commit e415ed3a4b8b246ee5e9d109ff5153efcf96b9f2) + Signed-off-by: Harshvardhan Jha harshvardhan.j.jha@oracle.com
## net/ipv6/ip6_output.c ## @@ net/ipv6/ip6_output.c: static int ip6_finish_output2(struct net *net, struct sock *sk, struct sk_buff * ---
Results of testing on various branches:
| Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-5.10.y | Success | Success | | stable/linux-5.4.y | Success | Success |