Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp305937pxb; Tue, 19 Oct 2021 03:21:25 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwoXrRFj12NK+vpkGLdnGxjFmfWFos9/H4QCpxyCiAGdJkOCONdH6ZA0zSUKfwIm7LW5ta0 X-Received: by 2002:a17:902:788d:b0:13f:7484:ef54 with SMTP id q13-20020a170902788d00b0013f7484ef54mr32737612pll.61.1634638885590; Tue, 19 Oct 2021 03:21:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1634638885; cv=none; d=google.com; s=arc-20160816; b=vFNhLY0z2ITs44gUl1hOtFyOLZuN7QU0xzd8tEhksIuWGU13dOXb+bB4PYKwcBYWyW +NZA6iAJdJppYWpxnhPTBlcsabqyS3gDHvwz/BmgO9mwZDH64GU39kaHzEjUq0h8SjYM b57vo+MKCWdWGgw7L/rY3whfUWxYZOu6TnItm0xLJKM7x6vvVHlynicfBUnpcgUlBoIU tNOWHLKnVSMot+bc+3WjcfWHmdN/yfLelyVOfBHJQ7Rwq5PhASXkY9UF7UIhr65M1nJY Nwaseic/h07QUAlnByP76ual/kxE1DuILB06ao0Zx3bD8+m8tu+rFvaXCKvXlaUIsUF2 0hbg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:user-agent:references:in-reply-to :subject:cc:to:from:message-id:date; bh=z2N5/a/FCYRswXYmb2OFald9KxJ0hiGvqjDoXmupTCo=; b=b3j8HLadJXQbhVuksd99UHQbeEzVZPHxEOlNbWZiBalkXbbg8ec/sweDZxCBfkvOXF kT59VCDsaEdlhGlxBYBJwOVcxL3ecvYbBvowXyaLSxw+y9gYU2PJANARb+3G0WUpicKd mhOnKH0A45YZ+zjn5bMMjzPrDrx4avTv3t84A/xIv9mxiEUU9zewnTyTPqibAvIdBti8 RUOv32EsQPz4VYVMjSj8NVV59P9CeZqaprTNHRpc0mjEPnr1eYHhgfh9XBMBoZkm9bq4 vgM5UIMq+bA/AQCUjNiUT1Q778VSpv8DoKO60ygiPhAGrtNUoul90TqrkWLW298g1du5 o/Wg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z8si12397909plo.266.2021.10.19.03.21.12; Tue, 19 Oct 2021 03:21:25 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235185AbhJSKU2 (ORCPT + 99 others); Tue, 19 Oct 2021 06:20:28 -0400 Received: from mail.kernel.org ([198.145.29.99]:60600 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230117AbhJSKU0 (ORCPT ); Tue, 19 Oct 2021 06:20:26 -0400 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id EF18B6137D; Tue, 19 Oct 2021 10:18:13 +0000 (UTC) Received: from ip-185-104-136-29.ptr.icomera.net ([185.104.136.29] helo=wait-a-minute.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mcmCB-000AqP-Mb; Tue, 19 Oct 2021 11:18:11 +0100 Date: Tue, 19 Oct 2021 11:18:09 +0100 Message-ID: <8735oxuxlq.wl-maz@kernel.org> From: Marc Zyngier To: Guo Ren Cc: Samuel Holland , Anup Patel , Atish Patra , Thomas Gleixner , Palmer Dabbelt , Heiko =?UTF-8?B?U3TDvGJuZXI=?= , Rob Herring , Linux Kernel Mailing List , linux-riscv , Guo Ren Subject: Re: [PATCH V4 1/3] irqchip/sifive-plic: Add thead,c900-plic support In-Reply-To: References: <20211016032200.2869998-1-guoren@kernel.org> <20211016032200.2869998-2-guoren@kernel.org> <8be1bdbd-365d-cd28-79d7-b924908f9e39@sholland.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 185.104.136.29 X-SA-Exim-Rcpt-To: guoren@kernel.org, samuel@sholland.org, anup@brainfault.org, atish.patra@wdc.com, tglx@linutronix.de, palmer@dabbelt.com, heiko@sntech.de, robh@kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, guoren@linux.alibaba.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 19 Oct 2021 10:33:49 +0100, Guo Ren wrote: > > If you have an 'automask' behavior and yet the HW doesn't record this > > in a separate bit, then you need to track this by yourself in the > > irq_eoi() callback instead. I guess that you would skip the write to > > the CLAIM register in this case, though I have no idea whether this > > breaks > > the HW interrupt state or not. > The problem is when enable bit is 0 for that irq_number, > "writel(d->hwirq, handler->hart_base + CONTEXT_CLAIM)" wouldn't affect > the hw state machine. Then this irq would enter in ack state and no > continues irqs could come in. Really? This means that you cannot mask an interrupt while it is being handled? How great... > > > > There is an example of this in the Apple AIC driver. > Thx for the tip, I think your suggestion is: > +++ b/drivers/irqchip/irq-sifive-plic.c > @@ -163,7 +163,12 @@ static void plic_irq_eoi(struct irq_data *d) > { > struct plic_handler *handler = this_cpu_ptr(&plic_handlers); > > - writel(d->hwirq, handler->hart_base + CONTEXT_CLAIM); > + if (irqd_irq_masked(d)) { > + plic_irq_unmask(d); > + writel(d->hwirq, handler->hart_base + CONTEXT_CLAIM); > + plic_irq_mask(d); This looks pretty dodgy. You are relying on interrupts being globally masked on the CPU, I guess. It probably works today, but man, what a terrible HW implementation. You'll definitely have to move this into a c900-specific callback. M. -- Without deviation from the norm, progress is not possible.