lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 11 Dec 2018 16:05:08 -0800
From:   Cong Wang <xiyou.wangcong@...il.com>
To:     Jakub Kicinski <jakub.kicinski@...ronome.com>
Cc:     Linux Kernel Network Developers <netdev@...r.kernel.org>,
        Oz Shlomo <ozsh@...lanox.com>, Jiri Pirko <jiri@...lanox.com>
Subject: Re: [Patch net-next] net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()

On Tue, Dec 11, 2018 at 1:44 PM Jakub Kicinski
<jakub.kicinski@...ronome.com> wrote:
>
> On Tue, 11 Dec 2018 11:15:46 -0800, Cong Wang wrote:
> > After commit 69bd48404f25 ("net/sched: Remove egdev mechanism"),
> > tc_setup_cb_call() is nearly identical to tcf_block_cb_call(),
> > so we can just fold tcf_block_cb_call() into tc_setup_cb_call()
> > and remove its unused parameter 'exts'.
> >
> > Fixes: 69bd48404f25 ("net/sched: Remove egdev mechanism")
> > Cc: Oz Shlomo <ozsh@...lanox.com>
> > Cc: Jiri Pirko <jiri@...lanox.com>
> > Signed-off-by: Cong Wang <xiyou.wangcong@...il.com>
>
> Thanks, I didn't want to nit pick too much on Oz's patch :)
>
> The Fixes tag is superfluous, this is far from a bug, unnecessary noise
> for backporters.

Odd, you just Acked a patch which uses Fixes tag for a newline
change:

commit 10a5ce98539948affbdc28dc0f39a1b6b2307f9d
Author: Martin KaFai Lau <kafai@...com>
Date:   Mon Dec 10 10:53:24 2018 -0800

    bpf: bpftool: Fix newline and p_err issue

    This patch fixes a few newline issues and also
    replaces p_err with p_info in prog.c

    Fixes: b053b439b72a ("bpf: libbpf: bpftool: Print bpf_line_info
during prog dump")
    Cc: Jakub Kicinski <jakub.kicinski@...ronome.com>
    Signed-off-by: Martin KaFai Lau <kafai@...com>
    Acked-by: Jakub Kicinski <jakub.kicinski@...ronome.com>
    Signed-off-by: Alexei Starovoitov <ast@...nel.org>

Jakub, please guide me which Jakub I should trust. :)

Or you believe a newline change is more close to a bug fix
than this?

Please help!

Thanks a lot!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ