+8
−4
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
The common fast path check can be done under rcu_read_lock() and doesn't need a reference count on the label. Only take a reference count if entering the slow path. Fixes reported hackbench regression - sha1 79e178a5 ("Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor") hackbench -l (256000/#grp) -g #grp 128 groups 19.679 ±0.90% - previous sha1 01d1dff6 ("Merge tag 's390-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux" ) hackbench -l (256000/#grp) -g #grp 128 groups 3.1689 ±3.04% Reported-by:Vincent Guittot <vincent.guittot@linaro.org> Tested-by:
Vincent Guittot <vincent.guittot@linaro.org> Tested-by:
Sebastian Andrzej Siewior <bigeasy@linutronix.de> Fixes: bce4e7e9 ("apparmor: reduce rcu_read_lock scope for aa_file_perm mediation") Signed-off-by:
John Johansen <john.johansen@canonical.com>
CRA Git | Maintained and supported by SUSTech CRA and CCSE