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=-13.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 3C699C433E9 for ; Wed, 20 Jan 2021 20:19:08 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 DA1F223442 for ; Wed, 20 Jan 2021 20:19:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DA1F223442 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lunn.ch Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=owDGvp1MMV2RMMaXK//Oq3242qn9bsFJuU168t6fOOE=; b=D/a32s8MlN5889UsTFZiF9iue Xz4o6nt8DkDvjBCXkyIOJt4sjc+F2XMCcls3bvU05t1cwLkjf80QbWSPEE8w16kXf/fshjzzw9IgQ EvQRccZ0WR0U8VqLZxrHd3ZlWiyIFSCRs9aockY8q2Zhye2ZP7Q9+tZ+8bvvMN7g9HhghAl/LAerz sfniKgu3IPmjSeQnKMl+7kuVo3jH38ayuJlvov+4cX8vAg9g8MnyEbbpTck2e0Q25g8/utZShXwah fPllxOuvSosfINJYaZXadoFh5smblzTyWQuzkDxVjENFZDBTlROfyNnFoFd3S70szEzrq+um47quw 8BCr/Q4OA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l2Juj-0005yw-LV; Wed, 20 Jan 2021 20:17:13 +0000 Received: from vps0.lunn.ch ([185.16.172.187]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l2Jue-0005yE-UP for linux-arm-kernel@lists.infradead.org; Wed, 20 Jan 2021 20:17:11 +0000 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1l2JuK-001haq-L0; Wed, 20 Jan 2021 21:16:48 +0100 Date: Wed, 20 Jan 2021 21:16:48 +0100 From: Andrew Lunn To: Mohamed Mediouni Subject: Re: [RFC PATCH 4/7] irqchip/apple-aic: Add support for Apple AIC Message-ID: References: <20210120132717.395873-1-mohamed.mediouni@caramail.com> <20210120132717.395873-5-mohamed.mediouni@caramail.com> <171d8c3f-aa0c-4416-b0d7-d35a47c7acc3@amazon.com> <78D5E843-42FC-4186-9D94-30F067FA9EAD@caramail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <78D5E843-42FC-4186-9D94-30F067FA9EAD@caramail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210120_151710_243143_B9D404D2 X-CRM114-Status: UNSURE ( 7.42 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Catalin Marinas , Hector Martin , linux-kernel@vger.kernel.org, Alexander Graf , Marc Zyngier , Will Deacon , linux-arm-kernel@lists.infradead.org, Stan Skowronek Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org > >> @@ -1218,6 +1218,12 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor > >> F: Documentation/admin-guide/LSM/apparmor.rst > >> F: security/apparmor/ > >> +APPLE ADVANCED INTERRUPT CONTROLLER DRIVER > >> +M: Stan Skowronek > > > > Signing someone else up for maintainership is ... unusual :). Do you have buy in from Stan that he'll be responsive and handle patch reviews? > > Yeah, I asked Corellium about it explicitly. :) Having an Ack-by: from Stan Skowronek would remove all doubt. Andrew _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 051C0C433E0 for ; Wed, 20 Jan 2021 20:22:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AE6ED233FC for ; Wed, 20 Jan 2021 20:22:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727717AbhATUUu (ORCPT ); Wed, 20 Jan 2021 15:20:50 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:50910 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388550AbhATURl (ORCPT ); Wed, 20 Jan 2021 15:17:41 -0500 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1l2JuK-001haq-L0; Wed, 20 Jan 2021 21:16:48 +0100 Date: Wed, 20 Jan 2021 21:16:48 +0100 From: Andrew Lunn To: Mohamed Mediouni Cc: Alexander Graf , Mark Rutland , Catalin Marinas , Hector Martin , linux-kernel@vger.kernel.org, Marc Zyngier , Will Deacon , linux-arm-kernel@lists.infradead.org, Stan Skowronek Subject: Re: [RFC PATCH 4/7] irqchip/apple-aic: Add support for Apple AIC Message-ID: References: <20210120132717.395873-1-mohamed.mediouni@caramail.com> <20210120132717.395873-5-mohamed.mediouni@caramail.com> <171d8c3f-aa0c-4416-b0d7-d35a47c7acc3@amazon.com> <78D5E843-42FC-4186-9D94-30F067FA9EAD@caramail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <78D5E843-42FC-4186-9D94-30F067FA9EAD@caramail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > >> @@ -1218,6 +1218,12 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor > >> F: Documentation/admin-guide/LSM/apparmor.rst > >> F: security/apparmor/ > >> +APPLE ADVANCED INTERRUPT CONTROLLER DRIVER > >> +M: Stan Skowronek > > > > Signing someone else up for maintainership is ... unusual :). Do you have buy in from Stan that he'll be responsive and handle patch reviews? > > Yeah, I asked Corellium about it explicitly. :) Having an Ack-by: from Stan Skowronek would remove all doubt. Andrew