[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAADnVQKxGNNbn-OnQzrbcOfC6c_5tL0PSfZM0y8h_FJ0Pg=sDg@mail.gmail.com>
Date:   Wed, 19 Jul 2023 10:39:47 -0700
From:   Alexei Starovoitov <alexei.starovoitov@...il.com>
To:     Leon Hwang <hffilwlqm@...il.com>
Cc:     Alexei Starovoitov <ast@...nel.org>,
        Daniel Borkmann <daniel@...earbox.net>,
        John Fastabend <john.fastabend@...il.com>,
        Andrii Nakryiko <andrii@...nel.org>,
        Martin KaFai Lau <martin.lau@...ux.dev>,
        Song Liu <song@...nel.org>, Yonghong Song <yhs@...com>,
        KP Singh <kpsingh@...nel.org>,
        Stanislav Fomichev <sdf@...gle.com>,
        Hao Luo <haoluo@...gle.com>, Jiri Olsa <jolsa@...nel.org>,
        "David S. Miller" <davem@...emloft.net>,
        Eric Dumazet <edumazet@...gle.com>,
        Jakub Kicinski <kuba@...nel.org>,
        Paolo Abeni <pabeni@...hat.com>,
        Jesper Dangaard Brouer <hawk@...nel.org>,
        Yizhou Tang <tangyeechou@...il.com>, kernel-patches-bot@...com,
        bpf <bpf@...r.kernel.org>, LKML <linux-kernel@...r.kernel.org>,
        Network Development <netdev@...r.kernel.org>
Subject: Re: [PATCH bpf-next v3 2/2] selftests/bpf: Add testcase for xdp
 attaching failure tracepoint
On Wed, Jul 19, 2023 at 5:53 AM Leon Hwang <hffilwlqm@...il.com> wrote:
> +       return 0;
> +}
> +
> +/*
> + * Reuse the XDP program in xdp_dummy.c.
> + */
> +
> +char LICENSE[] SEC("license") = "GPL";
Do you have a hidden char in the above?
git considers the last line to be part of the commit log instead
of part of the patchset and it fails CI.
Powered by blists - more mailing lists
 
