From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,UNWANTED_LANGUAGE_BODY autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 269D2C2B9F2 for ; Sat, 22 May 2021 09:40:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F07746120D for ; Sat, 22 May 2021 09:40:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230207AbhEVJmK (ORCPT ); Sat, 22 May 2021 05:42:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43178 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230040AbhEVJmJ (ORCPT ); Sat, 22 May 2021 05:42:09 -0400 Received: from mail-oi1-x22c.google.com (mail-oi1-x22c.google.com [IPv6:2607:f8b0:4864:20::22c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 88542C061574 for ; Sat, 22 May 2021 02:40:44 -0700 (PDT) Received: by mail-oi1-x22c.google.com with SMTP id u11so22148032oiv.1 for ; Sat, 22 May 2021 02:40:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=axqKnxt874mJEycpLHC4+rYvkTevtTgwSH+Ly471/go=; b=fVkvHK2bU0S1LKKXRrIyk+lVX8mhonrE7BN3z5moHZTOfJ6SPydZYBBv/4+BH5LseE w++t8SaHdP1pUrus5vy3lmAAOaTJbi9k/pxi+ywy43l3bbxmYB30nCIyxlHsCkIn+ogj VAP6HxSgwgxsK42w5wjdt7rQAKwkxfhuoCkAUNlfpdZdPok/samVx2eO22cqBt6BcHp0 o+VCzgYPnfQVZr5bemEb0khL6HnnTjzd4M6YIOm4QGgtgLJJfT4YTZrCRGZaJUP3wPSP Vn8gsL8EFiuHqaOxMoSmqIgwe1tfeIX604T5WJXt/YcwR2AoSxcIqQ+ahZi63KES5Xm3 eLkA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=axqKnxt874mJEycpLHC4+rYvkTevtTgwSH+Ly471/go=; b=idFLt6mbn78ldJXA0cXAGoOcYaYU+yxBjwVVcwXP3gabLPvrxixGJiymzOjaH+Todp 2frQdVuxfv4m4o8HWp/YXZJL07TMdMQWEja9LkP9mQmK5P44UOjcm/82QESxoTDYPpT9 JWDWtlNt7GYJ2LEdaxfhbip8+agod2KdkWZCUXfDInJH2ZVn18VyqOCjL9ysyIqZihz2 oV5PuK0irxGw2Wgsq0DE6cdUKa24RggDyLQa485AdIB1K/euAqPgxRx9lgvcXDo+Ktus 0iLgk94ZOwqQkFSx0bgwdW/J91xhvLiNM/i1o21WJ+sRtj6lV/R1f3e1icgnaf+5Q6ZB h5iw== X-Gm-Message-State: AOAM531TVBIoidu8GazAmv79CFR+sWJ2kE3e8g/zXjD/sXgDt37ZEYj/ ImvadZaZ9TqU3pBF2r3a570yAJMp0QrmMRSRCETxp/HJX4s= X-Google-Smtp-Source: ABdhPJyXCr41IrB/UxC2DppAQvkJ4M6U/PUolo1Psbboz7+6/q0H1ouzfkF72twuu+5QsjAQPaASjRGzvDYZZ+ZE8K4= X-Received: by 2002:aca:220b:: with SMTP id b11mr5005258oic.89.1621676443793; Sat, 22 May 2021 02:40:43 -0700 (PDT) MIME-Version: 1.0 References: <1621590825-60693-1-git-send-email-liweihang@huawei.com> <1621590825-60693-16-git-send-email-liweihang@huawei.com> In-Reply-To: <1621590825-60693-16-git-send-email-liweihang@huawei.com> From: Zhu Yanjun Date: Sat, 22 May 2021 17:40:32 +0800 Message-ID: Subject: Re: [PATCH v2 for-next 15/17] RDMA/i40iw: Use refcount_t instead of atomic_t on refcount of i40iw_cm_node To: Weihang Li Cc: Doug Ledford , Jason Gunthorpe , Leon Romanovsky , RDMA mailing list , linuxarm@huawei.com, Faisal Latif , Shiraz Saleem Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Fri, May 21, 2021 at 7:37 PM Weihang Li wrote: > > The refcount_t API will WARN on underflow and overflow of a reference > counter, and avoid use-after-free risks. > > Cc: Faisal Latif > Cc: Shiraz Saleem > Signed-off-by: Weihang Li > --- > drivers/infiniband/hw/i40iw/i40iw_cm.c | 36 +++++++++++++++++----------------- > drivers/infiniband/hw/i40iw/i40iw_cm.h | 2 +- > 2 files changed, 19 insertions(+), 19 deletions(-) https://patchwork.kernel.org/project/linux-rdma/patch/20210520143809.819-22-shiraz.saleem@intel.com/ In this commit, i40iw will be removed. Not sure if this commit makes sense. Zhu Yanjun > > diff --git a/drivers/infiniband/hw/i40iw/i40iw_cm.c b/drivers/infiniband/hw/i40iw/i40iw_cm.c > index 9bb86a4..caab0c1 100644 > --- a/drivers/infiniband/hw/i40iw/i40iw_cm.c > +++ b/drivers/infiniband/hw/i40iw/i40iw_cm.c > @@ -344,7 +344,7 @@ static void i40iw_free_retrans_entry(struct i40iw_cm_node *cm_node) > cm_node->send_entry = NULL; > i40iw_free_sqbuf(&iwdev->vsi, (void *)send_entry->sqbuf); > kfree(send_entry); > - atomic_dec(&cm_node->ref_count); > + refcount_dec(&cm_node->ref_count); > } > } > > @@ -570,7 +570,7 @@ static void i40iw_active_open_err(struct i40iw_cm_node *cm_node, bool reset) > __func__, > cm_node, > cm_node->state); > - atomic_inc(&cm_node->ref_count); > + refcount_inc(&cm_node->ref_count); > i40iw_send_reset(cm_node); > } > > @@ -1092,7 +1092,7 @@ int i40iw_schedule_cm_timer(struct i40iw_cm_node *cm_node, > if (type == I40IW_TIMER_TYPE_SEND) { > spin_lock_irqsave(&cm_node->retrans_list_lock, flags); > cm_node->send_entry = new_send; > - atomic_inc(&cm_node->ref_count); > + refcount_inc(&cm_node->ref_count); > spin_unlock_irqrestore(&cm_node->retrans_list_lock, flags); > new_send->timetosend = jiffies + I40IW_RETRY_TIMEOUT; > > @@ -1140,7 +1140,7 @@ static void i40iw_retrans_expired(struct i40iw_cm_node *cm_node) > i40iw_send_reset(cm_node); > break; > default: > - atomic_inc(&cm_node->ref_count); > + refcount_inc(&cm_node->ref_count); > i40iw_send_reset(cm_node); > i40iw_create_event(cm_node, I40IW_CM_EVENT_ABORTED); > break; > @@ -1198,7 +1198,7 @@ static void i40iw_build_timer_list(struct list_head *timer_list, > list_for_each_safe(list_node, list_core_temp, hte) { > cm_node = container_of(list_node, struct i40iw_cm_node, list); > if (cm_node->close_entry || cm_node->send_entry) { > - atomic_inc(&cm_node->ref_count); > + refcount_inc(&cm_node->ref_count); > list_add(&cm_node->timer_entry, timer_list); > } > } > @@ -1448,7 +1448,7 @@ struct i40iw_cm_node *i40iw_find_node(struct i40iw_cm_core *cm_core, > !memcmp(cm_node->rem_addr, rem_addr, sizeof(cm_node->rem_addr)) && > (cm_node->rem_port == rem_port)) { > if (add_refcnt) > - atomic_inc(&cm_node->ref_count); > + refcount_inc(&cm_node->ref_count); > spin_unlock_irqrestore(&cm_core->ht_lock, flags); > return cm_node; > } > @@ -1864,7 +1864,7 @@ static int i40iw_dec_refcnt_listen(struct i40iw_cm_core *cm_core, > cm_node = container_of(list_pos, struct i40iw_cm_node, list); > if ((cm_node->listener == listener) && > !cm_node->accelerated) { > - atomic_inc(&cm_node->ref_count); > + refcount_inc(&cm_node->ref_count); > list_add(&cm_node->reset_entry, &reset_list); > } > } > @@ -1901,7 +1901,7 @@ static int i40iw_dec_refcnt_listen(struct i40iw_cm_core *cm_core, > event.cm_info.loc_port = loopback->loc_port; > event.cm_info.cm_id = loopback->cm_id; > event.cm_info.ipv4 = loopback->ipv4; > - atomic_inc(&loopback->ref_count); > + refcount_inc(&loopback->ref_count); > loopback->state = I40IW_CM_STATE_CLOSED; > i40iw_event_connect_error(&event); > cm_node->state = I40IW_CM_STATE_LISTENER_DESTROYED; > @@ -2206,7 +2206,7 @@ static struct i40iw_cm_node *i40iw_make_cm_node( > spin_lock_init(&cm_node->retrans_list_lock); > cm_node->ack_rcvd = false; > > - atomic_set(&cm_node->ref_count, 1); > + refcount_set(&cm_node->ref_count, 1); > /* associate our parent CM core */ > cm_node->cm_core = cm_core; > cm_node->tcp_cntxt.loc_id = I40IW_CM_DEF_LOCAL_ID; > @@ -2288,7 +2288,7 @@ static void i40iw_rem_ref_cm_node(struct i40iw_cm_node *cm_node) > unsigned long flags; > > spin_lock_irqsave(&cm_node->cm_core->ht_lock, flags); > - if (atomic_dec_return(&cm_node->ref_count)) { > + if (!refcount_dec_and_test(&cm_node->ref_count)) { > spin_unlock_irqrestore(&cm_node->cm_core->ht_lock, flags); > return; > } > @@ -2366,7 +2366,7 @@ static void i40iw_handle_fin_pkt(struct i40iw_cm_node *cm_node) > cm_node->tcp_cntxt.rcv_nxt++; > i40iw_cleanup_retrans_entry(cm_node); > cm_node->state = I40IW_CM_STATE_CLOSED; > - atomic_inc(&cm_node->ref_count); > + refcount_inc(&cm_node->ref_count); > i40iw_send_reset(cm_node); > break; > case I40IW_CM_STATE_FIN_WAIT1: > @@ -2627,7 +2627,7 @@ static void i40iw_handle_syn_pkt(struct i40iw_cm_node *cm_node, > break; > case I40IW_CM_STATE_CLOSED: > i40iw_cleanup_retrans_entry(cm_node); > - atomic_inc(&cm_node->ref_count); > + refcount_inc(&cm_node->ref_count); > i40iw_send_reset(cm_node); > break; > case I40IW_CM_STATE_OFFLOADED: > @@ -2701,7 +2701,7 @@ static void i40iw_handle_synack_pkt(struct i40iw_cm_node *cm_node, > case I40IW_CM_STATE_CLOSED: > cm_node->tcp_cntxt.loc_seq_num = ntohl(tcph->ack_seq); > i40iw_cleanup_retrans_entry(cm_node); > - atomic_inc(&cm_node->ref_count); > + refcount_inc(&cm_node->ref_count); > i40iw_send_reset(cm_node); > break; > case I40IW_CM_STATE_ESTABLISHED: > @@ -2774,7 +2774,7 @@ static int i40iw_handle_ack_pkt(struct i40iw_cm_node *cm_node, > break; > case I40IW_CM_STATE_CLOSED: > i40iw_cleanup_retrans_entry(cm_node); > - atomic_inc(&cm_node->ref_count); > + refcount_inc(&cm_node->ref_count); > i40iw_send_reset(cm_node); > break; > case I40IW_CM_STATE_LAST_ACK: > @@ -3222,7 +3222,7 @@ void i40iw_receive_ilq(struct i40iw_sc_vsi *vsi, struct i40iw_puda_buf *rbuf) > i40iw_rem_ref_cm_node(cm_node); > return; > } > - atomic_inc(&cm_node->ref_count); > + refcount_inc(&cm_node->ref_count); > } else if (cm_node->state == I40IW_CM_STATE_OFFLOADED) { > i40iw_rem_ref_cm_node(cm_node); > return; > @@ -4228,7 +4228,7 @@ static void i40iw_cm_event_handler(struct work_struct *work) > */ > static void i40iw_cm_post_event(struct i40iw_cm_event *event) > { > - atomic_inc(&event->cm_node->ref_count); > + refcount_inc(&event->cm_node->ref_count); > event->cm_info.cm_id->add_ref(event->cm_info.cm_id); > INIT_WORK(&event->event_work, i40iw_cm_event_handler); > > @@ -4331,7 +4331,7 @@ void i40iw_cm_teardown_connections(struct i40iw_device *iwdev, u32 *ipaddr, > (nfo->vlan_id == cm_node->vlan_id && > (!memcmp(cm_node->loc_addr, ipaddr, nfo->ipv4 ? 4 : 16) || > !memcmp(cm_node->rem_addr, ipaddr, nfo->ipv4 ? 4 : 16)))) { > - atomic_inc(&cm_node->ref_count); > + refcount_inc(&cm_node->ref_count); > list_add(&cm_node->teardown_entry, &teardown_list); > } > } > @@ -4342,7 +4342,7 @@ void i40iw_cm_teardown_connections(struct i40iw_device *iwdev, u32 *ipaddr, > (nfo->vlan_id == cm_node->vlan_id && > (!memcmp(cm_node->loc_addr, ipaddr, nfo->ipv4 ? 4 : 16) || > !memcmp(cm_node->rem_addr, ipaddr, nfo->ipv4 ? 4 : 16)))) { > - atomic_inc(&cm_node->ref_count); > + refcount_inc(&cm_node->ref_count); > list_add(&cm_node->teardown_entry, &teardown_list); > } > } > diff --git a/drivers/infiniband/hw/i40iw/i40iw_cm.h b/drivers/infiniband/hw/i40iw/i40iw_cm.h > index 839966a..3cfe3d2 100644 > --- a/drivers/infiniband/hw/i40iw/i40iw_cm.h > +++ b/drivers/infiniband/hw/i40iw/i40iw_cm.h > @@ -319,7 +319,7 @@ struct i40iw_cm_node { > enum i40iw_cm_node_state state; > u8 loc_mac[ETH_ALEN]; > u8 rem_mac[ETH_ALEN]; > - atomic_t ref_count; > + refcount_t ref_count; > struct i40iw_qp *iwqp; > struct i40iw_device *iwdev; > struct i40iw_sc_dev *dev; > -- > 2.7.4 >