Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp986312ybt; Fri, 19 Jun 2020 20:38:01 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwyb/hwA8xltEzv+b5W/IpoDSE7AUhcwT1Vm8PL+zgCU/2THDyYa10JLl9R5OE+lm/IcZAK X-Received: by 2002:a05:6402:1481:: with SMTP id e1mr6407104edv.113.1592624281475; Fri, 19 Jun 2020 20:38:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592624281; cv=none; d=google.com; s=arc-20160816; b=VwH8r5aKzH4n8BaVWTqd28/c6ddMQM+5PWSOTqpRMt+QICR97tP3JmVSHGIW1ZOVZX TC5J2cbR5mvWLIYC7moNg2n1mGhVa+W9vAXgrWeESJFoT4HrcjZpF/AB15GA+jmOB6nw yR2RKhL1O3v2kGO23VQX7Gr9IVVI3LVzGZ7rY3GWvXyWWen4W6qCrSg26I/FAdDPIXJ5 iIpR3QZKs5EcKFb6N0jSPgrxPm3/qit6w0A46ZLt1FlwW5VUizGXMIuwvzU86zpTCUa/ cyZDj2W2EpTLdi6SsOzHwLjkZBs8hpWYlIryycptp69dzzwqc7c1I1ZhTIl/RKM+smXs s5TA== 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=zd7+k55kDKtiC0Mejb+nNdkSsxUUipAFFhJturQY0Nk=; b=Fnodu3oeSAY+SnICVir5CkAzwnQwJPiLKK7LMBuYcuyD8QBPzz8ISvaOkN1h7CuHLz paUablTWxe0vSTl48P7UHEDD3iJB4cpdtshv6/adcIBevACi0oJtTxwEuDU9dm6r/GMX tPL/zF4pI3VJtiFQS7blK9Z16uUcJt4L5Kym1zjPGV/k3NQGWs0CXvq4ucKr8ksUCvnW e4FvBZMN7GALSHABuNgJbUVUT3aPnY/f6W9j+M8wBlWRgBmH1YKK14Z1L+9qP5KGsCmf mxCbUg9NsbqYyZWssvmrQMkqdiiZreyRMXttZRCMorZ/qGXkFMeb9ltstopgO27CArrN gtYA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=VuhfVhHT; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id w2si697640edt.433.2020.06.19.20.37.40; Fri, 19 Jun 2020 20:38:01 -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=VuhfVhHT; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2405373AbgFSP6O (ORCPT + 99 others); Fri, 19 Jun 2020 11:58:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:50754 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2404227AbgFSPTp (ORCPT ); Fri, 19 Jun 2020 11:19:45 -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 2968A21582; Fri, 19 Jun 2020 15:19:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592579984; bh=8uZj89EysRnr7CDvLiuKG1OmXk9XZZAADOB7HSB/dOM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=VuhfVhHT0pV3y6f/f170LfWtNdtLEWZfr99tsyz6Jfs70d4BSohq47GmtZpABKivT GRAddJdsrRh9j+pyxJu3UuL8ICL5ACYUPrhS1G5DpmtkyTylU3fbAYIzcCGjdEBcRA MTzNZiWeP5KKSoPss57cJlojCGEM7MtSBn5lgNfA= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Vitaly Kuznetsov , Jon Doron , Roman Kagan , Paolo Bonzini , Sasha Levin Subject: [PATCH 5.7 077/376] x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit Date: Fri, 19 Jun 2020 16:29:55 +0200 Message-Id: <20200619141713.998730037@linuxfoundation.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200619141710.350494719@linuxfoundation.org> References: <20200619141710.350494719@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: Jon Doron [ Upstream commit f7d31e65368aeef973fab788aa22c4f1d5a6af66 ] The problem the patch is trying to address is the fact that 'struct kvm_hyperv_exit' has different layout on when compiling in 32 and 64 bit modes. In 64-bit mode the default alignment boundary is 64 bits thus forcing extra gaps after 'type' and 'msr' but in 32-bit mode the boundary is at 32 bits thus no extra gaps. This is an issue as even when the kernel is 64 bit, the userspace using the interface can be both 32 and 64 bit but the same 32 bit userspace has to work with 32 bit kernel. The issue is fixed by forcing the 64 bit layout, this leads to ABI change for 32 bit builds and while we are obviously breaking '32 bit userspace with 32 bit kernel' case, we're fixing the '32 bit userspace with 64 bit kernel' one. As the interface has no (known) users and 32 bit KVM is rather baroque nowadays, this seems like a reasonable decision. Reviewed-by: Vitaly Kuznetsov Signed-off-by: Jon Doron Message-Id: <20200424113746.3473563-2-arilou@gmail.com> Reviewed-by: Roman Kagan Signed-off-by: Paolo Bonzini Signed-off-by: Sasha Levin --- Documentation/virt/kvm/api.rst | 2 ++ include/uapi/linux/kvm.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst index efbbe570aa9b..750d005a75bc 100644 --- a/Documentation/virt/kvm/api.rst +++ b/Documentation/virt/kvm/api.rst @@ -5067,9 +5067,11 @@ EOI was received. #define KVM_EXIT_HYPERV_SYNIC 1 #define KVM_EXIT_HYPERV_HCALL 2 __u32 type; + __u32 pad1; union { struct { __u32 msr; + __u32 pad2; __u64 control; __u64 evt_page; __u64 msg_page; diff --git a/include/uapi/linux/kvm.h b/include/uapi/linux/kvm.h index 428c7dde6b4b..9cdc5356f542 100644 --- a/include/uapi/linux/kvm.h +++ b/include/uapi/linux/kvm.h @@ -189,9 +189,11 @@ struct kvm_hyperv_exit { #define KVM_EXIT_HYPERV_SYNIC 1 #define KVM_EXIT_HYPERV_HCALL 2 __u32 type; + __u32 pad1; union { struct { __u32 msr; + __u32 pad2; __u64 control; __u64 evt_page; __u64 msg_page; -- 2.25.1