[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.21.1804191308580.1563@nanos.tec.linutronix.de>
Date: Thu, 19 Apr 2018 13:11:05 +0200 (CEST)
From: Thomas Gleixner <tglx@...utronix.de>
To: Wang YanQing <udknight@...il.com>
cc: daniel@...earbox.net, ast@...nel.org, illusionist.neo@...il.com,
mingo@...hat.com, hpa@...or.com, x86@...nel.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] bpf, x86_32: add eBPF JIT compiler for ia32 (x86_32)
On Wed, 18 Apr 2018, Wang YanQing wrote:
> @@ -0,0 +1,147 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
> +/* bpf_jit.S : BPF JIT helper functions
Please do not add these file names to the top level comment. They provide
no value and just become stale when the file gets moved/renamed.
> + *
> + * Copyright (C) 2018 Wang YanQing (udknight@...il.com)
> + * Copyright (C) 2011 Eric Dumazet (eric.dumazet@...il.com)
> + *
> + * This program is free software; you can redistribute it and/or
> + * modify it under the terms of the GNU General Public License
> + * as published by the Free Software Foundation; version 2
> + * of the License.
You have already the License Identifier. So you don't need the boiler plate
text.
Thanks,
tglx
Powered by blists - more mailing lists