On Wed, 2016-12-21 at 18:04 +0100, Daniel Borkmann wrote: > Shahar reported a soft lockup in tc_classify(), where we run into an > endless loop when walking the classifier chain due to tp->next == tp > which is a state we should never run into. The issue only seems to > trigger under load in the tc control path.
Nice fix, thanks ! Acked-by: Eric Dumazet <eduma...@google.com>