Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp2460086yba; Mon, 15 Apr 2019 12:06:33 -0700 (PDT) X-Google-Smtp-Source: APXvYqzt1PifILRLaqAGbLic10ZwgHTQwryygEG2/cPtredEqOsooPRdDKIRX4LaHWXd+P8O19kK X-Received: by 2002:a65:5ac3:: with SMTP id d3mr73649224pgt.168.1555355193327; Mon, 15 Apr 2019 12:06:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555355193; cv=none; d=google.com; s=arc-20160816; b=zwAG40pnLIZUfnFldnTvF44lQ2X+zCnhyS3QuuZgB3vJwZtSj4+w35RrNxTxFp5XYr IAb+YQMfyRT5Jrq21aKbUqjn3aLOylKddU4NxT59qV5Fj9MLZoP1j7I8l7vxu9zaAQUV Z18PavR8FYnvOah35Rn6lLSSKfmRSNh1sDht8lSnGdN3T7mpj5Gswb2s48tARn9Ek+cy 6JrnaqRg+9yl1aupJdDf8PldXuNAuNNjzfqaAbBT35rvtAisQ39bq8q03nYLzNu+5/Iq jar0etyshgoWyxu4DHUtWEt6Y7PTrppVptkhqZYiE6BvgDhPfSnm3OUX0SBT+Eb2HSl5 BbnA== 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:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=tTr9/UxqJknGj51nj/lz2rbB6LYs0CruAJ1LW1KBbwY=; b=IkJiJ5ZY7I7OP93sCJp1psAANWbk++mHssWCwQik1bT5lGolEjIqajwTu1I5yP9meB dy0/DwZ49C0vV+/+8mGaYvdDA6lsG3kJziG5Sv+XfYexUEI4+ypd/wmonJ3DWZZpZwSB qjJCNgW5kJv6C+O4O2RHOkKJCaZCAg9nGKdcq9J41qm+Ee5zAgsNeOJIQ1/FBsB5wQl8 2m3uCwpVm7tJ4NMGiDR2dRFRbDqU/zH7PheQdnw+mIAO6C1xj3PlbtJFyfk9GdlXeFxg zLWPe73fntVRJ0jAQWCPV/Xl6OVj+QTSk6haUW/yFODsaKRVgvMgSEqbC0KU9kzf4EYs Ix8w== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=XbSocjek; 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 k11si1502420pfa.163.2019.04.15.12.06.16; Mon, 15 Apr 2019 12:06:33 -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; dkim=pass header.i=@kernel.org header.s=default header.b=XbSocjek; 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 S1729325AbfDOTDp (ORCPT + 99 others); Mon, 15 Apr 2019 15:03:45 -0400 Received: from mail.kernel.org ([198.145.29.99]:35790 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729312AbfDOTDm (ORCPT ); Mon, 15 Apr 2019 15:03:42 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 8D9E6218FE; Mon, 15 Apr 2019 19:03:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1555355022; bh=ql1tjAa0nD6jAbAc6C4t4vMQZMq5/nysHOewJu/DL6c=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=XbSocjekMEZWHsUEUTTna4e60+T9y1ZIIM7CrG89qTgPbdFBFg0TAiuhnp9V4gbWq qlkZoYBgNHIaVPzig9RKNzJ1jWn+lC5n3lrJ3bKqiqqAT6DJVS5bnf3CbkBCAf/k/V pRX7mp0QW7OgNVyp4E9wwJbVtlwo5+zQPD9MK40I= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Cornelia Huck , "Michael S. Tsirkin" , Halil Pasic , Jens Freimann Subject: [PATCH 4.14 53/69] virtio: Honour may_reduce_num in vring_create_virtqueue Date: Mon, 15 Apr 2019 20:59:11 +0200 Message-Id: <20190415183734.540083630@linuxfoundation.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190415183726.036654568@linuxfoundation.org> References: <20190415183726.036654568@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Cornelia Huck commit cf94db21905333e610e479688add629397a4b384 upstream. vring_create_virtqueue() allows the caller to specify via the may_reduce_num parameter whether the vring code is allowed to allocate a smaller ring than specified. However, the split ring allocation code tries to allocate a smaller ring on allocation failure regardless of what the caller specified. This may cause trouble for e.g. virtio-pci in legacy mode, which does not support ring resizing. (The packed ring code does not resize in any case.) Let's fix this by bailing out immediately in the split ring code if the requested size cannot be allocated and may_reduce_num has not been specified. While at it, fix a typo in the usage instructions. Fixes: 2a2d1382fe9d ("virtio: Add improved queue allocation API") Cc: stable@vger.kernel.org # v4.6+ Signed-off-by: Cornelia Huck Signed-off-by: Michael S. Tsirkin Reviewed-by: Halil Pasic Reviewed-by: Jens Freimann Signed-off-by: Greg Kroah-Hartman --- drivers/virtio/virtio_ring.c | 2 ++ include/linux/virtio_ring.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) --- a/drivers/virtio/virtio_ring.c +++ b/drivers/virtio/virtio_ring.c @@ -1087,6 +1087,8 @@ struct virtqueue *vring_create_virtqueue GFP_KERNEL|__GFP_NOWARN|__GFP_ZERO); if (queue) break; + if (!may_reduce_num) + return NULL; } if (!num) --- a/include/linux/virtio_ring.h +++ b/include/linux/virtio_ring.h @@ -63,7 +63,7 @@ struct virtqueue; /* * Creates a virtqueue and allocates the descriptor ring. If * may_reduce_num is set, then this may allocate a smaller ring than - * expected. The caller should query virtqueue_get_ring_size to learn + * expected. The caller should query virtqueue_get_vring_size to learn * the actual size of the ring. */ struct virtqueue *vring_create_virtqueue(unsigned int index,