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=-5.2 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,USER_AGENT_SANE_1 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 0281BC3A5A5 for ; Thu, 5 Sep 2019 05:37:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C6E4C2168B for ; Thu, 5 Sep 2019 05:37:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567661836; bh=fYRvwBq0+YcDWM1nphCOQUXCYxH0k2i3xcWg9k5lO7k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=lDXybC+mzRqBgUhUau4vD3OrsoLAiQBylJvOwzyxWulg0SH0subFwpabfXK4o6Lhl dm7408TqEEyCW3dp8mRT27b0cOcQ2PTMidgj6O6vRw7fdSY2PK/zkKN+5G4zPCd9yX d/IF7ysCHXBg04fLvO+U9HnH1qd2ZZPZSvF59JMs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731197AbfIEFhQ (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-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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