Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1979563pxb; Fri, 5 Mar 2021 04:40:03 -0800 (PST) X-Google-Smtp-Source: ABdhPJzq3+1vipqHX+XHWYPsxoB2+O0Cyb8hMMDYFTMM7zHIZnwVYah64j4zVbnJyDxmGfOPS5nQ X-Received: by 2002:a05:6402:5244:: with SMTP id t4mr7762468edd.87.1614948003390; Fri, 05 Mar 2021 04:40:03 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1614948003; cv=none; d=google.com; s=arc-20160816; b=Arh5Rv6H/NmTSX+Ta9xGMl5f2xQs07kgFp/9etC942LVI0KR2Z0jXGZSD2J86y7RGb LMzQmeoyv76Qe9cxkm4ubWrFXirJ30TTGPORwT0e3J8ZjgLcNOXslyzfDr0nHKpqowYn KGUohpDO9kDDVAhufzvqDa+Kd8AulWcSXKKUI6/V86jXCBp/KekINmLKDUs1b8Xr1d32 g6KfqLnbz/zMTZKb3WxzQK/EWKO9UhzzzJO3fjJBaHqy/y/QyiSGzqmQQDJ/O+xFk/dT /VorDC1NmoyJC/ZiKHY83iQC0psk47MukfhQD8fY24EZ0MLmdbEYG/8fU+9hlwd+Il10 +v3Q== 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=TwARr3EEqrMXbxWzH1Gk9Lq8KvtHSCvRc5CiJmE1/+E=; b=Xv+3q+SBwU0lIUUdczJsvOL2fki2cVY4ApbxawjtGPIiKJpLP61ogjZieWxhJ+6VB2 DK8jpe/JOd6nuhbiNTX3ZjYN88TB7mCX+7cwBM5dIXPhP8vfe+H7i1wmrirE9R1HEjEC Aa+yVPL/r1lv5IY1PHeyZLS/+Ifz7+3bMZimEjp+zRDZpg9z/QzJakpTjZThO/XOrTEr CID6BF3ySuUP9b+ZFnsHv171NSsdr5dMajfB46XH3kZGbWWgl6m1G9AbePGVnOkFTfGc RWsRP1AV2YCdJkprrOvga395oFcCJjqC3YE0F3Ts5NFhZthGvmvWDO1PCUnYj8zKKssH 6jRw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b="L/nfna1/"; 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 h12si1388595ejx.150.2021.03.05.04.39.40; Fri, 05 Mar 2021 04:40:03 -0800 (PST) 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="L/nfna1/"; 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 S232288AbhCEMiQ (ORCPT + 99 others); Fri, 5 Mar 2021 07:38:16 -0500 Received: from mail.kernel.org ([198.145.29.99]:50276 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233084AbhCEMhP (ORCPT ); Fri, 5 Mar 2021 07:37:15 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id B966F65012; Fri, 5 Mar 2021 12:37:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1614947835; bh=+j8l7Edd1zPoeE+8qyLoZbAA7u7w/qB7pgWC9sc0568=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=L/nfna1/qCHLssFDw3UinYOVevTbT14LK/qbsqomLeNBIWES3ULUBLVob0YDtDIAV rNIqX6jtE46kSIz8Ox4gwYmGMGI3Y/Z2zEVQK8NqHrWEVKBJUNzcQlzhzi38IM8Xxy SLFH341TCqj+mjydgStl/qydxTs9sLku4kfIwGDk= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Halil Pasic , Cornelia Huck , Vasily Gorbik Subject: [PATCH 4.19 04/52] virtio/s390: implement virtio-ccw revision 2 correctly Date: Fri, 5 Mar 2021 13:21:35 +0100 Message-Id: <20210305120853.878276639@linuxfoundation.org> X-Mailer: git-send-email 2.30.1 In-Reply-To: <20210305120853.659441428@linuxfoundation.org> References: <20210305120853.659441428@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: Cornelia Huck commit 182f709c5cff683e6732d04c78e328de0532284f upstream. CCW_CMD_READ_STATUS was introduced with revision 2 of virtio-ccw, and drivers should only rely on it being implemented when they negotiated at least that revision with the device. However, virtio_ccw_get_status() issued READ_STATUS for any device operating at least at revision 1. If the device accepts READ_STATUS regardless of the negotiated revision (which some implementations like QEMU do, even though the spec currently does not allow it), everything works as intended. While a device rejecting the command should also be handled gracefully, we will not be able to see any changes the device makes to the status, such as setting NEEDS_RESET or setting the status to zero after a completed reset. We negotiated the revision to at most 1, as we never bumped the maximum revision; let's do that now and properly send READ_STATUS only if we are operating at least at revision 2. Cc: stable@vger.kernel.org Fixes: 7d3ce5ab9430 ("virtio/s390: support READ_STATUS command for virtio-ccw") Reviewed-by: Halil Pasic Signed-off-by: Cornelia Huck Signed-off-by: Vasily Gorbik Link: https://lore.kernel.org/r/20210216110645.1087321-1-cohuck@redhat.com Signed-off-by: Vasily Gorbik Signed-off-by: Greg Kroah-Hartman --- drivers/s390/virtio/virtio_ccw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/drivers/s390/virtio/virtio_ccw.c +++ b/drivers/s390/virtio/virtio_ccw.c @@ -103,7 +103,7 @@ struct virtio_rev_info { }; /* the highest virtio-ccw revision we support */ -#define VIRTIO_CCW_REV_MAX 1 +#define VIRTIO_CCW_REV_MAX 2 struct virtio_ccw_vq_info { struct virtqueue *vq; @@ -911,7 +911,7 @@ static u8 virtio_ccw_get_status(struct v u8 old_status = *vcdev->status; struct ccw1 *ccw; - if (vcdev->revision < 1) + if (vcdev->revision < 2) return *vcdev->status; ccw = kzalloc(sizeof(*ccw), GFP_DMA | GFP_KERNEL);