Re: [PATCH net] inet: clear num_timeout reqsk_alloc()

2019-06-19 Thread David Miller
From: Eric Dumazet Date: Wed, 19 Jun 2019 09:38:38 -0700 > KMSAN caught uninit-value in tcp_create_openreq_child() [1] > This is caused by a recent change, combined by the fact > that TCP cleared num_timeout, num_retrans and sk fields only > when a request socket was about to be queued. > > Unde

Re: [PATCH net] inet: clear num_timeout reqsk_alloc()

2019-06-19 Thread Yuchung Cheng
On Wed, Jun 19, 2019 at 9:46 AM Soheil Hassas Yeganeh wrote: > > On Wed, Jun 19, 2019 at 12:38 PM Eric Dumazet wrote: > > > > KMSAN caught uninit-value in tcp_create_openreq_child() [1] > > This is caused by a recent change, combined by the fact > > that TCP cleared num_timeout, num_retrans and s

Re: [PATCH net] inet: clear num_timeout reqsk_alloc()

2019-06-19 Thread Soheil Hassas Yeganeh
On Wed, Jun 19, 2019 at 12:38 PM Eric Dumazet wrote: > > KMSAN caught uninit-value in tcp_create_openreq_child() [1] > This is caused by a recent change, combined by the fact > that TCP cleared num_timeout, num_retrans and sk fields only > when a request socket was about to be queued. > > Under sy

[PATCH net] inet: clear num_timeout reqsk_alloc()

2019-06-19 Thread Eric Dumazet
KMSAN caught uninit-value in tcp_create_openreq_child() [1] This is caused by a recent change, combined by the fact that TCP cleared num_timeout, num_retrans and sk fields only when a request socket was about to be queued. Under syncookie mode, a temporary request socket is used, and req->num_time