+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 寻求协助。
HYPERVISOR_platform_op() is an inline function and should not be exported. Since commit 15bfc234 ("modpost: check for static EXPORT_SYMBOL* functions"), this causes a warning: WARNING: "HYPERVISOR_platform_op" [vmlinux] is a static EXPORT_SYMBOL_GPL Instead, export the underlying function called by the static inline: HYPERVISOR_platform_op_raw. Fixes: 15bfc234 ("modpost: check for static EXPORT_SYMBOL* functions") Signed-off-by:Arnd Bergmann <arnd@arndb.de> Signed-off-by:
Stefano Stabellini <stefano.stabellini@xilinx.com> Signed-off-by:
Stefano Stabellini <sstabellini@kernel.org>
CRA Git | Maintained and supported by SUSTech CRA and CCSE