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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 51B1EC32793 for ; Wed, 18 Jan 2023 20:51:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230249AbjARUvL (ORCPT ); Wed, 18 Jan 2023 15:51:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53102 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230178AbjARUup (ORCPT ); Wed, 18 Jan 2023 15:50:45 -0500 Received: from mail-pl1-x630.google.com (mail-pl1-x630.google.com [IPv6:2607:f8b0:4864:20::630]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DCA34613CF for ; Wed, 18 Jan 2023 12:50:32 -0800 (PST) Received: by mail-pl1-x630.google.com with SMTP id p24so260318plw.11 for ; Wed, 18 Jan 2023 12:50:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=svbi23Bf7G7TpszzbredrX9t138yDUamrj0MjFsKqDs=; b=Ja60k0uaY2y+uAHoC0XCVBogwu6cVGziixF8yj0njcBAiPvwPdFN3k5pw0dTXv5/Gx LwVStbFNYvToriLeeH8kDuNTmVXteTYQd9vHcXFd00EDkYXnL0Aefll/2WHMBVJWBMjk 9SAXq+mxW00DrKkDX6YCKCsdWkZx8Cd2XfKIufUL1gbKr6jmS42KH9BpEAxxRPaSyvLI h7uNQ+TfMOV1hLRZMfPD0mvsSpUlp86fDDpJOjuHhvlXoA9BZzZjumkEKwj6y72oXTI/ iuhj12Hq26EDMMc+95uU8XAXkQ3yI8+luWIzFyc1+tFVCELblF7sAKMvhmB3hZ8LWO9Q GEpg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=svbi23Bf7G7TpszzbredrX9t138yDUamrj0MjFsKqDs=; b=UongLbz94YS8bMKw22Jlc9mqLrc615wvl5zL//qkRdZJeaSmQRrZnsdrWy+wf5uesa GdMi01x5W45cotQ+wg7pLDCUMLsFhgt4mPS/4Si8aQJX+wgLzCxwyYIwlJdo8z0nAJJo gJTURXHaeIq5oDZQpNv5XPW7pNkat7m4nlkR8Z5pgRmnUZpfSxoj66fsrt006QrbtYwK 0QJf1FipMdjt3LUVZEBDb6fXro/w9T5oIvkkGWgcrEjZ5ODVt1xpslOMqt1CZhIluhEH A+0ko7mBXXfbvJkEVLFrIUOLV3RhGsU1OAkmbpmycSDuFNufJqShu7EKX71LpKnBG1pV sdLA== X-Gm-Message-State: AFqh2kpI/CMY9fhFDg6yuQoTSlNjMdSkJQrnu+D0G65PMwLAc2L3oZz6 +FOiBIxykWWA24B95TNv0RYpKw== X-Google-Smtp-Source: AMrXdXtqGP0OSfyW0P1XNGdZx+AwtHEJl+79Y/0uccPkfRehsMuaJs1SnhYkPOwnKyhbkV3+IeHYpA== X-Received: by 2002:a17:902:e808:b0:189:b910:c6d2 with SMTP id u8-20020a170902e80800b00189b910c6d2mr3510690plg.1.1674075032263; Wed, 18 Jan 2023 12:50:32 -0800 (PST) Received: from google.com (7.104.168.34.bc.googleusercontent.com. [34.168.104.7]) by smtp.gmail.com with ESMTPSA id c16-20020a170902d49000b00194afa2d4e5sm3236389plg.62.2023.01.18.12.50.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 18 Jan 2023 12:50:31 -0800 (PST) Date: Wed, 18 Jan 2023 20:50:28 +0000 From: Sean Christopherson To: Peter Gonda Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, marcorr@google.com, michael.roth@amd.com, thomas.lendacky@amd.com, joro@8bytes.org, pbonzini@redhat.com, andrew.jones@linux.dev, vannapurve@google.com, Ackerley Tng Subject: Re: [PATCH V6 0/7] KVM: selftests: Add simple SEV test Message-ID: References: <20230110175057.715453-1-pgonda@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230110175057.715453-1-pgonda@google.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 10, 2023, Peter Gonda wrote: > This patch series continues the work Michael Roth has done in supporting > SEV guests in selftests. It continues on top of the work Sean > Christopherson has sent to support ucalls from SEV guests. Along with a > very simple version of the SEV selftests Michael originally proposed. I got two copies of this series. AFAICT, the only difference is that LKML is Cc'd on the second send. When resending an _identical_ series, e.g. because you forgot to Cc' someone or because mails got lost in transit, add RESEND in between the square braces in the subject of all patches so as not to confuse folks that get both (or multiple) copies.