From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from canpmsgout04.his.huawei.com (canpmsgout04.his.huawei.com [113.46.200.219]) (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 5B0503A6B81; Thu, 9 Jul 2026 11:45:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=113.46.200.219 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783597535; cv=none; b=HVuTsTM1LRkxylhE6glKqQBoQXoF55LGI/yPbJ4VuuEdYeqRB+cDgeB4tFHbTNoEbOr39k9CNRo+IvrgoViDO8YotuQ1elbmH8BElVcxoPAZUEdPYbg1EQWr/0LC3HcIOGnKuxqp2sfz2BaRnk1HqBb47XJtwhw3ZEmxl3mBKCA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783597535; c=relaxed/simple; bh=Un7xW4dX6fSnZGMFLW1+u2BOgsRj0P0BXsUMvJxUHA0=; h=Message-ID:Date:MIME-Version:Subject:To:CC:References:From: In-Reply-To:Content-Type; b=QXgRFMPcSEe0cQv34eehp7N+lm8qUHkDzK9iP54He4JyfC23iEFqy/FB1N7DKD5sR1A9Oss/FKlVm5i7DMOEG6Y8CWE+dT1YgFY5W8IWFQ5+SeRY1VR5f0quWJffnDCg5mAu13b8LMTt8v0qaWj3jZW0LXpHvbUjF8JNmbJqSH4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; dkim=pass (1024-bit key) header.d=huawei.com header.i=@huawei.com header.b=MAVuwFKe; arc=none smtp.client-ip=113.46.200.219 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=huawei.com header.i=@huawei.com header.b="MAVuwFKe" dkim-signature: v=1; a=rsa-sha256; d=huawei.com; s=dkim; c=relaxed/relaxed; q=dns/txt; h=From; bh=auENchSQYPPK/iId01P0BNzV/jUSAPLGspoIqRFWkr0=; b=MAVuwFKesjoVK8nwyL9hjaTQK/AmChmdC+pC1jM2XPRG2r9DkpW7J8LudAKbOAyOOVJKwGesP fnLIBYKj6d2P3HavsKgAaNCMNvgC+1MS3lwaywLzI4DA8prq+81/QKctwv9CBy0kjeq6qGcgPy5 4NLrZyru8O6sAjH7EZqwYn4= Received: from mail.maildlp.com (unknown [172.19.162.223]) by canpmsgout04.his.huawei.com (SkyGuard) with ESMTPS id 4gwtFm4cg3z1prLD; Thu, 9 Jul 2026 19:36:12 +0800 (CST) Received: from dggpemf500011.china.huawei.com (unknown [7.185.36.131]) by mail.maildlp.com (Postfix) with ESMTPS id 53E0B40575; Thu, 9 Jul 2026 19:45:29 +0800 (CST) Received: from [10.67.109.254] (10.67.109.254) by dggpemf500011.china.huawei.com (7.185.36.131) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Thu, 9 Jul 2026 19:45:26 +0800 Message-ID: Date: Thu, 9 Jul 2026 19:45:25 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v3 00/12] arm64: Add HOTPLUG_PARALLEL support for secondary CPUs To: Will Deacon CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , References: <20260624092537.2916971-1-ruanjinjie@huawei.com> <32d41a67-cf37-4079-8218-bed2b73bbf14@huawei.com> From: Jinjie Ruan In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-ClientProxiedBy: kwepems500002.china.huawei.com (7.221.188.17) To dggpemf500011.china.huawei.com (7.185.36.131) On 7/7/2026 1:39 AM, Will Deacon wrote: > Hi Jinjie, > > On Thu, Jun 25, 2026 at 09:34:36AM +0800, Jinjie Ruan wrote: >> On 6/24/2026 8:16 PM, Will Deacon wrote: >>> Please just give me the time I asked for. If you want to help out in the >>> meantime, there are plenty of patches that need reviewing... >> >> It was a mistake on my part, and I sincerely apologize for wasting >> community review resources and disrupting your schedule. >> >> I will absolutely back off now and wait for your official series. Lesson >> learned. Thanks for your patience and for calling me out on this. > > So I've mostly got the old series back on its feet: > > https://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git/log/?h=cpu-hotplug Hi Will, I tested the boot time on the HIP12 hardware based on your patch, as the other two boards with 32 cores and 64 cores can only be booted using the 5.10 kernel,but the patches are greatly different, and the adaptation is complex. Bringup Time Comparison on real hardware (ms, lower is better): | Platform | Baseline| P=0 | P=1 | Delta(%)| | -------------------------| ------- | ------- | ------- | ------- | | 288-core server(HIP12) | 21989.6 | 21989.7 | 12915.3 | 41.3% | > > but there are still two issues left to resolve: > > 1. The printing that can happen before RCU has started. Although I've > reduced this somewhat, there are still error paths in e.g. > verify_local_cpu_capabilities() that print a message before dying. > > 2. check_local_cpu_capabilities() can mutate the system capability > state via update_cpu_capabilities(), so it's really dodgy running > that prior to synchronisation. > > Since you've added patches in this series that try to tackle these > problems, I'll reply on those two so we can figure out how we would like > to proceed. > > Cheers, > > Will