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=-3.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 2E0AAC388F9 for ; Sun, 8 Nov 2020 23:08:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C3A8D206DB for ; Sun, 8 Nov 2020 23:08:14 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="HHy8ULY4"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="xPQeUFys" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728917AbgKHXHR (ORCPT ); Sun, 8 Nov 2020 18:07:17 -0500 Received: from Galois.linutronix.de ([193.142.43.55]:47710 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727929AbgKHXHR (ORCPT ); Sun, 8 Nov 2020 18:07:17 -0500 From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1604876836; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=F2GMvMxuw9C07O50HklVxv9DDobdLyUS5hM1A7VEEQM=; b=HHy8ULY458RylAle8YXvD/j7zwAqn7icr8I6jVfaHDPCeywD4Uml3UPq0sAKsnNgV+iRZl 0A4lRPLJ1y5o3yLs0KRQPv40kMD9rGLjz791pa7+jY/tb8L/INs13fGD2gpdzAwXED6UzU xGYQHtxBd6T5PGMp7+Cz9DGnbCupFvLBLYH9tMTW1cVOmdF4CbANIrz1r4j7KgdqPGFBUQ 7yIde0+5JB6jj9udHhahRAz1i7nctrkrIEGSCNrYidNrhXohay4cOyFlnqcWVhUO22NOm+ BeYhPJj01JaSvLKyX4txkyTgGWbBaOrDXnVd73O7MxdG6wEHUhlCb9QOpQ2fJQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1604876836; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=F2GMvMxuw9C07O50HklVxv9DDobdLyUS5hM1A7VEEQM=; b=xPQeUFysOSPdEsVnhRBtYJntraTrcRN8CLAfjuKRb4sq3UCCJltDeoN3mgc2l+6OOtJ+Cs z4/cjwRW2zY3ilDA== To: Alexey Kardashevskiy , linuxppc-dev@lists.ozlabs.org Cc: =?utf-8?Q?C=C3=A9dric?= Le Goater , Marc Zyngier , Michael Ellerman , Qian Cai , Rob Herring , Frederic Barrat , Michal =?utf-8?Q?Such=C3=A1nek?= , David Gibson , linux-kernel@vger.kernel.org Subject: Re: [PATCH kernel v2] irq: Add reference counting to IRQ mappings In-Reply-To: <4ed56f8d-3fe4-2d5d-6ec4-139efc742cb2@ozlabs.ru> References: <20201029110141.94304-1-aik@ozlabs.ru> <4ed56f8d-3fe4-2d5d-6ec4-139efc742cb2@ozlabs.ru> Date: Mon, 09 Nov 2020 00:07:15 +0100 Message-ID: <87blg7jvmk.fsf@nanos.tec.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 06 2020 at 14:06, Alexey Kardashevskiy wrote: > Hi, > > This one seems to be broken in the domain associating part so please > ignore it, I'll post v3 soon. Thanks, When you do that please use a proper subject line: [ PATCH vN ] $subsystem: Shortlog and to find the subsystem string just run git log kernel/irq/irqdomain.c for hints. Thanks, tglx