On Wed, Sep 12, 2018 at 2:35 AM David Miller <da...@davemloft.net> wrote: > > From: Willem de Bruijn <willemdebruijn.ker...@gmail.com> > Date: Sun, 9 Sep 2018 19:12:12 -0400 > > > From: Willem de Bruijn <will...@google.com> > > > > Convert pr_info to net_info_ratelimited to limit the total number of > > synflood warnings. > > > > Commit 946cedccbd73 ("tcp: Change possible SYN flooding messages") > > rate limits synflood warnings to one per listener. > > > > Workloads that open many listener sockets can still see a high rate of > > log messages. Syzkaller is one frequent example. > > > > Signed-off-by: Willem de Bruijn <will...@google.com> > > Applied, thanks Willem. > > Is this stable material?
Thanks. Probably not. A process has to keep opening new listeners at high rate while under load. I've only seen syzkaller do that.