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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4AC20C47DDB for ; Mon, 29 Jan 2024 15:33:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=X6wrbbYdpFXSGDjCqYvfLyWIe1Qgr7rb4qN+7jTedBo=; b=RoyhFWunrxjQiS DiTXXiq2A/Rqm2hB8RHvxCIvNjQmW346YxACSl28vfbpy66L72vpNPzp0DYkJYIVnMj78DNC2JXqz Od/PanC0TwW1R5VMdbhHMEKAYpt9/mYC+/OoDkUNyDSPVEgiTvQWCxF46BClT01d6AU6bt+q72qgk EfDhqBIfgN1ZilV8eOS4/cCfHnMFQ0M5lYdrgOkAK972eLFAAJvtfOQFBAVPf9D0Ld9JlLO1d9GtP DAWZCugiZzhyIOy5+FQKwQkK+/ZlphUtCRsfbvkwnVdC38sJMBMuo6H7w9JHwI9hTDlhdKqACgA2u MYELYQVuSxoPKQM+8kdQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rUTdA-0000000DI9Y-1tlh; Mon, 29 Jan 2024 15:33:04 +0000 Received: from pandora.armlinux.org.uk ([2001:4d48:ad52:32c8:5054:ff:fe00:142]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rUTd8-0000000DI8k-2CYQ; Mon, 29 Jan 2024 15:33:03 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=CrHCTlFRqhVi35tK959UuBbKAaE+0blDjjqiPB7oOOk=; b=QPBMraaOzb39X/fTDTDp8vZn3U RyQNYMvVEuosY1G2SF9dOmBcU/EIjaw/4q1ZtewTtTqBR2ZTFc0HwNzLEMLV2PL1R+6KEJM2hgN8y y27brvTJVMBs3/Kx16Qyd0F6UgR6nO91iHksI1MULxx1Uv/MoCL4CJVPMswAs3vMX+z1pVQoWF9mP ciarx1HSr1oQZTuCJWBn/mylPek1/6qnmqyWafXtUnzD171hxxU3T2/IBjNv4sD9GCQi2Sz5aNUJ2 NpFd5Kwem/2q2pdUrG702/gdn6SHY1d9fOFivlToOyVuVDMwEArwj3mFhJINI1ddPyf7tn0gTM/tU xrrJkCOA==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:40068) by pandora.armlinux.org.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1rUTcv-0000bZ-0j; Mon, 29 Jan 2024 15:32:49 +0000 Received: from linux by shell.armlinux.org.uk with local (Exim 4.94.2) (envelope-from ) id 1rUTcp-0004f6-8p; Mon, 29 Jan 2024 15:32:43 +0000 Date: Mon, 29 Jan 2024 15:32:43 +0000 From: "Russell King (Oracle)" To: Jonathan Cameron Cc: "Rafael J. Wysocki" , 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, acpica-devel@lists.linuxfoundation.org, linux-csky@vger.kernel.org, linux-doc@vger.kernel.org, linux-ia64@vger.kernel.org, linux-parisc@vger.kernel.org, Salil Mehta , Jean-Philippe Brucker , jianyong.wu@arm.com, justin.he@arm.com, James Morse , vishnu@os.amperecomputing.com, miguel.luis@oracle.com Subject: Re: [PATCH RFC v3 03/21] ACPI: processor: Register CPUs that are online, but not described in the DSDT Message-ID: References: <20240122160227.00002d83@Huawei.com> <20240123092725.00004382@Huawei.com> <20240129130354.0000042b@Huawei.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240129130354.0000042b@Huawei.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240129_073302_586057_265C8E17 X-CRM114-Status: GOOD ( 16.47 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Jan 29, 2024 at 01:03:54PM +0000, Jonathan Cameron wrote: > I poked this on x86 - it only applies with hotplug enabled anyway so > same result as doing the hotplug later - All possible Processor() entries > already exist in DSDT. Hence this isn't the source of the mysterious > broken configuration. > > If anyone does poke this path, the old discussion between James > and Salil provides some instructions (mostly the thread is about > another issue). > https://op-lists.linaro.org/archives/list/linaro-open-discussions@op-lists.linaro.org/thread/DNAGB2FB5ALVLV2BYWYOCLKGNF77PNXS/ > > Also on x86 a test involving smp 2,max-cpus=4 and adding cpu-id 3 > (so skipping 2) doesn't boot. (this is without Salil's QEMU patches). > I guess there are some well known rules in there that I don't know about > and QEMU isn't preventing people shooting themselves in the foot. > > As I'm concerned, drop this patch. > If there are platforms out there doing this wrong they'll surface once > we get this into more test farms (so linux-next). If we need this > 'fix' we can apply it when we have a problem firmware to point at. Now dropped. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel