From: Hagen Paul Pfeifer Date: Wed, 4 Jan 2012 17:35:26 +0000 (+0000) Subject: net_sched: Bug in netem reordering X-Git-Tag: v3.3-rc1~182^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb10192447370f19a215a8c2749332afa1199d46;p=pandora-kernel.git net_sched: Bug in netem reordering Not now, but it looks you are correct. q->qdisc is NULL until another additional qdisc is attached (beside tfifo). See 50612537e9ab2969312. The following patch should work. From: Hagen Paul Pfeifer netem: catch NULL pointer by updating the real qdisc statistic Reported-by: Vijay Subramanian Signed-off-by: Hagen Paul Pfeifer Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed