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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 64D7FC49ED7 for ; Tue, 10 Sep 2019 17:26:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 363612168B for ; Tue, 10 Sep 2019 17:26:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2437107AbfIJR0p (ORCPT ); Tue, 10 Sep 2019 13:26:45 -0400 Received: from mga02.intel.com ([134.134.136.20]:64528 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2394139AbfIJR0p (ORCPT ); Tue, 10 Sep 2019 13:26:45 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Sep 2019 10:26:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,490,1559545200"; d="scan'208";a="196626008" Received: from viggo.jf.intel.com (HELO localhost.localdomain) ([10.54.77.144]) by orsmga002.jf.intel.com with ESMTP; 10 Sep 2019 10:26:44 -0700 Subject: [PATCH 0/4] Documentation/process: embargoed hardware issues additions To: linux-kernel@vger.kernel.org Cc: Dave Hansen , corbet@lwn.net, gregkh@linuxfoundation.org, 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 From: Dave Hansen Date: Tue, 10 Sep 2019 10:26:44 -0700 Message-Id: <20190910172644.4D2CDF0A@viggo.jf.intel.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Cc: Jonathan Corbet Cc: Greg Kroah-Hartman Cc: Sasha Levin Cc: Ben Hutchings Cc: Thomas Gleixner Cc: Laura Abbott Cc: Andrew Cooper Cc: Trilok Soni Cc: Kees Cook Cc: Tony Luck Cc: Dan Williams Cc: linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org