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.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 CC640C35254 for ; Wed, 5 Feb 2020 12:19:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9F70E217F4 for ; Wed, 5 Feb 2020 12:19:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580905154; bh=LOewdwSTaVK8VM0ryRaJS1Fmt63m9VezPAf3BvT7ukg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=sKuIBsLwtjhB6bcxcjxyspQnStgAKHe9TGLE+VvCJL72W5ETzMQh0HDW+o0x+JiGm 72OXkt3crEFV9o/VMmLImFLgczH0yCNlo7K53fHlxSruo0MvRzf+6870vvF+KhcFC5 M122gUTazhN3+qQ9QBgH5Umqj/dJ3XaqsZTwOyUU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727458AbgBEMTO (ORCPT ); Wed, 5 Feb 2020 07:19:14 -0500 Received: from mail.kernel.org ([198.145.29.99]:59220 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726277AbgBEMTN (ORCPT ); Wed, 5 Feb 2020 07:19:13 -0500 Received: from localhost (unknown [212.187.182.165]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7012D2072B; Wed, 5 Feb 2020 12:19:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580905153; bh=LOewdwSTaVK8VM0ryRaJS1Fmt63m9VezPAf3BvT7ukg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=w5gXdX7dC8sMqpjcPAj5EfndRO7hIwEguTYeiTh7vDbWwDOHAxo03Cfa6KK68BReE AuSU5i/IpNaHKTlvlCJ/mvtqD14wM0gzODMU6uewLVGGp4QIcvG/6Wf7Iz2Biz9QZZ D8B8Eme59qOw05MlLwXTepvyKJ8FPjy7xtPXNTac= Date: Wed, 5 Feb 2020 12:19:10 +0000 From: Greg KH To: Grant Likely Cc: linux-kernel@vger.kernel.org, Thomas Gleixner , Catalin Marinas Subject: Re: [PATCH] Documentation/process: Add Arm contact for embargoed HW issues Message-ID: <20200205121910.GA1184961@kroah.com> References: <20200205001627.27356-1-grant.likely@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200205001627.27356-1-grant.likely@arm.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 05, 2020 at 12:16:27AM +0000, Grant Likely wrote: > Adding myself to list after getting voluntold > > Cc: Catalin Marinas > Signed-off-by: Grant Likely > --- > Documentation/process/embargoed-hardware-issues.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) $ ./scripts/get_maintainer.pl --file Documentation/process/embargoed-hardware-issues.rst Jonathan Corbet (maintainer:DOCUMENTATION,commit_signer:3/11=27%) Greg Kroah-Hartman (commit_signer:10/11=91%) .... {sigh} I'll pick this up :) thanks, greg k-h