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 E37F7C64ED9 for ; Mon, 27 Feb 2023 21:40:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230074AbjB0VkF (ORCPT ); Mon, 27 Feb 2023 16:40:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47568 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229930AbjB0VkB (ORCPT ); Mon, 27 Feb 2023 16:40:01 -0500 Received: from fanzine2.igalia.com (fanzine2.igalia.com [213.97.179.56]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5DB2E166E3; Mon, 27 Feb 2023 13:40:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:Content-Type:Subject:From:Cc:To: In-Reply-To:MIME-Version:Date:Message-ID:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=hzEROybYxR9f0YfPj15fjs4bdgcQk2VX+RCv2jenSfg=; b=sLkIjWF8nsb8kUnXIqsMF7algc 0ItvipbvBhuEropN1DtR9dWJrPfZyk60a3qFUhRPsrBBvgAuk5PupSEKWrwPboLEusbQyk2r+Y+Wk Kwr4wNA/IUcZ2cDSEYRL4diOeRgOkFi3F5ZR5MChtPnx5ivbGOckNjJL/8AGXqwlcRJPoDAfqNIH6 lvaUuIwQFTNGg2t9g1WgMHAxk4hP4C18FM9ckp5WLRp0sXxElSLWD150rRe1+Ulf8C2L+tk9b6Toe yUY+tzAfyyYsvDHplgY4e3YfU9rIoqOOgKSJZoNfQRj240ZRchZ42Syd6KLEUiXBcXVTd6FaOP90C i2C4g6jw==; Received: from [152.254.196.162] (helo=[192.168.1.60]) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_128_GCM:128) (Exim) id 1pWlDI-00H8W2-Jz; Mon, 27 Feb 2023 22:39:16 +0100 Message-ID: <3ca3b60e-47a2-640a-cad3-e3e110d3aaf7@igalia.com> Date: Mon, 27 Feb 2023 18:39:05 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Content-Language: en-US In-Reply-To: <20230226110802.103134-1-usama.arif@bytedance.com> To: usama.arif@bytedance.com, David Woodhouse Cc: Arjan van de Ven , Borislav Petkov , brgerst@gmail.com, "dave.hansen@linux.intel.com" , fam.zheng@bytedance.com, hewenliang4@huawei.com, "H. Peter Anvin" , kim.phillips@amd.com, kvm@vger.kernel.org, linux-kernel , Ingo Molnar , liangma@liangbit.com, mimoja@mimoja.de, oleksandr@natalenko.name, "Paul E. McKenney" , Paolo Bonzini , piotrgorski@cachyos.org, pmenzel@molgen.mpg.de, punit.agrawal@bytedance.com, "rcu@vger.kernel.org" , Sean Christopherson , simon.evans@bytedance.com, Thomas Gleixner , Tom Lendacky , "x86@kernel.org" From: "Guilherme G. Piccoli" Subject: Re: [PATCH v12 00/11] Parallel CPU bringup for x86_64 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Usama and David, thanks for the great series! I've tested it on Steam Deck (with and without the "no_parallel_bringup" parameter), it works fine - also tested S3/deep sleep-resume cycle. Feel free to add (to the series): Tested-by: Guilherme G. Piccoli Also, just taking the opportunity since I'm already replying here: on patch 09, found two typos: s/correect/correct (commit message) s/brinugp/bring-up (kernel-parameters.txt) Cheers, Guilherme