[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20211201200110.7d664790@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com>
Date: Wed, 1 Dec 2021 20:01:10 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Eric Dumazet <eric.dumazet@...il.com>
Cc: "David S . Miller" <davem@...emloft.net>,
netdev <netdev@...r.kernel.org>,
Eric Dumazet <edumazet@...gle.com>,
syzbot <syzkaller@...glegroups.com>
Subject: Re: [PATCH net] net: avoid uninit-value from tcp_conn_request
On Tue, 30 Nov 2021 10:29:39 -0800 Eric Dumazet wrote:
> +static inline void sk_rx_queue_update(struct sock *sk, const struct sk_buff *skb)
> +{
> + __sk_rx_queue_set(sk, skb, false);
> +}
> +
> +
I assumed this double new line was unintentional so fixed that up and
applied, thanks!
Powered by blists - more mailing lists