]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
Merge branch 'inet-prevent-skb-changes-in-udp-4-6-_lib_lookup_skb'
authorJakub Kicinski <kuba@kernel.org>
Wed, 11 Nov 2020 01:57:20 +0000 (17:57 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 11 Nov 2020 01:57:20 +0000 (17:57 -0800)
commit70408949a35f1a31c327c69b6a187635cb0305fa
tree9f9b4e2c1bc9dac9e1053805d90e1baf5ce09339
parent2776d2320ac186988273a9b312073317b6c50c76
parent7b58e63e744cbcdeafe0a52423014fd9c9f7e346
Merge branch 'inet-prevent-skb-changes-in-udp-4-6-_lib_lookup_skb'

Eric Dumazet says:

====================
inet: prevent skb changes in udp{4|6}_lib_lookup_skb()

This came while reviewing Alexander Lobakin patch against UDP GRO:

We want to make sure skb wont be changed by these helpers
while it is owned by GRO stack.
====================

Link: https://lore.kernel.org/r/20201109231349.20946-1-eric.dumazet@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>