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.3 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 0235AC0650F for ; Mon, 5 Aug 2019 15:12:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BF68321743 for ; Mon, 5 Aug 2019 15:12:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565017968; bh=CdHJI1xxjYQT/XPUsv9iLn5EoLIKEmIfLcVw5q3BXpw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=G79i8PxErMIMizznA++a78VUm7I5RRlvAIfPaH2e3ZpBkAewN/tro53Zb/kRep1iz Q3gMpf3ynSl+70TmU+YaaBYoWJb4I3J4UWHs+/PKuDQB4jpekCyOnPBce3aWhrgjVC zR4bFKXChKibLDL76LW2cBj0wyQtzdURnKEPia9Y= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729800AbfHEPMs (ORCPT ); Mon, 5 Aug 2019 11:12:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:38472 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728952AbfHEPMr (ORCPT ); Mon, 5 Aug 2019 11:12:47 -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 9DBA4216F4; Mon, 5 Aug 2019 15:12:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565017967; bh=CdHJI1xxjYQT/XPUsv9iLn5EoLIKEmIfLcVw5q3BXpw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HGXhUgRDv+erRZ4lwM7QApypM09xE32YoD3Zl7OF3eNOe99mLFBmfJibfFyxKNDMg dgsAy3gWqi21y2uy4qw6txC9V6vTeiPdIEmIdRbg86RFnuzqaE9HF/PE3BDOiaQT+t mtBURjAst7g/FByoUbmewut+mbUk9i/YgS4zcaSs= Date: Mon, 5 Aug 2019 17:12:44 +0200 From: Greg Kroah-Hartman To: Jiri Kosina Cc: linux-kernel@vger.kernel.org, Jonathan Corbet , security@kernel.org, linux-doc@vger.kernel.org, Thomas Gleixner , Mauro Carvalho Chehab Subject: Re: [PATCH] Documentation/admin-guide: Embargoed hardware security issues Message-ID: <20190805151244.GA28296@kroah.com> References: <20190725130113.GA12932@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Sun, Aug 04, 2019 at 02:17:00AM +0200, Jiri Kosina wrote: > On Thu, 25 Jul 2019, Greg Kroah-Hartman wrote: > > > To address the requirements of embargoed hardware issues, like Meltdown, > > Spectre, L1TF, etc. it is necessary to define and document a process for > > handling embargoed hardware security issues. > > I don't know what exactly went wrong, but there is a much more up-to-date > version of that document (especially when it comes to vendor contacts), > which I sent around on Thu, 2 May 2019 20:23:48 +0200 (CEST) already. > Please find it below. Ah, sorry, don't know what happened here, we had too many different versions floating around. I'll take your version, make the edits recommended and send out a new one in a few days, thanks! greg k-h