nvme-core: use list_add_tail_rcu instead of list_add_tail for nvme_init_ns_head
mainline inclusion from mainline-v5.11-rc6 commit 772ea326 category: bugfix bugzilla: NA CVE: NA Link: https://gitee.com/openeuler/kernel/issues/I4JFBE?from=project-issue ------------------------------------------------- The "list" of nvme_ns_head is used as rcu list, now in nvme_init_ns_head list_add_tail is used to add ns->siblings to the rcu list. It is not safe. Should use list_add_tail_rcu instead of list_add_tail. Signed-off-by: NChao Leng <lengchao@huawei.com> Signed-off-by: NChristoph Hellwig <hch@lst.de> conflicts: drivers/nvme/host/core.c [adjust context] Signed-off-by: Nchengjike <chengjike.cheng@huawei.com> Reviewed-by: NAo Sun <sunao.sun@huawei.com> Reviewed-by: NZhenwei Yang <yangzhenwei@huawei.com> Reviewed-by: NHou Tao <houtao1@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
Showing
想要评论请 注册 或 登录