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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 63902C71136 for ; Fri, 13 Jun 2025 22:09:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=UYPjxyG6Lkdruehl3Wfp/fvOgutsisDdZvGlZZakKgQ=; b=nXy6LMliv79mPYsDiStGiZxdcB Fqu95FNlex26yHilqMJeJpff+mIBqF7/QGARY5VN18ZiObvpJqPabkb0vNdBxvJs7AKAaF26TgJQB 5j7wEJ473Z7AJbhI4Np75Vle5rXubztGgVXanE/tUmrzPl3AnMAl+zQFm+sQl7mQfj6K0tCO0xsuh DbXlNvrm7kPluQvqfScl297ey2Z/RMI3L+9sG+MxGwAjhwqcP7F0XMN9xDNkiLJVUllGosFJs2otv pBccUCL6zkkLyM8hiSd408pC6WJhaFh6/va2aAO72NaGmQqq77IBkexhmqNCusBVhu9CFOYqQNPvp ggkXlsgg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uQCag-00000000Cxu-2kLH; Fri, 13 Jun 2025 22:09:41 +0000 Received: from out-176.mta1.migadu.com ([2001:41d0:203:375::b0]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uQBYG-000000003ac-41Wl; Fri, 13 Jun 2025 21:03:07 +0000 Date: Fri, 13 Jun 2025 14:02:53 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1749848582; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=UYPjxyG6Lkdruehl3Wfp/fvOgutsisDdZvGlZZakKgQ=; b=Kc8nPVhlXgf6TePD1ArgM60c5dmNUT/R1JjVbnGxN7TexwkvkpcVz2WLId55A9oZ/CDUE5 FbP2i2FSaWw7NAS2SkcnbcgK6HWEZ0xCShW/gxdnuC/LY4NPQptRcXYiWmJk0yYg54tCZA FkggVzxEL64vxvaUGTfILfyirGgdhDI= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Oliver Upton To: Paolo Bonzini Cc: Sean Christopherson , Marc Zyngier , Tianrui Zhao , Bibo Mao , Huacai Chen , Madhavan Srinivasan , Anup Patel , Paul Walmsley , Palmer Dabbelt , Albert Ou , Christian Borntraeger , Janosch Frank , Claudio Imbrenda , linux-arm-kernel@lists.infradead.org, kvmarm@lists.linux.dev, kvm@vger.kernel.org, loongarch@lists.linux.dev, linux-mips@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, kvm-riscv@lists.infradead.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, Anish Ghulati , Colton Lewis , Thomas Huth Subject: Re: [PATCH 0/8] KVM: Remove include/kvm, standardize includes Message-ID: References: <20250611001042.170501-1-seanjc@google.com> <125bfa5b-4727-4998-a0da-fb50feec6df6@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <125bfa5b-4727-4998-a0da-fb50feec6df6@redhat.com> X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250613_140306_096754_3CDE62C3 X-CRM114-Status: GOOD ( 11.56 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Jun 12, 2025 at 06:56:53AM +0200, Paolo Bonzini wrote: > On 6/11/25 02:10, Sean Christopherson wrote: > > Kill off include/kvm (through file moves/renames), and standardize the set of > > KVM includes across all architectures. > > > > This conflicts with Colton's partioned PMU series[1], but this should work as > > a nice prepatory cleanup for the partitioned PMU work (and hopefully can land > > sooner). > > > > Note, these patches were originally posted as part of a much larger and more > > agressive RFC[1]. We've effectively abandoned upstreaming the multi-KVM idea, > > but I'm trying to (slowly) upstream the bits and pieces that I think/hope are > > generally beneficial. > > > > [1] https://lore.kernel.org/all/20250602192702.2125115-1-coltonlewis@google.com > > [2] https://lore.kernel.org/all/20230916003118.2540661-1-seanjc@google.com > > Marc, Oliver, I'd like to commit this to kvm/next sometime soon; I'll wait > for your ack since most of the meat here is in arch/arm64. Let it rip, just to get ahead of potential conflicts can you push out a topic branch? Acked-by: Oliver Upton Thanks, Oliver