Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp3057961ybi; Tue, 2 Jul 2019 01:18:39 -0700 (PDT) X-Google-Smtp-Source: APXvYqxeveRrNr3jihsojRen952HRTfLpS2fp0LZcNLyg2aGJXPjSCxH9xqLiKASYxFEbrdvEWfJ X-Received: by 2002:a17:90a:2488:: with SMTP id i8mr4041673pje.123.1562055519809; Tue, 02 Jul 2019 01:18:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562055519; cv=none; d=google.com; s=arc-20160816; b=JbZ5lTMzUxJVh9fVOfsLmwhWwqQrkBSAKoaMfZn7tKNcZkjXNdAcCH9C+8raaOjeZp +JXzwG6inFhdVdI3QxxYeJUoM9afNmltlNthZtm50bQcjkLM3hB037BeKCVKTiwU921b /v7BHls/ZgpObIaqpFlKdZNO9TkCYrreah1Kc2z3PHKkCJx/IQukAIp0l5T7rWofdiIj 48Gwb7jlG+rZqcPm4jSdnL9D9ek5NKg0nQAAoyR89cm21taMUDb73y1kloqXgHNmDPLC WGH7AOwBW04+p7qDVYzSVo5rUeid257gtSDFYNGO52Egzih6Rl9I1OMRmNCqQRlY6FpD 3Zqg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=FhZ1B9KLdXcNIVVscGW6KA9U6YqbNDuvtagzT7v/KvE=; b=Md0KBiGI7FS9k9TINdVEtS/FRxhnCrF3roM0tBOE2UMkDqVg02lDLnr4ei8F3LG9NO /9npwOUZGzbkiNsTBkWXKexPLOkz7hthwPwGnoTBhIciglnXOHrUilBVc//acFOXc/oG wMU45fIJjYFNbYBHT2WoG9Ffsdqe6HljpbgPcpkatY3Guv5Nv2RlPrahVRXKWeZI5Hdo hAiIVUqSvqtivlnYy0z1977Sy9TTL0y0OayobzSU+QnDmv3FO598jHkxoQpzpam8tG70 tc8x7hIFt3kvgYEwyNH1ioh59RsfQAGwwJ76GFckt+lKla1iiFgAhLT2K8cQGGVV8yDd MKrg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=I3kFQ6YW; 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 91si12463200plc.54.2019.07.02.01.18.25; Tue, 02 Jul 2019 01:18:39 -0700 (PDT) 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; dkim=pass header.i=@kernel.org header.s=default header.b=I3kFQ6YW; 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 S1727446AbfGBIDa (ORCPT + 99 others); Tue, 2 Jul 2019 04:03:30 -0400 Received: from mail.kernel.org ([198.145.29.99]:48450 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727434AbfGBID1 (ORCPT ); Tue, 2 Jul 2019 04:03:27 -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 4DF2321479; Tue, 2 Jul 2019 08:03:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562054606; bh=c43FvKQyIGggJWe3cFvt6aywY7QSwZwhDAgmHHoL9gM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=I3kFQ6YW2UK8ffvRLSVQrJZc+ZPqceCtVy3nJDqRfWwJ8jt/OfSspdxofDw+Vvy3A DVbOqrsDCz/0zjZHSO0KziXm+bZMJzTLU9uSV0Nrn1lmDoqukErgNbmnE2lRTXvg+w zkEpahrU9jUk/nZhfHIXFvoKmF+bU7CfjTFnjAwg= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Geert Uytterhoeven , Thomas Gleixner , Josh Poimboeuf , Peter Zijlstra , Jiri Kosina , Ben Hutchings Subject: [PATCH 5.1 27/55] cpu/speculation: Warn on unsupported mitigations= parameter Date: Tue, 2 Jul 2019 10:01:35 +0200 Message-Id: <20190702080125.502302944@linuxfoundation.org> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190702080124.103022729@linuxfoundation.org> References: <20190702080124.103022729@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Geert Uytterhoeven commit 1bf72720281770162c87990697eae1ba2f1d917a upstream. Currently, if the user specifies an unsupported mitigation strategy on the kernel command line, it will be ignored silently. The code will fall back to the default strategy, possibly leaving the system more vulnerable than expected. This may happen due to e.g. a simple typo, or, for a stable kernel release, because not all mitigation strategies have been backported. Inform the user by printing a message. Fixes: 98af8452945c5565 ("cpu/speculation: Add 'mitigations=' cmdline option") Signed-off-by: Geert Uytterhoeven Signed-off-by: Thomas Gleixner Acked-by: Josh Poimboeuf Cc: Peter Zijlstra Cc: Jiri Kosina Cc: Greg Kroah-Hartman Cc: Ben Hutchings Cc: stable@vger.kernel.org Link: https://lkml.kernel.org/r/20190516070935.22546-1-geert@linux-m68k.org Signed-off-by: Greg Kroah-Hartman --- kernel/cpu.c | 3 +++ 1 file changed, 3 insertions(+) --- a/kernel/cpu.c +++ b/kernel/cpu.c @@ -2315,6 +2315,9 @@ static int __init mitigations_parse_cmdl cpu_mitigations = CPU_MITIGATIONS_AUTO; else if (!strcmp(arg, "auto,nosmt")) cpu_mitigations = CPU_MITIGATIONS_AUTO_NOSMT; + else + pr_crit("Unsupported mitigations=%s, system may still be vulnerable\n", + arg); return 0; }