From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 3DF0724B58; Fri, 1 Dec 2023 12:29:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="dJ8jDacF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 41FD1C433C9; Fri, 1 Dec 2023 12:29:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1701433742; bh=2msErawXU1FtCRCS5sg1Q8l3QB+7X8g5Q4ahABRE7v8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dJ8jDacFlSnfz6vHti2Hqo/yYnjTmAowPHXSHHs/ZVAyHKK3vqYmj15fWpmlFSwyK oDGOQXI0cD4TOPugWR4XLWNsKEWov5ibPPHMGBZmtzjTJjHNBvU0cN9CgmbjjZoerF FiLiZFU4qf9MaXbefoLTcFW9iipaY39QNIHlh/Ag= Date: Fri, 1 Dec 2023 12:28:59 +0000 From: Greg Kroah-Hartman To: Thomas Gleixner Cc: "Russell King (Oracle)" , linux-pm@vger.kernel.org, loongarch@lists.linux.dev, linux-acpi@vger.kernel.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-riscv@lists.infradead.org, kvmarm@lists.linux.dev, x86@kernel.org, linux-csky@vger.kernel.org, linux-doc@vger.kernel.org, linux-ia64@vger.kernel.org, linux-parisc@vger.kernel.org, Albert Ou , Borislav Petkov , Catalin Marinas , Dave Hansen , Guo Ren , "H. Peter Anvin" , Huacai Chen , Ingo Molnar , James Morse , Jean-Philippe Brucker , jianyong.wu@arm.com, justin.he@arm.com, Len Brown , Palmer Dabbelt , Paul Walmsley , Peter Zijlstra , "Rafael J. Wysocki" , Salil Mehta , Sudeep Holla , WANG Xuerui , Will Deacon Subject: Re: [PATCH 00/21] Initial cleanups for vCPU hotplug Message-ID: <2023120131-leotard-deprecate-4e27@gregkh> References: <87plzqxiyl.ffs@tglx> Precedence: bulk X-Mailing-List: linux-doc@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: <87plzqxiyl.ffs@tglx> On Fri, Dec 01, 2023 at 12:25:54PM +0100, Thomas Gleixner wrote: > Russell! > > On Tue, Nov 21 2023 at 13:43, Russell King wrote: > > This series aims to switch most architectures over to using generic CPU > > devices rather than arch specific implementations, which I think is > > worthwhile doing even if the vCPU hotplug series needs further work. > > I went through the whole series and I can't find anything > objectionable. > > Vs. merging: It does not make sense to split this up and route > individual patches. > > So I can pick the whole pile up and route it through tip smp/core unless > Rafael or Greg prefer to take it through one of their trees. For the > latter case: > > Reviewed-by: Thomas Gleixner > > Greg, Rafael? I can take them, will do so this weekend when I catch up on patches on a 14+ hour flight... greg k-h