Re: [PATCH net-next] tcp: memset ca_priv data to 0 properly

2017-04-26 Thread David Miller
From: Wei Wang Date: Tue, 25 Apr 2017 17:38:02 -0700 > From: Wei Wang > > Always zero out ca_priv data in tcp_assign_congestion_control() so that > ca_priv data is cleared out during socket creation. > Also always zero out ca_priv data in tcp_reinit_congestion_control() so > that when cc algori

Re: [PATCH net-next] tcp: memset ca_priv data to 0 properly

2017-04-26 Thread Wei Wang
This fix should target for net tree instead of net-next. Sorry for the wrong title. On Tue, Apr 25, 2017 at 5:38 PM, Wei Wang wrote: > From: Wei Wang > > Always zero out ca_priv data in tcp_assign_congestion_control() so that > ca_priv data is cleared out during socket creation. > Also always ze