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=-4.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no 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 7D707C32753 for ; Wed, 14 Aug 2019 09:06:59 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 535A020578 for ; Wed, 14 Aug 2019 09:06:59 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="krezM2Wr" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 535A020578 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-riscv-bounces+infradead-linux-riscv=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Subject:To:From:Message-ID:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=DlDoLQSRM2PZL6/fdYntlsV1M9oesM2WbYO6PxGYMVI=; b=krezM2WriymbSw vmQ2nqudUfnUJto1u+MM47poZTjFeyDG58454xRwrKZkvBUA5xxrNJMjvDqyDLwvM8L1rvD9joHhw wcYNc98GjmbZCQj9e/Xmykgc9zy2a+co3AvCWP7NgfixG4dVCb4yzt+2plxvbsjtDfrefoePFecka JPAdSdbJsTudJ/7eMbeudbfn/ENTpqfKdaUNrDEu7GTFWhiA62iAnXbrLenL2ItQKTBYWDL+8jrtu RtblzrRiMrVOlm/wwPU/zsy3kU4N4RmibgEs0oi4tkIUHrwru/M7D8SRRKJ/OkQ7RJiLTGqAPlCKY k5g1MYgsridaZBJmuNqg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hxpF7-00031W-RG; Wed, 14 Aug 2019 09:06:53 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hxpF5-00030z-1N for linux-riscv@lists.infradead.org; Wed, 14 Aug 2019 09:06:52 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 006C3344; Wed, 14 Aug 2019 02:06:50 -0700 (PDT) Received: from big-swifty.misterjones.org (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 8F9173F694; Wed, 14 Aug 2019 02:06:46 -0700 (PDT) Date: Wed, 14 Aug 2019 10:06:41 +0100 Message-ID: <864l2knmji.wl-maz@kernel.org> From: Marc Zyngier To: Paul Walmsley Subject: Re: [PATCH 01/15] irqchip/sifive-plic: set max threshold for ignored handlers In-Reply-To: References: <20190813154747.24256-1-hch@lst.de> <20190813154747.24256-2-hch@lst.de> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 EasyPG/1.0.0 Emacs/26 (aarch64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO) Organization: Approximate MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190814_020651_127891_7DA20E49 X-CRM114-Status: GOOD ( 11.22 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Damien Le Moal , jason@lakedaemon.net, Palmer Dabbelt , linux-kernel@vger.kernel.org, Christoph Hellwig , tglx@linutronix.de, linux-riscv@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+infradead-linux-riscv=archiver.kernel.org@lists.infradead.org On Tue, 13 Aug 2019 18:44:02 +0100, Paul Walmsley wrote: Hi Paul, > > Thomas, Jason, Marc, > > On Tue, 13 Aug 2019, Christoph Hellwig wrote: > > > When running in M-mode we still the S-mode plic handlers in the DT. ^^^^ missing word? > > Ignore them by setting the maximum threshold. > > > > Signed-off-by: Christoph Hellwig > > If you're happy with this, could one of you ack it so we can merge it > with the rest of this series through the RISC-V tree? Sure, no problem. Acked-by: Marc Zyngier Thanks, M. -- Jazz is not dead, it just smells funny. _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv 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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no 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 56DFCC433FF for ; Wed, 14 Aug 2019 09:06:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1D5CA20578 for ; Wed, 14 Aug 2019 09:06:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565773612; bh=bj0HeJVGr4xX2niu5ORWAYEEAtP3s7P8AVtXmy2nL48=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=eDH+MWRp4ND5l1VhCUxmS/Vxw6jRn4Yoc4EyK1NRKMrzxmdQlXyNDc3IsZgiavQKV fCx1LsdEm5WU/G9jNLzDmRxIIV7cJtaBOGUgaMw8ffw0YrwgKhVt4cZsDB+OgjUHjj h1ZVJ0lunjz7/xHWf8ty7ZBxu9W0DPCvPCDMLuoo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726132AbfHNJGu (ORCPT ); Wed, 14 Aug 2019 05:06:50 -0400 Received: from foss.arm.com ([217.140.110.172]:50238 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725800AbfHNJGu (ORCPT ); Wed, 14 Aug 2019 05:06:50 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 006C3344; Wed, 14 Aug 2019 02:06:50 -0700 (PDT) Received: from big-swifty.misterjones.org (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 8F9173F694; Wed, 14 Aug 2019 02:06:46 -0700 (PDT) Date: Wed, 14 Aug 2019 10:06:41 +0100 Message-ID: <864l2knmji.wl-maz@kernel.org> From: Marc Zyngier To: Paul Walmsley Cc: tglx@linutronix.de, jason@lakedaemon.net, Christoph Hellwig , Palmer Dabbelt , Damien Le Moal , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 01/15] irqchip/sifive-plic: set max threshold for ignored handlers In-Reply-To: References: <20190813154747.24256-1-hch@lst.de> <20190813154747.24256-2-hch@lst.de> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 EasyPG/1.0.0 Emacs/26 (aarch64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO) Organization: Approximate MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 13 Aug 2019 18:44:02 +0100, Paul Walmsley wrote: Hi Paul, > > Thomas, Jason, Marc, > > On Tue, 13 Aug 2019, Christoph Hellwig wrote: > > > When running in M-mode we still the S-mode plic handlers in the DT. ^^^^ missing word? > > Ignore them by setting the maximum threshold. > > > > Signed-off-by: Christoph Hellwig > > If you're happy with this, could one of you ack it so we can merge it > with the rest of this series through the RISC-V tree? Sure, no problem. Acked-by: Marc Zyngier Thanks, M. -- Jazz is not dead, it just smells funny.