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 EB814C7EE29 for ; Tue, 13 Jun 2023 07:47:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237575AbjFMHrp (ORCPT ); Tue, 13 Jun 2023 03:47:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44900 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235159AbjFMHr1 (ORCPT ); Tue, 13 Jun 2023 03:47:27 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E6C0EE7A for ; Tue, 13 Jun 2023 00:47:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=C+P1RKdkxJ+NyfWaNFtM/NhTzPDkyJkUlTPOcCqnetc=; b=vqZVEL7b3WAZ1C9pwK1Gsw5Rh8 75LoXDLBnkPbS5OkNKmwV67emHoaUOSmQzrj/z33v+cpAGXQIXK7cSt24yekviJ5QkYsuXUJDCWsF 8dLVxxgwt/+MgRuJHnDhNQOYqO4NuZlO8behT2J9ZRwb5hLsF8HGyKvJJUVqMCzheaWaxLTfCtFX9 MpkQ2jYRmE3uosmz2M9bbKAXyG/ll7mI0x/0Wd2VR9eWFpB6i4WhedhnHFAn/1Yj/3YZ8HfF/5ihL GNMOzN6UsZ2mlmkAmk3yYI6xol5NYd8nHlVCvPMGqOdjiB+x4uKgF5mIhi3ZZ3miL+M0jt4Job2vK x8sHj9DA==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1q8ykO-003fbx-Ah; Tue, 13 Jun 2023 07:47:24 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id EA8F1300188; Tue, 13 Jun 2023 09:47:23 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id CEEF3245C04DD; Tue, 13 Jun 2023 09:47:23 +0200 (CEST) Date: Tue, 13 Jun 2023 09:47:23 +0200 From: Peter Zijlstra To: Thomas Gleixner Cc: LKML , Linus Torvalds , Andrew Morton Subject: Re: [PATCH] MAINTAINERS: Add CPU HOTPLUG entry Message-ID: <20230613074723.GH83892@hirez.programming.kicks-ass.net> References: <87o7ll6ogo.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87o7ll6ogo.ffs@tglx> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 12, 2023 at 11:04:39AM +0200, Thomas Gleixner wrote: > Document the status quo and add myself and Peter as CPU hotplug > maintainers. > > Signed-off-by: Thomas Gleixner Heh, what's a few more emails.. ;-) Acked-by: Peter Zijlstra (Intel) > --- > MAINTAINERS | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -5356,6 +5356,18 @@ F: Documentation/driver-api/pm/cpuidle.r > F: drivers/cpuidle/ > F: include/linux/cpuidle.h > > +CPU HOTPLUG > +M: Thomas Gleixner > +M: Peter Zijlstra > +L: linux-kernel@vger.kernel.org > +S: Maintained > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git smp/core > +F: kernel/cpu.c > +F: kernel/smpboot.* > +F: include/linux/cpu.h > +F: include/linux/cpuhotplug.h > +F: include/linux/smpboot.h > + > CPU POWER MONITORING SUBSYSTEM > M: Thomas Renninger > M: Shuah Khan