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=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, T_DKIMWL_WL_HIGH,USER_AGENT_MUTT autolearn=unavailable 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 6A936C28EB4 for ; Thu, 6 Jun 2019 18:59:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 40FCF2083D for ; Thu, 6 Jun 2019 18:59:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559847592; bh=oFIWsUexMtBpvwlCHQ5qtCv0JmEj8p/ocTGIci0hH4w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=BOoLGJiWJVjLOkpA/A1OsVh+lN3O/l1Y/pDmIqopRu8/AApS6eWpOYckgCnoEeT6C ZLokORWOmrvKEBK9YiBUwcFfSkqBgwoxpRwLwI9+0uRtlWeQQJaewJViohdi19zVHU vfYNy0gM98RKcxQiHBXaZJLveN5bfsEIKE/aOrS8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728483AbfFFS7v (ORCPT ); Thu, 6 Jun 2019 14:59:51 -0400 Received: from mail.kernel.org ([198.145.29.99]:41724 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725782AbfFFS7v (ORCPT ); Thu, 6 Jun 2019 14:59: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 DDF292089E; Thu, 6 Jun 2019 18:59:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559847590; bh=oFIWsUexMtBpvwlCHQ5qtCv0JmEj8p/ocTGIci0hH4w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=a0laMfvD0MEbUBAIY/FcUQkhl4NIuFMOQqN2VxXmv2GGW5OHQ5coRgq/LXjiZz1WP T/Cd6UyoxbzrXRbfaNcPYgC+Xa9z/9VRsoSfnKpPq60bswqrpJTKJrmxYIopsqkL4L Dt/KOmhSRqPJc5yEmiLPV208yv7QYewxjplMlFiY= Date: Thu, 6 Jun 2019 20:59:47 +0200 From: Greg Kroah-Hartman To: Tim Chen Cc: Thomas Gleixner , Alexei Starovoitov , Jonathan Corbet , Ben Greear , stable@vger.kernel.org, Andi Kleen , Dave Hansen , Jun Nakajima , Jiri Kosina , Linus Torvalds , Tom Lendacky , Ingo Molnar , Peter Zijlstra , Josh Poimboeuf , Andrea Arcangeli , David Woodhouse , Asit Mallick , Arjan van de Ven , Jon Masters , Waiman Long , Borislav Petkov , Mark Gross , LKML , x86@kernel.org Subject: Re: [PATCH v2] Documentation: Add section about CPU vulnerabilities for Spectre Message-ID: <20190606185947.GB19937@kroah.com> References: <914630f02992a96af92b9229f3d083c6284bfb98.1559844311.git.tim.c.chen@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <914630f02992a96af92b9229f3d083c6284bfb98.1559844311.git.tim.c.chen@linux.intel.com> User-Agent: Mutt/1.12.0 (2019-05-25) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 06, 2019 at 11:08:29AM -0700, Tim Chen wrote: > Thomas, > > Here's a revised version of the spectre documentation. > > I took out discussions on BPF as Alexi found issues with the original > blurbs on BPF. Alexi suggested a separate bpf_security.rst document > instead. This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.