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 BC044CA0FE8 for ; Fri, 1 Sep 2023 22:03:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346696AbjIAWDZ (ORCPT ); Fri, 1 Sep 2023 18:03:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56948 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350863AbjIAVwT (ORCPT ); Fri, 1 Sep 2023 17:52:19 -0400 Received: from mail-pf1-x44a.google.com (mail-pf1-x44a.google.com [IPv6:2607:f8b0:4864:20::44a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3BBAB1FFE for ; Fri, 1 Sep 2023 14:49:50 -0700 (PDT) Received: by mail-pf1-x44a.google.com with SMTP id d2e1a72fcca58-68a3ba17c7bso3135253b3a.2 for ; Fri, 01 Sep 2023 14:49:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20221208; t=1693604990; x=1694209790; darn=vger.kernel.org; h=cc:to:from:subject:message-id:references:mime-version:in-reply-to :date:from:to:cc:subject:date:message-id:reply-to; bh=IzrwaMmvE4QKswRKE7C/ju9oj59F13j6HsTSXcpNzv4=; b=xDFjhuG41oQNfkoQJz+WpsEDMcKxlKAsgrAMezE76fYrGvDinrjN1A1fT+yvyaBibH iqDBxnYR5PaXg3TRnzwoepPe7CVWV5oEwA6Bz5xisWALZnG6MzjLfObPAP7c9ru3vGpM iAK7Olbs6SdQ4Yve1Oir8H6mkJwuQybvAHyENbm1PnJXnk43glwpV2PBPn4/r8AuA6UE 7hhAuLeYuBZfKxsX/c9e4cx8goy6+EpYUvlk/gZ+SwBlVMJqAfeAuQVY5Qv4FJGCrzod rkc00z6Ii90jbhVSIQFybk0nfPyQnf5h8f8IUFcrMxYOzsW794PBG6FpABvrySDASvz2 HSNA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693604990; x=1694209790; h=cc:to:from:subject:message-id:references:mime-version:in-reply-to :date:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=IzrwaMmvE4QKswRKE7C/ju9oj59F13j6HsTSXcpNzv4=; b=STL4ndHBPChBM2gnjME0WnjS3gzGiZrdEkzGVZVmbPl6KvaioTwbb/40W7/KbHH6OK nwo1H8y67tcbZVgDBYhIQ6U70SG0Cgux5L3EANtF8HdN2UJEvYksMKinpLkQrfNTspKL 6xwe/GWFaLVz8MmyVmLMiUjFm+yJJj3haPQ8o3qHX6RavKQFhW6ukDRdewVdcwK3Em89 Wk8p0PIMoVWwIG98Eo9EUlhtblXRAPkQXwL122U39ONTyCLJlOrLfT4wF40bfa0+I6aJ O7Fyvxl0zzL0q6gO0ZXBstiThL64ScDbU3TVLb9fdPgZrVNcSy5398bb3snIVehYxoVL AOGQ== X-Gm-Message-State: AOJu0YyEScxK2ZLNG1Nxrh6mxlExWda3rBtF07EEX0UILrw8xTrvyFNr SJ0AznuEoVMm5Vw+BdIpQ6CcIUdpX54= X-Google-Smtp-Source: AGHT+IFdj3bDDCq48M7KG/zNXYWh4//YuD/9E5uRPX4l3JXxwBRPDsy7dliE67P4sJX29bsQxAqExeHWqSg= X-Received: from zagreus.c.googlers.com ([fda3:e722:ac3:cc00:7f:e700:c0a8:5c37]) (user=seanjc job=sendgmr) by 2002:a05:6a00:24cd:b0:68b:dbad:7ae7 with SMTP id d13-20020a056a0024cd00b0068bdbad7ae7mr1588120pfv.6.1693604989744; Fri, 01 Sep 2023 14:49:49 -0700 (PDT) Date: Fri, 1 Sep 2023 21:49:48 +0000 In-Reply-To: <5e33618d-1c06-b42a-0755-bf8661895e9b@redhat.com> Mime-Version: 1.0 References: <20230830000633.3158416-1-seanjc@google.com> <20230830000633.3158416-4-seanjc@google.com> <5e33618d-1c06-b42a-0755-bf8661895e9b@redhat.com> Message-ID: Subject: Re: [GIT PULL] KVM: x86: MMU changes for 6.6 From: Sean Christopherson To: Paolo Bonzini Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Like Xu Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 01, 2023, Paolo Bonzini wrote: > On 9/1/23 20:43, Sean Christopherson wrote: > > > Ok, I'll apply these by hand. > > In case you haven't taken care of this already, here's an "official" tested fix. > > > > Like, if you can give your SoB, I'd rather give you full author credit and sub > > me out entirely. > > I prefer to squash and possibly face Linus's wrath. :) LOL, works for me, as long as you're taking the bullets. ;-)