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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS 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 105A2C43381 for ; Wed, 20 Feb 2019 15:07:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DE01020859 for ; Wed, 20 Feb 2019 15:07:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726557AbfBTPHR (ORCPT ); Wed, 20 Feb 2019 10:07:17 -0500 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:59424 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726074AbfBTPHR (ORCPT ); Wed, 20 Feb 2019 10:07:17 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 9F0FE15AB; Wed, 20 Feb 2019 07:07:16 -0800 (PST) Received: from why.wild-wind.fr.eu.org (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A6DFB3F5C1; Wed, 20 Feb 2019 07:07:15 -0800 (PST) Date: Wed, 20 Feb 2019 15:07:11 +0000 From: Marc Zyngier To: Thomas Bogendoerfer Cc: Thomas Gleixner , Subject: Re: [PATCH v2 09/10] genirq/irqdomain: fall back to default domain when creating hierarchy domain Message-ID: <20190220150711.6ef87b61@why.wild-wind.fr.eu.org> In-Reply-To: <20190220160015.22fad67d70a762746bd49c4b@suse.de> References: <20190219155728.19163-1-tbogendoerfer@suse.de> <20190219155728.19163-10-tbogendoerfer@suse.de> <20190219162716.04b0a54b@why.wild-wind.fr.eu.org> <20190219174829.26576a5b6bf62cd99adf294a@suse.de> <20190220091537.4cf01191@why.wild-wind.fr.eu.org> <20190220160015.22fad67d70a762746bd49c4b@suse.de> Organization: ARM Ltd X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 20 Feb 2019 16:00:15 +0100 Thomas Bogendoerfer wrote: > On Wed, 20 Feb 2019 09:15:37 +0000 > Marc Zyngier wrote: > > > Well, short of doing the above, I'd rather have something in the common > > code that allows the default domain to be retrieved. How about the > > patch below? > > Works for me:-) Thank you. > > Are you going to submit it for v5.1 ? Yup, now queued. I plan to send a PR tomorrow (still waiting on a few dangling patches). Thanks, M. -- Without deviation from the norm, progress is not possible.