From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7E24DC3A59E for ; Wed, 21 Aug 2019 15:48:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 50C9622DD3 for ; Wed, 21 Aug 2019 15:48:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=shipmail.org header.i=@shipmail.org header.b="ecCdMDUX" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729005AbfHUPsa (ORCPT ); Wed, 21 Aug 2019 11:48:30 -0400 Received: from ste-pvt-msa1.bahnhof.se ([213.80.101.70]:29549 "EHLO ste-pvt-msa1.bahnhof.se" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728840AbfHUPs3 (ORCPT ); Wed, 21 Aug 2019 11:48:29 -0400 Received: from localhost (localhost [127.0.0.1]) by ste-pvt-msa1.bahnhof.se (Postfix) with ESMTP id 319A93F6FD; Wed, 21 Aug 2019 17:48:26 +0200 (CEST) Authentication-Results: ste-pvt-msa1.bahnhof.se; dkim=pass (1024-bit key; unprotected) header.d=shipmail.org header.i=@shipmail.org header.b=ecCdMDUX; dkim-atps=neutral X-Virus-Scanned: Debian amavisd-new at bahnhof.se Received: from ste-pvt-msa1.bahnhof.se ([127.0.0.1]) by localhost (ste-pvt-msa1.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5_BESL_KmbX2; Wed, 21 Aug 2019 17:48:25 +0200 (CEST) Received: from mail1.shipmail.org (h-205-35.A357.priv.bahnhof.se [155.4.205.35]) (Authenticated sender: mb878879) by ste-pvt-msa1.bahnhof.se (Postfix) with ESMTPA id B41E23F6DC; Wed, 21 Aug 2019 17:48:24 +0200 (CEST) Received: from localhost.localdomain (h-205-35.A357.priv.bahnhof.se [155.4.205.35]) by mail1.shipmail.org (Postfix) with ESMTPSA id EB2EA3602D6; Wed, 21 Aug 2019 17:48:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=shipmail.org; s=mail; t=1566402504; bh=fcgSl5DKVkYug+EcSMguajG35Q4SWrsZPSDglOO5M/I=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=ecCdMDUXP+o2fIzs4cRai9GmFjJWyqXjqO7bcLjHnOTjhjkzH167yNCB8CYywNbMi iEf4XMgEk9k4bQsljRIdtpdEucWmIkckNcA7e1O+aDpOe82ub7qGTfMIyfPepJB51+ OIn5udOtHF0ggr4ekNoMg9EaTOS+dRcgZCrPxZFE= Subject: Re: [PATCH 4/4] input/vmmouse: Update the backdoor call with support for new instructions To: Dmitry Torokhov Cc: linux-kernel@vger.kernel.org, pv-drivers@vmware.com, Thomas Hellstrom , linux-input@vger.kernel.org, Doug Covelli References: <20190818143316.4906-1-thomas_os@shipmail.org> <20190818143316.4906-5-thomas_os@shipmail.org> <20190821050925.GA566@penguin> From: =?UTF-8?Q?Thomas_Hellstr=c3=b6m_=28VMware=29?= Organization: VMware Inc. Message-ID: <027a55d6-ab26-ef9c-bd89-93a38f96160b@shipmail.org> Date: Wed, 21 Aug 2019 17:48:23 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190821050925.GA566@penguin> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 8/21/19 7:09 AM, Dmitry Torokhov wrote: > On Sun, Aug 18, 2019 at 04:33:16PM +0200, Thomas Hellström (VMware) wrote: >> From: Thomas Hellstrom >> >> Use the definition provided by include/asm/vmware.h >> >> Cc: Dmitry Torokhov >> Cc: >> Signed-off-by: Thomas Hellstrom >> Reviewed-by: Doug Covelli > Acked-by: Dmitry Torokhov > > Please feel free to merge with the rest of the patches introducing > VMWARE_HYPERCALL. Thanks, Dmitry! I have a version 2 of the patch were the only difference is that edx is initialized to zero which is default for vmcall / vmmcall. Can I use your ack for that one as well? Thanks, Thomas