+49
−14
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
Currently array of fix length PM_API_MAX is used to cache the pm_api version (valid or invalid). However ATF based PM APIs values are much higher then PM_API_MAX. So to include ATF based PM APIs also, use hash-table to store the pm_api version status. Signed-off-by:Amit Sunil Dhamne <amit.sunil.dhamne@xilinx.com> Reported-by:
Arnd <Bergmann <arnd@arndb.de> Signed-off-by:
Ravi Patel <ravi.patel@xilinx.com> Signed-off-by:
Rajan Vaja <rajan.vaja@xilinx.com> Reviewed-by:
Arnd Bergmann <arnd@arndb.de> Tested-by:
Michal Simek <michal.simek@xilinx.com> Fixes: f3217d6f ("firmware: xilinx: fix out-of-bounds access") Cc: stable <stable@vger.kernel.org> Link: https://lore.kernel.org/r/1606197161-25976-1-git-send-email-rajan.vaja@xilinx.com Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
CRA Git | Maintained and supported by SUSTech CRA and CCSE