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 CFC30C433EF for ; Mon, 13 Dec 2021 16:47:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237145AbhLMQri (ORCPT ); Mon, 13 Dec 2021 11:47:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45400 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231593AbhLMQrh (ORCPT ); Mon, 13 Dec 2021 11:47:37 -0500 Received: from mail-pl1-x62d.google.com (mail-pl1-x62d.google.com [IPv6:2607:f8b0:4864:20::62d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C021AC06173F for ; Mon, 13 Dec 2021 08:47:37 -0800 (PST) Received: by mail-pl1-x62d.google.com with SMTP id n8so11581056plf.4 for ; Mon, 13 Dec 2021 08:47:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=d7XshzHO0ogGg8acACHycxEJMao7hYdDLYe6OwIM0lk=; b=ppJT8y/zHPNyX8MGuhcvnLdOVVkf8u0jny2LsQ8tffQDOkVaRa5+mpRylvJx+6iOUH XoCh2rocyZsttBGtI22X7IVSbFUNILcihWiu9WxRfeux6u547SJ6xFatGEa5n3XU2EVy nokar6Un+jKll7zVMG8O+fxT/srxlDxTDuh+Jmp04Yci7+2At1elb72Atd7Ses05qhvi mn96dUm5tRo8xsBxjMSvVaP66ry9t04pJ5oSinPOzTPet9az8XTrFVLyBMDCULOXNNWy T+WmnFmir1JM88oRr1xSBcGg1O9Se+BqG//HcuW4aIR1q7JFITMzacGUDqdGqylVl3tp D2Iw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=d7XshzHO0ogGg8acACHycxEJMao7hYdDLYe6OwIM0lk=; b=AWll/tXjG89EJm5J4Q6qxcfA0cOHMS2IN1pZ+jJq0rydpz0miGjXuNDMuuJUFwUhUQ SXB8Ot+6pcSaCRNgXOMXTLEjn6MGW6tbx5Y0IdlEAtdzVDJ7eLyAo2Nui3/YIkczQmII Aj8Tq4cPvV8LVtN6IpyPF0a3oB6yVfmASTJ5SXhid1p9rsigWLDFKkw+lSNckQ1getHR 7ws3d5IV005Nj1Qq7va3kbw/iPV0CRHI4Y0BpC2R/uy/Sryg0BIXzSmx4rx8X8DZsgG7 +CtCGcj5mbhk2YuAJ3lriafNOC9lWZyFgLomGeiM4ZYg2Sy2FefOSrbMQombkwwOqpSW YkxQ== X-Gm-Message-State: AOAM531NY0bwD4jPX7V2YWgQzjUa35MHJTMj8l7ABJd+HjivziDq2YAD jjMBKrl324HFsDQgGoIYuKM2N1YaVzMZ4w== X-Google-Smtp-Source: ABdhPJy0GpHOCW0uHzMRgLmkIPVPTjcQI5Qx6Nr352xJjGzPh1hsDg0X78uF7DEoKjABjY1ij64D7g== X-Received: by 2002:a17:90b:4b0e:: with SMTP id lx14mr46321531pjb.160.1639414057065; Mon, 13 Dec 2021 08:47:37 -0800 (PST) Received: from google.com (157.214.185.35.bc.googleusercontent.com. [35.185.214.157]) by smtp.gmail.com with ESMTPSA id pj12sm7609651pjb.51.2021.12.13.08.47.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Dec 2021 08:47:36 -0800 (PST) Date: Mon, 13 Dec 2021 16:47:32 +0000 From: Sean Christopherson To: Ignat Korchagin Cc: Paolo Bonzini , linux-kernel , kvm@vger.kernel.org, bgardon@google.com, dmatlack@google.com, stevensd@chromium.org, kernel-team Subject: Re: [PATCH 0/2] KVM: x86: Fix dangling page reference in TDP MMU Message-ID: References: <20211213112514.78552-1-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Mon, Dec 13, 2021, Ignat Korchagin wrote: > Unfortunately, this patchset does not fix the original issue reported in [1]. Can you provide your kernel config? And any other version/config info that might be relevant, e.g. anything in gvisor or runsc?