Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp79848imm; Thu, 2 Aug 2018 23:21:00 -0700 (PDT) X-Google-Smtp-Source: AAOMgpf3YTxqQwzBtNaqR9KJzMZy/Tfdj6Ow6XUwnXG/mobKiE/UcKGJ+48qzz3AHwUEa5JeMBlG X-Received: by 2002:aa7:88d3:: with SMTP id p19-v6mr2885533pfo.160.1533277260164; Thu, 02 Aug 2018 23:21:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533277260; cv=none; d=google.com; s=arc-20160816; b=pXLWL8UO8YHm1+Tv1BhPMBbJ1UL4O4l06G5YFrS4R+FjYkOzTIbsm9J0g8PA1iwfgS rsYIyIQXpH4E4EsD3vo6VF4xZAFKheWYRtJ4jWHeplrVg7BiAbla+1ScgVHJMcpKkUkl uctGO7qy4EFB6ciQEgYMJSYplmzaeoo9q326qPfwpEbJjpNhAbKgivgXrJiTwzeYy+C5 Kfnwt6JtRIfAnCmsmWNyxFY0Xa126FJfNvMJ2eO2p72rqZdb+m+j8/c01qySpGHw0RjJ O5rYmlspgvU+59q2FyWBr/mk1vVGKZ03mdTNNpJ7qlxENqi5o0XJovrl3XTP5sN5OP1x EGkA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:cc:references:to :subject:arc-authentication-results; bh=5E5yCCVyx+e1c+kG2TerFtch1YyGeSmbu0PYVcz28QI=; b=LxknLoVHJQ4HEL67C/ywo3eahas0k6b0ogHrmVPtMSgfh5cFPf0jGLZebFejSher11 h653Zxg50N1CxtKk1dmd/524Et0wtwIfxfGV+Ya/qaJHNv1aHB+S2gKye824fwzlbVfL Nspf/wV6EiIcKOvff3TX4bWYJJfCUTL1HDmuHPvk0T5IXMoGimCgZFZSWV9hpVc6bp9l mmOfudJWCjqXHMz6tHWHiKPT7QzFvap5nj36PAVXVOn8u6bsHBggZIo6aj9ZRbKVP9w1 Hzl1Sfrl0F8UZPA5n6LsTcLOCWKVvIQ210lEVk7C3yMeklFZu8Hk1ruS5HXSa8niryuy lkVw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y2-v6si4546875pff.117.2018.08.02.23.20.45; Thu, 02 Aug 2018 23:21:00 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728524AbeHCIOF (ORCPT + 99 others); Fri, 3 Aug 2018 04:14:05 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:10618 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727226AbeHCIOF (ORCPT ); Fri, 3 Aug 2018 04:14:05 -0400 Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 3FAC6620A7B4; Fri, 3 Aug 2018 14:19:19 +0800 (CST) Received: from [10.177.253.249] (10.177.253.249) by smtp.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.399.0; Fri, 3 Aug 2018 14:19:14 +0800 Subject: Re: [V9fs-developer] [PATCH] net/9p: Modify the problem of BUG_ON judgment To: jiangyiwen , Eric Van Hensbergen , Ron Minnich , Latchesar Ionkov , Dominique Martinet References: <5B63D5F6.6080109@huawei.com> CC: , Linux Kernel Mailing List , From: piaojun Message-ID: <5B63F3D1.3020408@huawei.com> Date: Fri, 3 Aug 2018 14:18:57 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <5B63D5F6.6080109@huawei.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.253.249] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org LGTM On 2018/8/3 12:11, jiangyiwen wrote: > Because the value of limit is VIRTQUEUE_NUM, if index is equal to > limit, it will cause sg array out of bounds, so correct the judgement > of BUG_ON. > > Signed-off-by: Yiwen Jiang Acked-by: Jun Piao > --- > net/9p/trans_virtio.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/net/9p/trans_virtio.c b/net/9p/trans_virtio.c > index 6265d1d..08264ba 100644 > --- a/net/9p/trans_virtio.c > +++ b/net/9p/trans_virtio.c > @@ -191,7 +191,7 @@ static int pack_sg_list(struct scatterlist *sg, int start, > s = rest_of_page(data); > if (s > count) > s = count; > - BUG_ON(index > limit); > + BUG_ON(index >= limit); > /* Make sure we don't terminate early. */ > sg_unmark_end(&sg[index]); > sg_set_buf(&sg[index++], data, s); > @@ -236,6 +236,7 @@ static int p9_virtio_cancel(struct p9_client *client, struct p9_req_t *req) > s = PAGE_SIZE - data_off; > if (s > count) > s = count; > + BUG_ON(index >= limit); > /* Make sure we don't terminate early. */ > sg_unmark_end(&sg[index]); > sg_set_page(&sg[index++], pdata[i++], s, data_off); >