Received: by 2002:a05:6a10:9e8c:0:0:0:0 with SMTP id y12csp1985350pxx; Sat, 31 Oct 2020 04:53:06 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxBdXqRgXYcbblwTJY9XkiBUGfAxGF9buam5G1evHctEwttuM7C5UFyLL3uj4CY/AIAgTpY X-Received: by 2002:aa7:dc52:: with SMTP id g18mr7335400edu.369.1604145186001; Sat, 31 Oct 2020 04:53:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1604145185; cv=none; d=google.com; s=arc-20160816; b=Mq5VlkTPD3252njHyAg1WLgnSDHJymRaFrFn5443i4JQMfOoWZxK3bapvC02chnOYQ XV8e/FLBvL9P8k5N79NeeHV+lGEu/o9/LYSsFrl87KdjDCv2kR4cTwzUSOfQpl5kWX9M G0Rb8iq2viOHkcVj6hVJKocQHWy2HSgtrTCRl4gnAcUepymtfhAciQseyUXtwqH9Pq1q nhUmLnMtPVF36hZiTXtDYEbeoEMI6ZP150laMX5m2ohIC8pKCiNnIbiJ/VsYze4B6Qja MZQek0uppSx4h94bC6FcjYYg90RrR4gTsSatTNjum5GOY27ds/ruX6eW2Aw/2EeQAU+y 0SJw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=qNQZgYVb7qIk5yhfDSLucMAVUeOinxueNfmUp2vQyJY=; b=Idm5AExEugj+6zBcQdo9pabfUUxRE9jlhuyMmNLTYQDMRGNxtN9wcN+fAMEzVDBhGq xJX82DOulkshVg2o+eZGv7j+aL/eF476n2SJPobnroFZvHgi4uN2csddqavQk0K25u8N xlDGDXGfAbIg4C2P28xWTZcyKuFNxOhxD8qeMih6ePGCVC92RQ5VuVcitm4miAL3+P0a vqFDEe7Yya+k0ZH1CyoVjh3n6zYpKkNhX38Uw5sXl8fEuTWFvnAK3N4kupVZ3FYL4q/I zzJ3XFuSUCvh24LJbf8NF1GvG5z/MmA1JZO6byRAcFjza0iDPJD1EusL2tEObt8NTRoa FIFQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="udRR3kJ/"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d23si6615924edr.183.2020.10.31.04.52.44; Sat, 31 Oct 2020 04:53:05 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="udRR3kJ/"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727966AbgJaLtC (ORCPT + 99 others); Sat, 31 Oct 2020 07:49:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:43112 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727983AbgJaLnN (ORCPT ); Sat, 31 Oct 2020 07:43:13 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2ED9F2074F; Sat, 31 Oct 2020 11:43:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604144592; bh=IBDCAtZAeG0/LGaYSQXF5LKZWfH9gmejTmW2vzUoc1o=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=udRR3kJ/zKG+EYQPieufB7DhPGOgkl76c3LaRfzceUgCh8GnYrnEjUdmZE1OVqnyg 7oAEGL0zW8Pcv3IcISNxDtAeVf87UzpnQJOEuooEkPe1tRY/PD4A6JEZIN9yAnDZof oFHjXrANysj9OeS7q8MZJNjY5azli5Yq7ik4omw0= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Dan Aloni , Leon Romanovsky , Jason Gunthorpe Subject: [PATCH 5.8 60/70] RDMA/addr: Fix race with netevent_callback()/rdma_addr_cancel() Date: Sat, 31 Oct 2020 12:36:32 +0100 Message-Id: <20201031113502.375472125@linuxfoundation.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201031113459.481803250@linuxfoundation.org> References: <20201031113459.481803250@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Jason Gunthorpe commit 2ee9bf346fbfd1dad0933b9eb3a4c2c0979b633e upstream. This three thread race can result in the work being run once the callback becomes NULL: CPU1 CPU2 CPU3 netevent_callback() process_one_req() rdma_addr_cancel() [..] spin_lock_bh() set_timeout() spin_unlock_bh() spin_lock_bh() list_del_init(&req->list); spin_unlock_bh() req->callback = NULL spin_lock_bh() if (!list_empty(&req->list)) // Skipped! // cancel_delayed_work(&req->work); spin_unlock_bh() process_one_req() // again req->callback() // BOOM cancel_delayed_work_sync() The solution is to always cancel the work once it is completed so any in between set_timeout() does not result in it running again. Cc: stable@vger.kernel.org Fixes: 44e75052bc2a ("RDMA/rdma_cm: Make rdma_addr_cancel into a fence") Link: https://lore.kernel.org/r/20200930072007.1009692-1-leon@kernel.org Reported-by: Dan Aloni Signed-off-by: Leon Romanovsky Signed-off-by: Jason Gunthorpe Signed-off-by: Greg Kroah-Hartman --- drivers/infiniband/core/addr.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) --- a/drivers/infiniband/core/addr.c +++ b/drivers/infiniband/core/addr.c @@ -647,13 +647,12 @@ static void process_one_req(struct work_ req->callback = NULL; spin_lock_bh(&lock); + /* + * Although the work will normally have been canceled by the workqueue, + * it can still be requeued as long as it is on the req_list. + */ + cancel_delayed_work(&req->work); if (!list_empty(&req->list)) { - /* - * Although the work will normally have been canceled by the - * workqueue, it can still be requeued as long as it is on the - * req_list. - */ - cancel_delayed_work(&req->work); list_del_init(&req->list); kfree(req); }