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 X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6861DC433B4 for ; Wed, 21 Apr 2021 18:09:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 321F861430 for ; Wed, 21 Apr 2021 18:09:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241716AbhDUSKX (ORCPT ); Wed, 21 Apr 2021 14:10:23 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:34533 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241276AbhDUSKX (ORCPT ); Wed, 21 Apr 2021 14:10:23 -0400 Received: from mail-il1-f197.google.com ([209.85.166.197]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1lZHIK-0000dM-IX for linux-acpi@vger.kernel.org; Wed, 21 Apr 2021 18:09:48 +0000 Received: by mail-il1-f197.google.com with SMTP id x7-20020a056e021ca7b029016344dffb7bso16643549ill.2 for ; Wed, 21 Apr 2021 11:09:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=hWjwHxIOFRhofmysaApLRpmaeSuY0CQj1n7uMTgnl5Y=; b=cFAFaChLuzuGAZa0BXhde9/wmfKmlnp/0UPK15XzQ7oJWJ7oNn0ATwU1pOc2TGhYwk Jg7dSa7z3eykMKfK7v/IAVTn0eUTV8gGLVT+AsDZi4VL5ckhKrssD77rzeTlGBD/WwdW w1T5CncjWCthFhiQERSh5hsPO0eigkAVTx9/vzKeVD7swWFxycPOa2rpdGLYAz+wwcRf 0nLRBTu/OTV0tyX1PXQrjwOevVMV7jCDUdM/NzlfhscU3KJwVqqA4W0mhmYRT29ag2q3 rCaqVsb2964uh4pH1fd9wX5GFNuFv9vqRTXvlzdu8qy0nBoXgCpUnQVVatrcfTKem+3k CfoQ== X-Gm-Message-State: AOAM533GJvNW44Jngss0JKald/RFYAy9gZxUKoPk9EwCWtuuMwOHjT4G rKuIFq82ntDelP6pbcjWoCPPhx+1IzspE3kH9AYUcY9GOA/dje7Z/ecZe1u5Rs2ILb1GebShgoR BiDNNINsGn3pQVwNr16CXiqOaqWvdFEUKzyAd6uM= X-Received: by 2002:a05:6e02:2197:: with SMTP id j23mr27636506ila.269.1619028587540; Wed, 21 Apr 2021 11:09:47 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwM+ERtaD+oau8p0ZRaMWgHV0MRuEys8xEYJcvbu541bBxY8/j4v6fYjRX2Gxi/8+mUU2hyQQ== X-Received: by 2002:a05:6e02:2197:: with SMTP id j23mr27636486ila.269.1619028587247; Wed, 21 Apr 2021 11:09:47 -0700 (PDT) Received: from xps13.dannf (c-71-56-235-36.hsd1.co.comcast.net. [71.56.235.36]) by smtp.gmail.com with ESMTPSA id x18sm81998ior.10.2021.04.21.11.09.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 21 Apr 2021 11:09:46 -0700 (PDT) Date: Wed, 21 Apr 2021 12:09:44 -0600 From: dann frazier To: Marc Zyngier Cc: Lorenzo Pieralisi , Sudeep Holla , Hanjun Guo , Fu Wei , Len Brown , "Rafael J. Wysocki" , linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel-team@android.com Subject: Re: [PATCH 0/2] arm64: ACPI GTDT watchdog fixes Message-ID: References: <20210421164317.1718831-1-maz@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210421164317.1718831-1-maz@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Wed, Apr 21, 2021 at 05:43:15PM +0100, Marc Zyngier wrote: > Dann recently reported that his ThunderX machine failed to boot since > 64b499d8df40 ("irqchip/gic-v3: Configure SGIs as standard > interrupts"), with a not so pretty crash while trying to send an IPI. > > It turned out to be caused by a mix of broken firmware and a buggy > GTDT watchdog driver. Both have forever been buggy, but the above > commit revealed that the error handling path of the driver was > probably the worse part of it all. > > Anyway, this short series has two goals: > - handle broken firmware in a less broken way > - make sure that the route cause of the problem can be identified > quickly > > Thanks, > > M. > > Marc Zyngier (2): > ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failure > ACPI: irq: Prevent unregistering of GIC SGIs > > drivers/acpi/arm64/gtdt.c | 10 ++++++---- > drivers/acpi/irq.c | 6 +++++- > 2 files changed, 11 insertions(+), 5 deletions(-) For the series: Tested-by: dann frazier