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=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 78A93C5ACAE for ; Wed, 11 Sep 2019 11:54:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4476421D7D for ; Wed, 11 Sep 2019 11:54:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568202896; bh=dZkPFEFYHk3XV5sMFgWKRdUHKnMUAz8iz3zkyPF7RkI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=V3NPUcEg4B49Zzb8WrQ+z14G/gAsVfQQ6xtF4T9suH5VXD+srtW2pm/ULirAg+6Jt iKYedueQMBwdsXQFV8sCpw4U3fbTj8JfwH/oJPKnIwjFWF8TTRDUeYwxwJGDCFfU35 LWG4yQeSBqeovnK85MCQRuSwKl6UdN+prC/lP5K0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727774AbfIKLyz (ORCPT ); Wed, 11 Sep 2019 07:54:55 -0400 Received: from mail.kernel.org ([198.145.29.99]:44962 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726198AbfIKLyz (ORCPT ); Wed, 11 Sep 2019 07:54:55 -0400 Received: from localhost (110.8.30.213.rev.vodafone.pt [213.30.8.110]) (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 306C5206A5; Wed, 11 Sep 2019 11:54:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568202893; bh=dZkPFEFYHk3XV5sMFgWKRdUHKnMUAz8iz3zkyPF7RkI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BsAbUtOW5klYj8TSAi97iki2lZEvFWzuDniiyfILmS63MA3sjVfq17ahwFR8f/gSk D/6q8u6k42CtrCSM4/gpg6SwyizJG08Mo/SpKcvYHcgKYhVwnwUsCjsRIBAydeCJbM hGpN+Fq8OHn0xWYuRT00+wPx8CnXz52Vj21xaaG4= Date: Wed, 11 Sep 2019 12:54:50 +0100 From: Greg KH To: Dave Hansen Cc: linux-kernel@vger.kernel.org, corbet@lwn.net, sashal@kernel.org, ben@decadent.org.uk, tglx@linutronix.de, labbott@redhat.com, andrew.cooper3@citrix.com, tsoni@codeaurora.org, keescook@chromium.org, tony.luck@intel.com, dan.j.williams@intel.com, linux-doc@vger.kernel.org Subject: Re: [PATCH 0/4] Documentation/process: embargoed hardware issues additions Message-ID: <20190911115450.GA29987@kroah.com> References: <20190910172644.4D2CDF0A@viggo.jf.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190910172644.4D2CDF0A@viggo.jf.intel.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 Tue, Sep 10, 2019 at 10:26:44AM -0700, Dave Hansen wrote: > Intel will adhere to this process for future hardware embargoed > issues. This series contains a patch from Tony Luck with him > volunteering to be Intel's ambassador for this process. > > These are some minor improvements here to the process document. I've > had the pleasure of seeing some of the problems with the various > "processes" that led to the need for this document and I think these > tweaks will help. This part of the series is much more of an RFC than > the first patch, obviously. I've applied patch 1 to the tree, thank you for that. The other patches will take a bit more to think about, and calm down about, before I'll respond. Please wait until next week for that... thanks, greg k-h