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 CFBA2C35247 for ; Wed, 5 Feb 2020 22:46:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 94CC6214AF for ; Wed, 5 Feb 2020 22:46:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580942771; bh=hv6T71uUmvL/Bwp3JACY/D/S1uvhocjFb2xRovJ7rsg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Zua70zJfyfCMkLnBKf/gn6SUTMaVY0bNgvWdUr6oaw/y3VrCQw/V7IYne6Y1KRN14 JGyG58jHa76f3cZPStIweJHOxZu/UVDvecTx8dQaFdIVytcaj3ryzVtI/Uzs/l8sYF pTColLOrWVAhoIe3wuAxNoXCLt37G0XoYU1463tg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727579AbgBEWqL (ORCPT ); Wed, 5 Feb 2020 17:46:11 -0500 Received: from mail.kernel.org ([198.145.29.99]:34246 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727149AbgBEWqK (ORCPT ); Wed, 5 Feb 2020 17:46:10 -0500 Received: from localhost (unknown [193.117.204.200]) (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 9B15F2082E; Wed, 5 Feb 2020 22:46:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580942770; bh=hv6T71uUmvL/Bwp3JACY/D/S1uvhocjFb2xRovJ7rsg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hyRT812zRw7D2xqxVZxF2DqYy25fMk3NwEKeHehj7dkfc4KW3fmNp37Ad+iT9FWZu /p2sqVVBNgP7k2INn1O3GM0GDPJDC6CCL2uKZ7Feckd+nZcq6Ve4UWrgc1GcaVUz2W oLjdyFEjY+cdaemnyYeJI4dQx/IXNwxD8gwGT9bQ= Date: Wed, 5 Feb 2020 22:46:08 +0000 From: Greg KH To: James Morris Cc: Sasha Levin , corbet@lwn.net, linux-kernel@vger.kernel.org, kys@microsoft.com, jamorris@microsoft.com Subject: Re: [PATCH] Documentation/process: Change Microsoft contact for embargoed hardware issues Message-ID: <20200205224608.GA1547731@kroah.com> References: <20200205213621.31474-1-sashal@kernel.org> <20200205214716.GA1468203@kroah.com> <20200205221203.GA1471886@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 06, 2020 at 09:22:33AM +1100, James Morris wrote: > On Wed, 5 Feb 2020, Greg KH wrote: > > > > Add me for this: jamorris@linux.microsoft.com > > > > Can you send me a patch please? > > > > Sure. > > >From 97a1a94c53ac2b840ad285f9e47929de764f0ffa Mon Sep 17 00:00:00 2001 > From: James Morris > Date: Wed, 5 Feb 2020 14:17:56 -0800 > Subject: [PATCH] [PATCH] Documentation/process: Change Microsoft contact for embargoed hardware issues > > Update Microsoft contact from Sasha to James. > > Signed-off-by: James Morris > --- > Documentation/process/embargoed-hardware-issues.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) In a format that I don't have to hand-edit to fix up to apply? :)