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=-15.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,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 64427C4360C for ; Sun, 29 Sep 2019 10:53:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3016321835 for ; Sun, 29 Sep 2019 10:53:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1569754432; bh=Cf13wGV+1QSyxWqzEWb6pHz/6+hGcOq0+BvEj16aEms=; h=Date:From:To:Cc:Subject:List-ID:From; b=Nmav4TmFvmhlvhxPT9F+3yDKiOnwoZHhm4xZQgQJtue4SAyzWXsmFw7myg/hNY0AI aGOoR8dYimV6yws9jNoxC7wyUv9gdILt93Bvmve4gnYt33hMP0bJdk4OMx2OBus4mS 8uKfWPOwPMfOzhSsDXqncGjvvGavZB0xgMvNDT+Q= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728937AbfI2Kxv (ORCPT ); Sun, 29 Sep 2019 06:53:51 -0400 Received: from mail.kernel.org ([198.145.29.99]:58134 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725974AbfI2Kxv (ORCPT ); Sun, 29 Sep 2019 06:53:51 -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 AC1D520815; Sun, 29 Sep 2019 10:53:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1569754430; bh=Cf13wGV+1QSyxWqzEWb6pHz/6+hGcOq0+BvEj16aEms=; h=Date:From:To:Cc:Subject:From; b=lx9O4BfRgqAjeOpofa7yI18dWk26FTgVSFdaXKLH47NzksgH/aa+LAt6F9apQJxvY 9FKMZA51bTlyxP4ZTxqXyBvymYVhrAdP28EPWCndnuxh+HD4uSmDlFv5HV4Q5CYmON ddxxHa13FfP3jh8Oxj8l9Pf08v8Gb8wFJuxq9AME= Date: Sun, 29 Sep 2019 12:53:47 +0200 From: Greg KH To: Linus Torvalds Cc: Thomas Gleixner , linux-kernel@vger.kernel.org Subject: [GIT PULL] Documentation/process/embargoed-hardware-issues patches for 5.4-rc1 Message-ID: <20190929105347.GA1949165@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit f74c2bb98776e2de508f4d607cd519873065118e: Linux 5.3-rc8 (2019-09-08 13:33:15 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.4-rc1 for you to fetch changes up to dc925a36060e8cef050a9d05c64dae1c30dc5027: Documentation/process: Clarify disclosure rules (2019-09-29 12:43:18 +0200) ---------------------------------------------------------------- Documentation/process update for 5.4-rc1 Here are 2 small Documentation/process/embargoed-hardware-issues.rst file updates that missed my previous char/misc pull request for 5.4-rc1. The first one adds an Intel representative for the process, and the second one cleans up the text a bit more when it comes to how the disclosure rules work, as it was a bit confusing to some companies. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Thomas Gleixner (1): Documentation/process: Clarify disclosure rules Tony Luck (1): Documentation/process: Volunteer as the ambassador for Intel .../process/embargoed-hardware-issues.rst | 42 +++++++++++++++++----- 1 file changed, 34 insertions(+), 8 deletions(-)