From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-5.8 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_NONE autolearn=unavailable autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id 842467D90D for ; Thu, 5 Sep 2019 05:37:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725290AbfIEFhQ (ORCPT ); Thu, 5 Sep 2019 01:37:16 -0400 Received: from mail.kernel.org ([198.145.29.99]:57758 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730801AbfIEFhQ (ORCPT ); Thu, 5 Sep 2019 01:37:16 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 B4390208E4; Thu, 5 Sep 2019 05:37:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567661835; bh=fYRvwBq0+YcDWM1nphCOQUXCYxH0k2i3xcWg9k5lO7k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iEAmuOA9lGr2S20H5sSFXIUpC1VS8r+Tl/VXq12lLYeB9K7mTN1w9xus7UPsft5k8 687yVmtbkINjTeml5Kq+/CI6i9FCmPwdJMGy5x1CrTa0oEg7T5Gly2KJhpuq0fc40k V5oTvYoEUYAPfxnnYuC4a5LTASC/FU70BYd4OMaU= Date: Thu, 5 Sep 2019 07:37:12 +0200 From: Greg Kroah-Hartman To: Andrew Cooper Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Jonathan Corbet , Thomas Gleixner , Tyler Hicks , Ben Hutchings , Konrad Rzeszutek Wilk , Josh Poimboeuf , Jiri Kosina Subject: Re: [PATCH] Documentation/process: Volunteer as the ambassador for Xen Message-ID: <20190905053712.GA17257@kroah.com> References: <20190904181702.19788-1-andrew.cooper3@citrix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190904181702.19788-1-andrew.cooper3@citrix.com> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Wed, Sep 04, 2019 at 07:17:02PM +0100, Andrew Cooper wrote: > Signed-off-by: Andrew Cooper > Cc: Jonathan Corbet > Cc: Greg Kroah-Hartman > Cc: Thomas Gleixner > Cc: Tyler Hicks > Cc: Ben Hutchings > Cc: Konrad Rzeszutek Wilk > Cc: Josh Poimboeuf > Cc: Jiri Kosina > --- > Volunteer as tribute, perhaps. Lets hope this isn't needed as frequenly as > the past two years have gone. I sure hope not, but thanks for volunteering! greg k-h