+1
−40
+2
−1
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
The PM QoS feature originally didn't depend on CONFIG_PM, which was mistakenly changed by commit e8db0be1 PM QoS: Move and rename the implementation files Later, commit d020283d PM / QoS: CPU C-state breakage with PM Qos change partially fixed that by introducing a static inline definition of pm_qos_request(), but that still didn't allow user space to use the PM QoS interface if CONFIG_PM was unset (which had been possible before). For this reason, remove the dependency of PM QoS on CONFIG_PM to make it work (as intended) with CONFIG_PM unset. [rjw: Replaced the original changelog with a new one.] Signed-off-by:Jean Pihet <j-pihet@ti.com> Reported-by:
Venkatesh Pallipadi <venki@google.com> Signed-off-by:
Rafael J. Wysocki <rjw@sisk.pl>
CRA Git | Maintained and supported by SUSTech CRA and CCSE