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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 82B77C433F5 for ; Fri, 6 May 2022 09:18:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1390393AbiEFJV7 (ORCPT ); Fri, 6 May 2022 05:21:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35102 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345115AbiEFJV4 (ORCPT ); Fri, 6 May 2022 05:21:56 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 36268633BE for ; Fri, 6 May 2022 02:18:14 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 9092DCE34FB for ; Fri, 6 May 2022 09:18:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D2F20C385A8; Fri, 6 May 2022 09:18:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1651828690; bh=awhJ8l5JhhFRjUh0c9LRCv6B5z8ZgUJuu/w8ZSvtqEE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tVx9nKIuoqCAexlyssWHy47LWX5AWtJSf8LaQhYmhhqnJUuKZlEZ9kCbMdBElxSyr fL0tOWCyfjM6U8u3T440fzbXgjezwFvLYzba7zCw2KYT+KiswhLak7LaBnt3p9UeN3 CJyEioVM91DUSvshTFfj7JmiHXUjtSmnU0PnxliE= Date: Fri, 6 May 2022 10:00:51 +0200 From: Greg Kroah-Hartman To: Darren Hart Cc: LKML , "D. Scott Phillips" , Ilkka Koskinen , Jonathan Corbet Subject: Re: [PATCH 0/2] Documentation/process: Add Ampere contact to embargoed HW issues Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 27, 2022 at 10:29:56AM -0700, Darren Hart wrote: > Do some trivial cleanup and add Darren Hart as Ampere Computing's contact for > embargoed hardware issues. Thanks for agreeing to do this, now applied. greg k-h