Merge branch 'sk-sk_forward_alloc-fixes'
authorJakub Kicinski <kuba@kernel.org>
Sat, 11 Feb 2023 03:53:43 +0000 (19:53 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 11 Feb 2023 03:53:44 +0000 (19:53 -0800)
commit20ab8432420e51f1adce23027121efd5478d0ba3
tree1bbc264da006db19b38a92c34172d2445df907b0
parent7fa0b526f865cb42aa33917fd02a92cb03746f4d
parent62ec33b44e0f7168ff2886520fec6fb62d03b5a3
Merge branch 'sk-sk_forward_alloc-fixes'

Kuniyuki Iwashima says:

====================
sk->sk_forward_alloc fixes.

The first patch fixes a negative sk_forward_alloc by adding
sk_rmem_schedule() before skb_set_owner_r(), and second patch
removes an unnecessary WARN_ON_ONCE().

v2: https://lore.kernel.org/netdev/20230209013329.87879-1-kuniyu@amazon.com/
v1: https://lore.kernel.org/netdev/20230207183718.54520-1-kuniyu@amazon.com/
====================

Link: https://lore.kernel.org/r/20230210002202.81442-1-kuniyu@amazon.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>