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 B7B1872 for ; Mon, 9 Aug 2021 12:20:41 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id C901160EBC; Mon, 9 Aug 2021 12:20:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1628511641; bh=Qyg0UVVkr5hB9GejBJx4gSNk9oN8V18v7pfNhDlOV1Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Q1vuqrro31ZYr/mFp0EH0kbes5XINUOoTaL2wmkUqTxfup3iY/VwN4Oeqvhf5bj6w QFTgx6NFhuEyTpsVkDIVz1/TGXRmhSiD7Nzl5mBFicMxhdROwOVomXrQgMMCtGo6N/ qZYm7JYSSQ/8cm7NuPiVWOkm7+9b+HKSMfcL+gDg= Date: Mon, 9 Aug 2021 14:20:38 +0200 From: Greg KH To: PGNet Dev Cc: hui.wang@canonical.com, rafael.j.wysocki@intel.com, stable@vger.kernel.org, regressions@lists.linux.dev Subject: Re: Patch "Revert "ACPI: resources: Add checks for ACPI IRQ override"" has been added to the 5.13-stable tree Message-ID: References: <16277146132219@kroah.com> 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 Mon, Aug 09, 2021 at 08:15:11AM -0400, PGNet Dev wrote: > On 7/31/21 2:56 AM, gregkh@linuxfoundation.org wrote: > > > > This is a note to let you know that I've just added the patch titled > > > > Revert "ACPI: resources: Add checks for ACPI IRQ override" > > > > to the 5.13-stable tree which can be found at: > > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary > > > > The filename of the patch is: > > revert-acpi-resources-add-checks-for-acpi-irq-override.patch > > and it can be found in the queue-5.13 subdirectory. > > > > If you, or anyone else, feels it should not be added to the stable tree, > > please let know about it. > > > > > > From e0eef3690dc66b3ecc6e0f1267f332403eb22bea Mon Sep 17 00:00:00 2001 > > From: Hui Wang > > Date: Wed, 28 Jul 2021 23:19:58 +0800 > > Subject: Revert "ACPI: resources: Add checks for ACPI IRQ override" > > > > From: Hui Wang > > > > commit e0eef3690dc66b3ecc6e0f1267f332403eb22bea upstream. > > Confirming that this^ revert resolves the reported non-boot regression > > System does boot cleanly; but, then REboots @ 60 seconds. > > It's a known bug, with fix already in 5.13.9/stable: > > Revert "watchdog: iTCO_wdt: Account for rebooting on second timeout" > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/commit/?h=linux-5.13.y&id=02db470b866fd06d8951 > > , causing TCO watchdog auto-reboot @ 60 secs. > > Although particularly nasty on servers with /boot on RAID, breaking arrays if watchdog boots before arrays correctly assembled, iiuc, it's UN-related > > With interim workaround > > edit /etc/modprobe.d/blacklist.conf > > + blacklist iTCO_wdt > + blacklist iTCO_vendor_support > > for this second issue in place, 5.13.8 boots & appears stable. I do not understand, am I missing something in the queue for the next 5.13 release that needs to be applied? confused, greg k-h