Received: by 10.213.65.68 with SMTP id h4csp432551imn; Tue, 13 Mar 2018 08:53:52 -0700 (PDT) X-Google-Smtp-Source: AG47ELtOA2F1zi6JqCZ7u188l1G7tYbVtYg4i6ckD5OMqvCLLMvqxHW8wsnCSKXB+dio9hM7QFn1 X-Received: by 10.99.110.133 with SMTP id j127mr884971pgc.79.1520956432213; Tue, 13 Mar 2018 08:53:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1520956432; cv=none; d=google.com; s=arc-20160816; b=Ua24F9wT6oXOAjak2jFiX+kYwWDxMl8ggm1t0B+WLJnPIzg7xCDpL3TyvJE5/+Ztp1 IN40Cl5pQyJUdfOEiS3P5ANDFAuEtZEncHqe9uZ5acsZDGiN+MxhZ/OMJazFfJzjvhuh l/Dzq0WUEw+QWahIFJv6qRDoCNYIEyCIYdIOaQjyq8rKOX4GGtIKj/HcpTol2OmhYhjp OQ6MdiHhWQrLEWnc8TKc66OhZesgpydF2q6RBiVr315w0D8Uyt1onljjrz5jLejwW/2w T27Br0zIn8KLY7UzhqMag+Ar/QhrIbCj98ekR+ejV0lIuC+MP/Wh6WTZ9qUXAYsDXR0g OVbQ== 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=0G91ZycIF0YXZ3pmSIrczha9V6JgofGFk5xGetYItb0=; b=nfyM7B0O71hrN2ipbFvOSAcxNGSgm1bLpTguVEv+Lyorccfb/njG/VRJ6x1r0jQmwM UHMcsNUKN1G0FlNMRKfdzuv1OMQnovl85sNuKPxPc52fgSGZv05IODOZOkaW7ULM/Er5 a0F6iGvm1+eO77bSPjh/YJ0eNBWv8DnQ80AuQzFGkOHzTqT82Fi12DGmGtgmhAlguwj8 sLDhKiO1F7op48dQqr5jNwu1CLzmdDvCqXS1OXjG4HVwpgdaqhsYDq3qYHRV5gtAvOLW 16h7wBq1brzcsk+5PAupjz0sIddKZD2rsyc/kwcH71plSk2ECDewe7N4TWTkXXVFfXN2 S45A== 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 m11-v6si321003pln.350.2018.03.13.08.53.38; Tue, 13 Mar 2018 08:53:52 -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; 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 S1752963AbeCMPwA (ORCPT + 99 others); Tue, 13 Mar 2018 11:52:00 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:35400 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934763AbeCMPjj (ORCPT ); Tue, 13 Mar 2018 11:39:39 -0400 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 6C88DFDD; Tue, 13 Mar 2018 15:39:38 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Seunghun Han , Borislav Petkov , Thomas Gleixner , Tony Luck , linux-edac Subject: [PATCH 4.14 098/140] x86/MCE: Serialize sysfs changes Date: Tue, 13 Mar 2018 16:25:01 +0100 Message-Id: <20180313152504.734543146@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180313152458.201155692@linuxfoundation.org> References: <20180313152458.201155692@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review 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.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Seunghun Han commit b3b7c4795ccab5be71f080774c45bbbcc75c2aaf upstream. The check_interval file in /sys/devices/system/machinecheck/machinecheck directory is a global timer value for MCE polling. If it is changed by one CPU, mce_restart() broadcasts the event to other CPUs to delete and restart the MCE polling timer and __mcheck_cpu_init_timer() reinitializes the mce_timer variable. If more than one CPU writes a specific value to the check_interval file concurrently, mce_timer is not protected from such concurrent accesses and all kinds of explosions happen. Since only root can write to those sysfs variables, the issue is not a big deal security-wise. However, concurrent writes to these configuration variables is void of reason so the proper thing to do is to serialize the access with a mutex. Boris: - Make store_int_with_restart() use device_store_ulong() to filter out negative intervals - Limit min interval to 1 second - Correct locking - Massage commit message Signed-off-by: Seunghun Han Signed-off-by: Borislav Petkov Signed-off-by: Thomas Gleixner Cc: Greg Kroah-Hartman Cc: Tony Luck Cc: linux-edac Cc: stable@vger.kernel.org Link: http://lkml.kernel.org/r/20180302202706.9434-1-kkamagui@gmail.com Signed-off-by: Greg Kroah-Hartman --- arch/x86/kernel/cpu/mcheck/mce.c | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) --- a/arch/x86/kernel/cpu/mcheck/mce.c +++ b/arch/x86/kernel/cpu/mcheck/mce.c @@ -57,6 +57,9 @@ static DEFINE_MUTEX(mce_log_mutex); +/* sysfs synchronization */ +static DEFINE_MUTEX(mce_sysfs_mutex); + #define CREATE_TRACE_POINTS #include @@ -2083,6 +2086,7 @@ static ssize_t set_ignore_ce(struct devi if (kstrtou64(buf, 0, &new) < 0) return -EINVAL; + mutex_lock(&mce_sysfs_mutex); if (mca_cfg.ignore_ce ^ !!new) { if (new) { /* disable ce features */ @@ -2095,6 +2099,8 @@ static ssize_t set_ignore_ce(struct devi on_each_cpu(mce_enable_ce, (void *)1, 1); } } + mutex_unlock(&mce_sysfs_mutex); + return size; } @@ -2107,6 +2113,7 @@ static ssize_t set_cmci_disabled(struct if (kstrtou64(buf, 0, &new) < 0) return -EINVAL; + mutex_lock(&mce_sysfs_mutex); if (mca_cfg.cmci_disabled ^ !!new) { if (new) { /* disable cmci */ @@ -2118,6 +2125,8 @@ static ssize_t set_cmci_disabled(struct on_each_cpu(mce_enable_ce, NULL, 1); } } + mutex_unlock(&mce_sysfs_mutex); + return size; } @@ -2125,8 +2134,19 @@ static ssize_t store_int_with_restart(st struct device_attribute *attr, const char *buf, size_t size) { - ssize_t ret = device_store_int(s, attr, buf, size); + unsigned long old_check_interval = check_interval; + ssize_t ret = device_store_ulong(s, attr, buf, size); + + if (check_interval == old_check_interval) + return ret; + + if (check_interval < 1) + check_interval = 1; + + mutex_lock(&mce_sysfs_mutex); mce_restart(); + mutex_unlock(&mce_sysfs_mutex); + return ret; }