Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp2796396imm; Mon, 10 Sep 2018 06:40:11 -0700 (PDT) X-Google-Smtp-Source: ANB0Vda3SdFedVkFbGCM8kzeOt1p9oFf7VrUVd0usMv/Qqf2n1a3rFDY4JE1ThQsEsEvwW+DhNMw X-Received: by 2002:a63:1c1b:: with SMTP id c27-v6mr23525545pgc.48.1536586811618; Mon, 10 Sep 2018 06:40:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536586811; cv=none; d=google.com; s=arc-20160816; b=ZMABgd6OQpIBzbkjYNITvhBd4uRqFiX8GRi0V/eGKEaB5QcEOXhlSCSfW5AYwYjLCr bXIUQL4hy0Ug17Q64TH0UkpbrYLVIBMrCZMEt/u5yGus0j5xlBO5zI1tAsGTRie47VBN xD1flfosQ9e9E3KkGx/i73cKgs48p2fJe0McPqxf9It9193bFzU+yhwjGr5s/zgRrnTQ VtorWSoBspW8PPw8eZOG3StAwDA6bNfpJMIu8jYLg4TxYjygH/9ziQLcs102QKWFzOxW /raOQ7uSwr3edYAF+eC68VuiEL7EkLzWWVgC4307M5W5/NU8RnfwmYvAgi+JKdeOrypI whEA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=keO2Zix8k32gNXoF9j1JiMsir4I3qLee5rvkUAF8wjU=; b=uOzj6stzUlw0ouMQabnNQ+X9IaIWyoagQpf4q9u4ILNQtVapEteWq/wTZdaqiNKNs1 Gb34/bfmC8FyyInj/MGgRNNs0D8WTMLkPXfqS4Z59v5QF5SaGnsA8j+BiGPsneQCVbMF 9tidqRrrSFsFGdkewAj8XUyLntHMU4HLoqH2IDpRl2AKi8nh09KVKUm48sSBR4SIRWyS 0bR6/CJEKy73sUFfBticPTB8ha0Zke1bVfIqUvxEHp7JxeNActg3Whvlrrnp/V0GVYdV LoIQiz1mcsjxN9TTvBQOVq0WZBodAvs6CMae0YwxABA/8QuQRcrE90Yt4NNTQj8NRmEN 8TGw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id cc8-v6si18561289plb.69.2018.09.10.06.39.25; Mon, 10 Sep 2018 06:40:11 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728676AbeIJS20 (ORCPT + 99 others); Mon, 10 Sep 2018 14:28:26 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:39402 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727970AbeIJS20 (ORCPT ); Mon, 10 Sep 2018 14:28:26 -0400 Received: from hsi-kbw-5-158-153-52.hsi19.kabel-badenwuerttemberg.de ([5.158.153.52] helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1fzMKH-0000VG-AZ; Mon, 10 Sep 2018 15:34:01 +0200 Date: Mon, 10 Sep 2018 15:34:00 +0200 (CEST) From: Thomas Gleixner To: Christoph Hellwig cc: Anup Patel , Palmer Dabbelt , Albert Ou , Daniel Lezcano , Jason Cooper , Marc Zyngier , Atish Patra , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, Palmer Dabbelt Subject: Re: [PATCH v2 3/5] irqchip: RISC-V Local Interrupt Controller Driver In-Reply-To: <20180910132924.GA6987@infradead.org> Message-ID: References: <20180906123651.28500-1-anup@brainfault.org> <20180906123651.28500-4-anup@brainfault.org> <20180906140628.GA10580@infradead.org> <20180910132924.GA6987@infradead.org> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 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 Mon, 10 Sep 2018, Christoph Hellwig wrote: > On Sat, Sep 08, 2018 at 12:46:35PM +0200, Thomas Gleixner wrote: > > On Thu, 6 Sep 2018, Christoph Hellwig wrote: > > > > > Just as before: NAK to entirely pointless abstractions. Please stop > > > beating the dead horse. > > > > I disagree. These interrupts very well fit into the percpu interupt > > mechanics and that allows them to be handled by all the generic mechanisms > > as any other interrupt. > > Just a few weeks ago you said the contrary: > > http://lists.infradead.org/pipermail/linux-riscv/2018-August/000943.html Sigh. Yes. Now that you remind me.