Received: by 10.223.176.5 with SMTP id f5csp2853562wra; Mon, 5 Feb 2018 11:00:14 -0800 (PST) X-Google-Smtp-Source: AH8x225AbzcYjZBd/0LGdcxDW2XKKjFDwY2BGqvDRT7VTKKPbkPARSypsUatZil9yfPsL8d5Sf13 X-Received: by 2002:a17:902:bf41:: with SMTP id u1-v6mr34548482pls.416.1517857214066; Mon, 05 Feb 2018 11:00:14 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517857214; cv=none; d=google.com; s=arc-20160816; b=uBMfFOWLk1MxH6qLpb61zem/ZitsXGJOhvMPn3ZGJZ38D9mN1oFkFybQBCuu7xnRVm eof+efRozoNdBux+VAitLBq/OaFzsWoDAa/GRxwC0tmG88KU1mwl1gOMBYgeI6k/m81V MRqPEcVnxINAMHyoxsczYlRdr1ZDzd6f17wiWSpiyrGOe4aYXRDvxIW97uV9hAr0PCLP AhkcHL6AuUwOFDU2pqOFFxu/hTFIezh7ng5jhXqGyHpyFpQ4Rz5pCH2BD0zyMw/SAry4 2oOM97DE2tvIIAyylcVC0Cjr9eK9+sbnOJpYPLaAfKJDdcbcpALvmwisieWsG+eURjMD rlNw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=VuA6tAoascRfPBzPWhb5v03/mRPxFTBLwM5fTsDWd1I=; b=IMvYKz8zT9v3KMnLezRcVUy//Zr0UuS2GvxjrlaL9qIacSUyaoFCpiO4l0ExaDKiJa TeU84O4yUuPhnbEGLXOHPNHx1JbPLlfXrG+Wizg+wC8pDD834hJcyTeaijv83DPiyauB vcmMjQ5K8Ds/5wOhdSWs0g4W9C0xT1MpqBCLe05Jg26qBjzLUvPYTnMTv/3VvRwKUIPJ aR4+ZZ1oAO1VhlacUy5QO2x6hwR69AUG/626Hpblezg9zEIMwDC/mnleqpBsbPoGCiBw eAfoN9bLDy+yP0fcyM3t5u5LbFjmzPsPd/p7WZjV5sskGbCeWsZileW81hjLublkLbbI X70g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a9si2292146pgw.132.2018.02.05.10.59.59; Mon, 05 Feb 2018 11:00:14 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753825AbeBES6c (ORCPT + 99 others); Mon, 5 Feb 2018 13:58:32 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:51868 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753649AbeBESYz (ORCPT ); Mon, 5 Feb 2018 13:24:55 -0500 Received: from localhost (unknown [104.132.1.108]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 4C0311107; Mon, 5 Feb 2018 18:24:50 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Borislav Petkov , Thomas Gleixner , riel@redhat.com, ak@linux.intel.com, peterz@infradead.org, David Woodhouse , jikos@kernel.org, luto@amacapital.net, dave.hansen@intel.com, torvalds@linux-foundation.org, keescook@google.com, Josh Poimboeuf , tim.c.chen@linux.intel.com, pjt@google.com Subject: [PATCH 4.15 13/60] x86/bugs: Drop one "mitigation" from dmesg Date: Mon, 5 Feb 2018 10:22:46 -0800 Message-Id: <20180205182214.471137069@linuxfoundation.org> X-Mailer: git-send-email 2.16.1 In-Reply-To: <20180205182213.902626065@linuxfoundation.org> References: <20180205182213.902626065@linuxfoundation.org> User-Agent: quilt/0.65 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.15-stable review patch. If anyone has any objections, please let me know. ------------------ From: Borislav Petkov bp@suse.de commit 55fa19d3e51f33d9cd4056d25836d93abf9438db Make [ 0.031118] Spectre V2 mitigation: Mitigation: Full generic retpoline into [ 0.031118] Spectre V2: Mitigation: Full generic retpoline to reduce the mitigation mitigations strings. Signed-off-by: Borislav Petkov Signed-off-by: Thomas Gleixner Reviewed-by: Greg Kroah-Hartman Cc: riel@redhat.com Cc: ak@linux.intel.com Cc: peterz@infradead.org Cc: David Woodhouse Cc: jikos@kernel.org Cc: luto@amacapital.net Cc: dave.hansen@intel.com Cc: torvalds@linux-foundation.org Cc: keescook@google.com Cc: Josh Poimboeuf Cc: tim.c.chen@linux.intel.com Cc: pjt@google.com Link: https://lkml.kernel.org/r/20180126121139.31959-5-bp@alien8.de Signed-off-by: Greg Kroah-Hartman --- arch/x86/kernel/cpu/bugs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/x86/kernel/cpu/bugs.c +++ b/arch/x86/kernel/cpu/bugs.c @@ -91,7 +91,7 @@ static const char *spectre_v2_strings[] }; #undef pr_fmt -#define pr_fmt(fmt) "Spectre V2 mitigation: " fmt +#define pr_fmt(fmt) "Spectre V2 : " fmt static enum spectre_v2_mitigation spectre_v2_enabled = SPECTRE_V2_NONE; static bool spectre_v2_bad_module;