+3
−1
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
Some BIOSes report incorrect length for ACPI address space descriptors, so relax the checks to avoid regressions. This issue has appeared several times as: 3162b6f0 ("PNPACPI: truncate _CRS windows with _LEN > _MAX - _MIN + 1") d558b483 ("x86/PCI: truncate _CRS windows with _LEN > _MAX - _MIN + 1") f238b414 ("PNPACPI: compute Address Space length rather than using _LEN") 48728e07 ("x86/PCI: compute Address Space length rather than using _LEN") Please refer to https://bugzilla.kernel.org/show_bug.cgi?id=94221 for more details and example malformed ACPI resource descriptors. Link: https://bugzilla.kernel.org/show_bug.cgi?id=94221 Fixes: 593669c2 (x86/PCI/ACPI: Use common ACPI resource interfaces ...) Signed-off-by:Jiang Liu <jiang.liu@linux.intel.com> Tested-by:
Dave Airlie <airlied@redhat.com> Tested-by:
Prakash Punnoor <prakash@punnoor.de> Signed-off-by:
Rafael J. Wysocki <rafael.j.wysocki@intel.com>
CRA Git | Maintained and supported by SUSTech CRA and CCSE