+1
−1
+1
−1
+1
−1
+1
−1
+1
−1
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
libbpf is maturing as a library and gaining features that no other bpf libraries support (BPF Type Format, bpf to bpf calls, etc) Many Apache2 licensed projects (like bcc, bpftrace, gobpf, cilium, etc) would like to use libbpf, but cannot do this yet, since Apache Foundation explicitly states that LGPL is incompatible with Apache2. Hence let's relicense libbpf as dual license LGPL-2.1 or BSD-2-Clause, since BSD-2 is compatible with Apache2. Dual LGPL or Apache2 is invalid combination. Fix license mistake in Makefile as well. Signed-off-by:Alexei Starovoitov <ast@kernel.org> Acked-by:
Andrey Ignatov <rdna@fb.com> Acked-by:
Arnaldo Carvalho de Melo <acme@kernel.org> Acked-by:
Björn Töpel <bjorn.topel@intel.com> Acked-by:
Daniel Borkmann <daniel@iogearbox.net> Acked-by:
David Beckett <david.beckett@netronome.com> Acked-by:
Jakub Kicinski <jakub.kicinski@netronome.com> Acked-by:
Joe Stringer <joe@ovn.org> Acked-by:
John Fastabend <john.fastabend@gmail.com> Acked-by:
Martin KaFai Lau <kafai@fb.com> Acked-by:
Quentin Monnet <quentin.monnet@netronome.com> Acked-by:
Thomas Graf <tgraf@suug.ch> Acked-by:
Roman Gushchin <guro@fb.com> Acked-by:
Wang Nan <wangnan0@huawei.com> Acked-by:
Yonghong Song <yhs@fb.com> Signed-off-by:
Daniel Borkmann <daniel@iogearbox.net>
CRA Git | Maintained and supported by SUSTech CRA and CCSE