Re: [PATCH net] net: avoid uninit-value from tcp_conn_request
From: Jakub Kicinski <kuba@kernel.org>
Date: 2021-12-02 04:01:30
From: Jakub Kicinski <kuba@kernel.org>
Date: 2021-12-02 04:01:30
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!