+0
−3
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
If ARCH_SPARSEMEM_ENABLE=y and ARCH_{FLATMEM,DISCONTIGMEM}_ENABLE=n,
then the logic in mm/Kconfig already makes CONFIG_SPARSEMEM the only
choice. This is true for all of the existing ARM users of
ARCH_SPARSEMEM_ENABLE.
Forcing ARCH_SPARSEMEM_DEFAULT=y if ARCH_SPARSEMEM_ENABLE=y prevents
us from ever defaulting to FLATMEM, so we should remove this setting.
Link: https://lkml.org/lkml/2015/6/4/757
Signed-off-by:
Kevin Cernekee <cernekee@gmail.com>
Tested-by:
Stephen Boyd <sboyd@codeaurora.org>
Acked-by:
Arnd Bergmann <arnd@arndb.de>
Signed-off-by:
Gregory Fong <gregory.0xf0@gmail.com>
Signed-off-by:
Doug Berger <opendmb@gmail.com>
Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by:
Mike Rapoport <mike.rapoport@gmail.com>
Signed-off-by:
Russell King <rmk+kernel@armlinux.org.uk>
CRA Git | Maintained and supported by SUSTech CRA and CCSE