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 71109C4167B for ; Fri, 1 Dec 2023 12:29:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1378842AbjLAM3B (ORCPT ); Fri, 1 Dec 2023 07:29:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35884 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1378803AbjLAM27 (ORCPT ); Fri, 1 Dec 2023 07:28:59 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 52EA493 for ; Fri, 1 Dec 2023 04:29:03 -0800 (PST) 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87plzqxiyl.ffs@tglx> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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