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 48682CCA483 for ; Mon, 20 Jun 2022 10:02:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240785AbiFTKCr (ORCPT ); Mon, 20 Jun 2022 06:02:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34016 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240760AbiFTKCe (ORCPT ); Mon, 20 Jun 2022 06:02:34 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7140F13E91 for ; Mon, 20 Jun 2022 03:02:33 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0DA4F60B3E for ; Mon, 20 Jun 2022 10:02:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BF518C3411C; Mon, 20 Jun 2022 10:02:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655719352; bh=RPWrMmTQ9win/WHzXLKou6ZiLn6V6pMKnD6XkzZiK3c=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=p4M02fgSJZiMjguc9W23jPi9utH2R6nytVOtyvj0yih7hCHQX9yeP2wXUFzklMvZw PIPtcHOcVSmVtHtgl22+PZZZv2pu1uzsK44AqxCvjCekWb4lcJ+e/Isk/6bHotdYrd XuhGs1SVO0j8YjImD14SlQ9m93oZ8eiLs/eHFX4zZjVPD55GgsBKc85YLgOlyZOw9A hzbaen7ghnglOxDY5QmvdlOpMofpw6OepIXEyIV45fM+Lay/xY315yYLLEd47xEjcA hWRLaN6UlpGieqhS8Vz65K3q7jL6OIO8sX+pN256atmCpPrZK3l9nTv3HP8BAfHPpT Nol9KSGvfJvZQ== Date: Mon, 20 Jun 2022 12:02:22 +0200 From: Marek =?UTF-8?B?QmVow7pu?= To: John Ogness Cc: Petr Mladek , Linus Torvalds , linux-kernel@vger.kernel.org Subject: Re: Boot stall regression from "printk for 5.19" merge Message-ID: <20220620120222.38250035@thinkpad> In-Reply-To: <87o7yowaih.fsf@jogness.linutronix.de> References: <20220619204949.50d9154d@thinkpad> <87r13kwawb.fsf@jogness.linutronix.de> <87o7yowaih.fsf@jogness.linutronix.de> X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 20 Jun 2022 00:37:34 +0206 John Ogness wrote: > On 2022-06-20, John Ogness wrote: > > On 2022-06-19, Marek Beh=C3=BAn wrote: =20 > >> the series > >> https://lore.kernel.org/linux-kernel/YouKQw72H7y9EJQK@alley/ > >> merged by commit 537e62c865dc ("Merge tag 'printk-for-5.19' of > >> git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux") > >> > >> and in particular the commit 09c5ba0aa2fc ("printk: add kthread console > >> printers") > >> > >> causes a regression on arm64 (Marvell CN9130-CRB board) where the > >> system boot freezes in most cases (and is unusable until restarted by > >> watchdog), or, in some cases boots, but the console output gets mangled > >> for a while (the serial console spits garbage characters). =20 >=20 > Also, have you tried 5.19-rc3? There were several fixes that came in > after rc2. >=20 > John Ogness rc3 still has the issue. Marek