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 84B20C433F5 for ; Thu, 21 Apr 2022 10:07:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1388093AbiDUKK0 (ORCPT ); Thu, 21 Apr 2022 06:10:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35566 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1354947AbiDUKKY (ORCPT ); Thu, 21 Apr 2022 06:10:24 -0400 X-Greylist: delayed 411 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Thu, 21 Apr 2022 03:07:35 PDT Received: from mail.mimoja.de (mail.mimoja.de [213.160.72.25]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 1BE5B25E8D; Thu, 21 Apr 2022 03:07:35 -0700 (PDT) Received: from [IPV6:2003:cf:571f:200:d4c7:7b5a:7538:c333] (p200300cf571f0200d4c77b5a7538c333.dip0.t-ipconnect.de [IPv6:2003:cf:571f:200:d4c7:7b5a:7538:c333]) by mail.mimoja.de (Postfix) with ESMTPSA id 0D2CA2223B; Thu, 21 Apr 2022 12:00:41 +0200 (CEST) Message-ID: Date: Thu, 21 Apr 2022 12:00:40 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 Subject: Re: [PATCH v3 0/9] Parallel CPU bringup for x86_64 Content-Language: en-US To: Paul Menzel , David Woodhouse , thomas.lendacky@amd.com, mimoja@mimoja.de Cc: Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org, "H . Peter Anvin" , Paolo Bonzini , "Paul E . McKenney" , linux-kernel@vger.kernel.org, kvm@vger.kernel.org, rcu@vger.kernel.org, hewenliang4@huawei.com, hushiyuan@huawei.com, luolongjun@huawei.com, hejingxian@huawei.com References: <20211215145633.5238-1-dwmw2@infradead.org> <9a47b5ec-f2d1-94d9-3a48-9b326c88cfcb@molgen.mpg.de> <3bfacf45d2d0f3dfa3789ff5a2dcb46744aacff7.camel@infradead.org> <74d2302f-88fc-c75c-6d2d-4aece1a515bb@molgen.mpg.de> From: Mimoja In-Reply-To: <74d2302f-88fc-c75c-6d2d-4aece1a515bb@molgen.mpg.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Dear Paul, > Sorry for replying so late. I saw your v4 patches, and tried commit > 5e3524d21d2a () from your branch `parallel-5.17-part1`. Unfortunately, > the boot problem still persists on an AMD Ryzen 3 2200 g system, I > tested with. Please tell, where I should report these results too > (here or posted v4 patches). We have confirmed the issue on multiple AMD CPUs from multiple generations, leading to the guess that only Zen and Zen+ CPU seem affected with Zen3 and Zen2 (only tested ulv) working fine. Tho we struggled to get any output as the failing machines just go silent. Not working: Ryzen 5 Pro 2500u and 7 2700U Ryzen 3 2300G while e.g. Ryzen 7 Pro 4750U Ryzen 9 5950X both work fine. We will continue to investigate the issue but are currently a bit pulled into other topics. Thomas, could please maybe help us identify which CPUs and MC-Versions are worth looking at? David suggested you might have a good overview here. Best regards Johanna "Mimoja"