From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-188.mta1.migadu.com (out-188.mta1.migadu.com [95.215.58.188]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 66D6C25C6FB for ; Fri, 13 Jun 2025 21:03:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.188 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749848597; cv=none; b=ZMr3Sd5JKADnXXH6ZAJGGKjG4HYOcsIKMo6/b2Lacg95cFj9C0KVIxvx4ofS4G7jvaSXxzZ3rfT+vnJoZF81z4scmWA/2zJAp8a8YUvTpMJllx9jr3fLcUz2Rnl9uTHvVNY/5qSMEBSnmebwKIvItV6hCppHuYshOfkXkg4D6PU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749848597; c=relaxed/simple; bh=RvoNgZOWtd0BxznLOG4DnK82GZ7oKsETmKcwAOzz4qs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Tqp6nhRqdUniB9d19eiEXFxhwyQwsKHYIZDSBhJihFZkoDwoueVtHxgYgtEAGrUcjr7hnhVntQHIH1IZSHbJP3cQgv7WtyCGNf1PZ7k5oK40ZNbKFa+W7wdVi1MPbA/K1rxNEhJs5yWt+TX+sC6e/5OmYuh0wup8sRUFiM0OPZ4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=Kc8nPVhl; arc=none smtp.client-ip=95.215.58.188 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="Kc8nPVhl" 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> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: 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 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