Received: by 10.213.65.68 with SMTP id h4csp469201imn; Wed, 28 Mar 2018 07:04:27 -0700 (PDT) X-Google-Smtp-Source: AIpwx48XadHfaoh+9bhWvJuXNa3E6Guq6bbni2sBfb4Pyii6JUdd/R5WV/xUKuQ0O0eD3RCk/qY+ X-Received: by 2002:a17:902:5a5:: with SMTP id f34-v6mr4014767plf.288.1522245867298; Wed, 28 Mar 2018 07:04:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522245867; cv=none; d=google.com; s=arc-20160816; b=xLoyl0f3q4/zVEOIZbUyHCbybrKOW6H7RfQO5LAr6o9iSRNUgm5kKoDU4LDoza8fqm QfOppfv6muCsTcE2KMfFC3A5tKFyFrnDvvoEcgnq05apW8bAEG892WDjpINKzgY/H8lO 0pcZ7tB94kwVkTGFhMe0OyPolz/GCaL4To1NlKDHYyr8EH5IZO3sp+i6Vb9qMUHIclw0 eUYyObPdvO4i9HMA8jt3ePcFKCFCDTibHmNFnE3iRMEr86frrSqYC3lFwKRuNiOydD3L WKlVJNRVjK2vI5IfOtWTPtbxm1n+gd84/K7gXS+bMu6DIPWIaM4sPuIXYaXTS/YatVEA LjMg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=w6yuUYFuOUNItRMkmTVU4dMA9T9Vaus9FO6BmGSu4r8=; b=irBkydECgrqT4j+dK5s+l2HbM8kU+KL0Uttxx4TfSOfyqcZ9pYviA4k+zDRlgSG3bw Q2NJqF7nXfPvSeQ2mqQz/id7dLRclzoNd0UkUWX/DstKEi7P5wTJR+pAcY4lgweEhA9C BU2xEhCZ7G8PAaG6caIu1u5j0o7d41wjx50VkL1pOCpuYQ/O+rwakVjdVs5PtsfhIHOW oi1g3sMZcL181vXltQ/Nf/rBFihVpF8Iyl134Y0e2Q2gNHTTF4+F9zMWwQHKoIrDFn6j byYLxztUiPuUcT5Kx6pQ/ClRyIryvRhy1J0Rgx6214zswEG9yyoAnkph4Xv7WhKJV1H1 TSog== 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 h12si2552493pgn.317.2018.03.28.07.03.21; Wed, 28 Mar 2018 07:04:27 -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 S1753404AbeC1N7S (ORCPT + 99 others); Wed, 28 Mar 2018 09:59:18 -0400 Received: from mx2.suse.de ([195.135.220.15]:35113 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752572AbeC1N7R (ORCPT ); Wed, 28 Mar 2018 09:59:17 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 88F7DAC95; Wed, 28 Mar 2018 13:59:16 +0000 (UTC) Date: Wed, 28 Mar 2018 06:46:58 -0700 From: Davidlohr Bueso To: Marc Zyngier Cc: peterz@infradead.org, mingo@kernel.org, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, Thomas Gleixner , Jason Cooper , Davidlohr Bueso Subject: Re: [PATCH 2/6] drivers/irqchip: Update supports_deactivate static key to modern api Message-ID: <20180328134658.rtqprqhy4y54hswp@linux-n805> References: <20180326210929.5244-1-dave@stgolabs.net> <20180326210929.5244-3-dave@stgolabs.net> <39333f71-699c-b3b4-ec9d-eb6e83585b3d@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <39333f71-699c-b3b4-ec9d-eb6e83585b3d@arm.com> User-Agent: NeoMutt/20170421 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 28 Mar 2018, Marc Zyngier wrote: >Looks good to me. How do you want to get this patch merged? Either you >deal with it as part of this series, (and in which case please add my >Ack on it), or I can take it via the irqchip tree. Considering Ingo picked up the patches in his jurisdiction, I think it is preferable if you pick this one up yourself. Thanks, Davidlohr