Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp2723278pxv; Sun, 11 Jul 2021 23:53:31 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxDzH2hf2v4M/X82LGRzeFw7ruhTuMVr8ZTi+0LpM7NYLCeCtlTT3aejg6irlWUDNGPk8Ep X-Received: by 2002:aa7:dd43:: with SMTP id o3mr62934243edw.302.1626072811449; Sun, 11 Jul 2021 23:53:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626072811; cv=none; d=google.com; s=arc-20160816; b=gsuqXniwzeabedKconfFAUYiHEuK0wwMDbyQuZNaK/Lz+kmHiODVxZ0OLeR29epsh7 g11NPZSCuxCVV8arhj2vSwdCIy+6qxwiRLRhh/aPafvm/jvvmxszWap4CnkYkRE+lZZp dNfmembkLyettXPPiRlNMVfLOV7afLAxg9GSantJUBKjv+cfEM7FdtAEl7JHcxvyQAWu 66QLa2FLsaMe3jtbKHW86sSO089Ki+zoKFgGFnu1PHiNEZRRXlDzpUMSeWjkrmyHomDw 6JTIL2D9uHYhnSdt4DNBK9QbZ30qUbfNR2zI8b9OdV8/CK/LQPAFegSQXOYAEKfxTL/6 oS5A== 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=v1EtS+KHJ1ZN5+zGoqY48YIh4dGyO1s/y29/VX9+yz8=; b=K4dFJZXwNhIz/vKbjgsJSkpwoj3GvwbVU73lNLJaK7weV/qrHqyinyFDQ92fa1bzEf PSrz0hg+XC22FW3Uh4bblntBdOh/x+wMbmEbXUW2OUEHvrSATpn3gu6aUmC71mssfIDm 9uFSzQNWGmfsnjb6SIExLsshhFCWUmdXfpftw1+3GTfqpCxR15lhjm12E2/kVSMgTKCC 64ii22vpF1GUu+1aGIrIJnUcRLelqmfGswe8tnqDO9gS7XZ8OHUy9f+BT/291Q4Jd4ev JJIdsMcA5wuEzkZNIxfqdlXbYadP+KkYiON5mJ2ycaf4Q8sG+2/hXCTFtELoSu7E2V1O u1Zw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=ziNiMWCY; 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=pass (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 bi14si16050583ejb.441.2021.07.11.23.53.08; Sun, 11 Jul 2021 23:53:31 -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=@linuxfoundation.org header.s=korg header.b=ziNiMWCY; 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=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240169AbhGLGx3 (ORCPT + 99 others); Mon, 12 Jul 2021 02:53:29 -0400 Received: from mail.kernel.org ([198.145.29.99]:34600 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237240AbhGLGjT (ORCPT ); Mon, 12 Jul 2021 02:39:19 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8D8E661185; Mon, 12 Jul 2021 06:34:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1626071694; bh=1gAzKclJqXIFGVlkDDdMp+ulq/FMKN39+IusWIkZcZ0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ziNiMWCYrc/f0JM6dvkN1XSzYA0DdXygnfLkmgDpFxCZE9zO0wmoKNkMA21GWU/V7 QvcQBuGDODxpyZLyz3cnI90jUShoVnmJeOvaXv+nqlryZUjjvX0uHyD5widk4bMViW 47snd+o6gUWDxMqhss77FvVE2Gkzsol+BicqJpwc= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, John Garry , David Jeffery , Bart Van Assche , Ming Lei , Jens Axboe , Sasha Levin Subject: [PATCH 5.10 179/593] blk-mq: clear stale request in tags->rq[] before freeing one request pool Date: Mon, 12 Jul 2021 08:05:39 +0200 Message-Id: <20210712060902.726273702@linuxfoundation.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210712060843.180606720@linuxfoundation.org> References: <20210712060843.180606720@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: Ming Lei [ Upstream commit bd63141d585bef14f4caf111f6d0e27fe2300ec6 ] refcount_inc_not_zero() in bt_tags_iter() still may read one freed request. Fix the issue by the following approach: 1) hold a per-tags spinlock when reading ->rqs[tag] and calling refcount_inc_not_zero in bt_tags_iter() 2) clearing stale request referred via ->rqs[tag] before freeing request pool, the per-tags spinlock is held for clearing stale ->rq[tag] So after we cleared stale requests, bt_tags_iter() won't observe freed request any more, also the clearing will wait for pending request reference. The idea of clearing ->rqs[] is borrowed from John Garry's previous patch and one recent David's patch. Tested-by: John Garry Reviewed-by: David Jeffery Reviewed-by: Bart Van Assche Signed-off-by: Ming Lei Link: https://lore.kernel.org/r/20210511152236.763464-4-ming.lei@redhat.com Signed-off-by: Jens Axboe Signed-off-by: Sasha Levin --- block/blk-mq-tag.c | 9 +++++++-- block/blk-mq-tag.h | 6 ++++++ block/blk-mq.c | 46 +++++++++++++++++++++++++++++++++++++++++----- 3 files changed, 54 insertions(+), 7 deletions(-) diff --git a/block/blk-mq-tag.c b/block/blk-mq-tag.c index 6772c3728865..c4f2f6c123ae 100644 --- a/block/blk-mq-tag.c +++ b/block/blk-mq-tag.c @@ -202,10 +202,14 @@ struct bt_iter_data { static struct request *blk_mq_find_and_get_req(struct blk_mq_tags *tags, unsigned int bitnr) { - struct request *rq = tags->rqs[bitnr]; + struct request *rq; + unsigned long flags; + spin_lock_irqsave(&tags->lock, flags); + rq = tags->rqs[bitnr]; if (!rq || !refcount_inc_not_zero(&rq->ref)) - return NULL; + rq = NULL; + spin_unlock_irqrestore(&tags->lock, flags); return rq; } @@ -538,6 +542,7 @@ struct blk_mq_tags *blk_mq_init_tags(unsigned int total_tags, tags->nr_tags = total_tags; tags->nr_reserved_tags = reserved_tags; + spin_lock_init(&tags->lock); if (flags & BLK_MQ_F_TAG_HCTX_SHARED) return tags; diff --git a/block/blk-mq-tag.h b/block/blk-mq-tag.h index 7d3e6b333a4a..f887988e5ef6 100644 --- a/block/blk-mq-tag.h +++ b/block/blk-mq-tag.h @@ -20,6 +20,12 @@ struct blk_mq_tags { struct request **rqs; struct request **static_rqs; struct list_head page_list; + + /* + * used to clear request reference in rqs[] before freeing one + * request pool + */ + spinlock_t lock; }; extern struct blk_mq_tags *blk_mq_init_tags(unsigned int nr_tags, diff --git a/block/blk-mq.c b/block/blk-mq.c index 50d3527a5d97..00d6ed2fe812 100644 --- a/block/blk-mq.c +++ b/block/blk-mq.c @@ -2276,6 +2276,45 @@ queue_exit: return BLK_QC_T_NONE; } +static size_t order_to_size(unsigned int order) +{ + return (size_t)PAGE_SIZE << order; +} + +/* called before freeing request pool in @tags */ +static void blk_mq_clear_rq_mapping(struct blk_mq_tag_set *set, + struct blk_mq_tags *tags, unsigned int hctx_idx) +{ + struct blk_mq_tags *drv_tags = set->tags[hctx_idx]; + struct page *page; + unsigned long flags; + + list_for_each_entry(page, &tags->page_list, lru) { + unsigned long start = (unsigned long)page_address(page); + unsigned long end = start + order_to_size(page->private); + int i; + + for (i = 0; i < set->queue_depth; i++) { + struct request *rq = drv_tags->rqs[i]; + unsigned long rq_addr = (unsigned long)rq; + + if (rq_addr >= start && rq_addr < end) { + WARN_ON_ONCE(refcount_read(&rq->ref) != 0); + cmpxchg(&drv_tags->rqs[i], rq, NULL); + } + } + } + + /* + * Wait until all pending iteration is done. + * + * Request reference is cleared and it is guaranteed to be observed + * after the ->lock is released. + */ + spin_lock_irqsave(&drv_tags->lock, flags); + spin_unlock_irqrestore(&drv_tags->lock, flags); +} + void blk_mq_free_rqs(struct blk_mq_tag_set *set, struct blk_mq_tags *tags, unsigned int hctx_idx) { @@ -2294,6 +2333,8 @@ void blk_mq_free_rqs(struct blk_mq_tag_set *set, struct blk_mq_tags *tags, } } + blk_mq_clear_rq_mapping(set, tags, hctx_idx); + while (!list_empty(&tags->page_list)) { page = list_first_entry(&tags->page_list, struct page, lru); list_del_init(&page->lru); @@ -2353,11 +2394,6 @@ struct blk_mq_tags *blk_mq_alloc_rq_map(struct blk_mq_tag_set *set, return tags; } -static size_t order_to_size(unsigned int order) -{ - return (size_t)PAGE_SIZE << order; -} - static int blk_mq_init_request(struct blk_mq_tag_set *set, struct request *rq, unsigned int hctx_idx, int node) { -- 2.30.2