[Patch net] fq_codel: fix a use-after-free

2015-07-13 Thread Cong Wang
Fixes: 25331d6ce42b ("net: sched: implement qstat helper routines") Cc: John Fastabend Signed-off-by: Cong Wang Signed-off-by: Cong Wang --- net/sched/sch_fq_codel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/sched/sch_fq_codel.c b/net/sched/sch_fq_codel.c index d75

Re: [Patch net] fq_codel: fix a use-after-free

2015-07-15 Thread David Miller
From: Cong Wang Date: Mon, 13 Jul 2015 12:30:07 -0700 > Fixes: 25331d6ce42b ("net: sched: implement qstat helper routines") > Cc: John Fastabend > Signed-off-by: Cong Wang > Signed-off-by: Cong Wang Applied and queued up for -stable, thanks. -- To unsubscribe from this list: send the line "un

Re: [Patch net] fq_codel: fix a use-after-free

2015-07-13 Thread Eric Dumazet
On Mon, 2015-07-13 at 12:30 -0700, Cong Wang wrote: > Fixes: 25331d6ce42b ("net: sched: implement qstat helper routines") > Cc: John Fastabend > Signed-off-by: Cong Wang > Signed-off-by: Cong Wang > --- > net/sched/sch_fq_codel.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff