+4
−10
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
If sta_info_insert_finish() fails, we currently keep the station around and free it only in the caller, but there's only one such caller and it always frees it immediately. As syzbot found, another consequence of this split is that we can put things that sleep only into __cleanup_single_sta() and not in sta_info_free(), but this is the only place that requires such of sta_info_free() now. Change this to free the station in sta_info_insert_finish(), in which case we can still sleep. This will also let us unify the cleanup code later. Cc: stable@vger.kernel.org Fixes: dcd479e1 ("mac80211: always wind down STA state") Reported-by:<syzbot+32c6c38c4812d22f2f0b@syzkaller.appspotmail.com> Reported-by:
<syzbot+4c81fe92e372d26c4246@syzkaller.appspotmail.com> Reported-by:
<syzbot+6a7fe9faf0d1d61bc24a@syzkaller.appspotmail.com> Reported-by:
<syzbot+abed06851c5ffe010921@syzkaller.appspotmail.com> Reported-by:
<syzbot+b7aeb9318541a1c709f1@syzkaller.appspotmail.com> Reported-by:
<syzbot+d5a9416c6cafe53b5dd0@syzkaller.appspotmail.com> Link: https://lore.kernel.org/r/20201112112201.ee6b397b9453.I9c31d667a0ea2151441cc64ed6613d36c18a48e0@changeid Signed-off-by:
Johannes Berg <johannes.berg@intel.com>
CRA Git | Maintained and supported by SUSTech CRA and CCSE