On Wed, Jul 19, 2023 at 5:53 AM Leon Hwang <hffilwlqm@xxxxxxxxx> 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.