[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAM_iQpUG17noUq7n7fGWABi1NvcDRWkjzYT5NWLQC40Ktqg+2A@mail.gmail.com>
Date: Tue, 27 Jun 2017 20:39:40 -0700
From: Cong Wang <xiyou.wangcong@...il.com>
To: Gao Feng <gfree.wind@....163.com>
Cc: Eric Dumazet <eric.dumazet@...il.com>,
Jamal Hadi Salim <jhs@...atatu.com>,
Jiri Pirko <jiri@...nulli.us>,
David Miller <davem@...emloft.net>,
Linux Kernel Network Developers <netdev@...r.kernel.org>
Subject: Re: Re: [net PATCH] net: sched: Fix one possible panic when no
destroy callback
On Tue, Jun 27, 2017 at 5:54 PM, Gao Feng <gfree.wind@....163.com> wrote:
> At 2017-06-28 01:49:50, "Eric Dumazet" <eric.dumazet@...il.com> wrote:
>>On Tue, 2017-06-27 at 10:08 -0700, Cong Wang wrote:
>>> On Tue, Jun 27, 2017 at 9:50 AM, Eric Dumazet <eric.dumazet@...il.com> wrote:
>>> > On Tue, 2017-06-27 at 09:30 -0700, Cong Wang wrote:
>>> >> On Mon, Jun 26, 2017 at 6:35 PM, <gfree.wind@....163.com> wrote:
>>> >> > From: Gao Feng <gfree.wind@....163.com>
>>> >> >
>>> >> > When qdisc fail to init, qdisc_create would invoke the destroy callback
>>> >> > to cleanup. But there is no check if the callback exists really. So it
>>> >> > would cause the panic if there is no real destroy callback like these
>>> >> > qdisc codel, pfifo, pfifo_fast, and so on.
>>> >> >
>>> >> > Now add one the check for destroy to avoid the possible panic.
>>> >> >
>>> >> > Signed-off-by: Gao Feng <gfree.wind@....163.com>
>>> >>
>>> >> Looks good,
>>> >>
>>> >> Acked-by: Cong Wang <xiyou.wangcong@...il.com>
>>> >>
>>> >> This is introduced by commit 87b60cfacf9f17cf71933c6e33b.
>>> >> Please add proper Fixes tag next time.
>
> OK. Actually I didn't know it is introduced by this commit before :)
> Need I send an update patch again ?
>
Yes please, update the changelog as Eric suggested and also
add Fixes.
Powered by blists - more mailing lists