From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (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 DEBF53481 for ; Sun, 1 Aug 2021 06:05:37 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id C93EA60EE9; Sun, 1 Aug 2021 06:05:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1627797937; bh=lZYTf0hB8SVyjZ0HrbaV7fPUmQEOgzERwyKm7Q3fBQs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oLu5v5M8nctM7CzmuNibUCbZiHMLwzMLjSskhnFRGVBVgc4UfQ6U9bbMv6DHIGbf0 RT+KycDF+lmr4CKFDbZk1jxMxtIF4PgaT+7cqEXPjZ6w9b+xZRWNkVXJW7NAO4Rr33 bQ+WK5Q3GMeb7/5PQxZBSu8Bjx9zuTFx0Qn8tr70= Date: Sun, 1 Aug 2021 08:05:34 +0200 From: Greg KH To: Adrien Precigout , "Rafael J. Wysocki" , Shawn Guo , Erik Kaneda , Bob Moore Cc: stable@vger.kernel.org, regressions@lists.linux.dev, erik.kaneda@intel.com, linux-api@vger.kernel.org Subject: Re: Tr: Unable to boot on multiple kernel with acpi Message-ID: References: Precedence: bulk X-Mailing-List: regressions@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Sat, Jul 31, 2021 at 05:27:39PM +0200, Adrien Precigout wrote: > > Hi, > > > > On my acer swift 3 (SF314-51), I can't boot on my device since 4.19.198 > > (no issue with 4.19.197) without adding "acpi=off" in the parameters. > > Same thing happens on 5.12.19 (didn't happened in 5.12.16), 5.13.4 and > > .5 and 5.10.52. > > > > If acpi is not off issue is : > > -black screen after grub, > > -no errors, no activity (tested by leaving the pc 10 hours), no tty, no > > logs whatsoever in journalctl as if the kernel didn't start. Even adding > > 'debug' or 'initcall_debug' doesn't show anything. > > > > If I add acpi=off, the screen blinks one time and boots normally but > > after kernel 5.10 (5.12 and 5.13) I loose usage of keyboard and > > touchpad. > > > > Notes: > > - I'm using Manjaro KDE > > - I have tested with 4.19.198 Vanilla (config file attached) and same > > thing happened > > - setting nomodeset doesn't change anything > > - tried every acpi parameters, only =off worked > > - Bios was not updated, but the bug persisted after upgrading it > > - Acpi issue is recurrent with this pc it seems below 4.11 > > (https://askubuntu.com/questions/929904/cant-pass-the-acpi-off-problem > > ) > > > > Thank you for your help, > > Adrien > > > Hi again, > > I've done a bisect on the 4.19.y branch and I've found that it is the commit > 2bf1f848ca0af4e3d49624df49cbbd5511ec49a3 [ACPICA: Fix memory leak caused by > _CID repair function] that introduced the bug. By doing a git revert and > building the kernel I can boot normally but as long as this commit exist I > just get a black screen as explained above. Thanks for helping to narrow this down. Rafael and EriK, this is commit c27bac031413 ("ACPICA: Fix memory leak caused by _CID repair function") in Linus's tree, that showed up in 5.14-rc1. Any chance you all can revert this, or provide a fix? thanks, greg k-h