[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAM_iQpWC0Zv=4RApRz9s3L9g-r=+FaYXbRrRx+s_GNLwk+9ekQ@mail.gmail.com>
Date: Tue, 10 Jul 2018 13:32:26 -0700
From: Cong Wang <xiyou.wangcong@...il.com>
To: Jacob Keller <jacob.e.keller@...el.com>
Cc: Linux Kernel Network Developers <netdev@...r.kernel.org>,
Eric Dumazet <edumazet@...gle.com>
Subject: Re: [net] sch_fq_codel: zero q->flows_cnt when fq_codel_init fails
On Mon, Jul 9, 2018 at 8:37 AM Jacob Keller <jacob.e.keller@...el.com> wrote:
> +alloc_failure:
> + kfree(q->flows);
You need to call kvfree() instead.
Other than this,
Acked-by: Cong Wang <xiyou.wangcong@...il.com>
For net-next, I will send a patch to skip ->reset() for ->init() failure
case, there is no reason to reset queues since qdisc is not even
activated.
Powered by blists - more mailing lists