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().
Changes:
v2:
* Add the first patch
v1: https://lore.kernel.org/netdev/20230207183718.54520-1-kuniyu@amazon.com/ (local)
Kuniyuki Iwashima (2):
dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.
net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from
sk_stream_kill_queues().
net/caif/caif_socket.c | 1 +
net/core/stream.c | 1 -
net/dccp/ipv6.c | 23 +++++++++++++++++++----
net/ipv6/tcp_ipv6.c | 22 ++++++++++++++++++----
4 files changed, 38 insertions(+), 9 deletions(-)
--
2.30.2