Received: by 10.213.65.68 with SMTP id h4csp465780imn; Tue, 13 Mar 2018 09:56:18 -0700 (PDT) X-Google-Smtp-Source: AG47ELs1hinMvZMc5NuZmvqWgOK65oZLo9KCKVpxkue8gJAh52tt7gx9IFngQK6SlSCtlorih+6f X-Received: by 10.98.159.209 with SMTP id v78mr1246742pfk.49.1520960178338; Tue, 13 Mar 2018 09:56:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1520960178; cv=none; d=google.com; s=arc-20160816; b=dcFF6/JYDmzD0lCgKe6Z8A0pIZzSYyvG97buRRK+F85Xmr1qCoFltYpn3P+X1ZYRgr 2CMpbKYl0e5cXqHKOegAlS7Edin7fWtsrIYq/NeE45h/sc8j+z8rEhwr5VSnCby0O1aZ SAqWdEat7UA6Py0NAGr5l7TseDNGm64g432s10BKB89uXKY5WaJ7nxA/Kh7plFbSafpH myZ8qn1sdi+pfNZO0LxP6oIcQyQiEqyWBEv8/X0k5tLcvvrJznSX12tM8sLGheFjbt89 H/VxLyOnECil9TpDygRuCK0I4rqF6NzvXHlrTTITiiDYdOOYW1UOeQDYi5/vDXOXKIZr MYJQ== 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=MggX8I0DqhOznG62aVkyG2rApj0QzHa4If+c1vdM1r4=; b=kuXy6k0NdDEPkpF2ICq6LR9qFArHv+d4p4rykrNDV+keI/d4lku335dOg2c6ocpvBZ I5qWX+WEvePnoLO7kLi5Uo8+5UpxobCCpZ5Lq1RNVZRJ6go4Ot7vqE+ENdaGCAeomirj Z+vMIHo8tCwTg3MKowU8OVE6URAJLtBKnTTrRdoWM1UV66d9WuTA19oxJ8u7VHTjkOmi WxPem6zUNmcbfaNT9FdEXUfxuU/7w675PIL0U0zAPCaPjsKc4EAdgxIV8lBf5WPC/Vmg /a1VE1U7oNlV1TpCW28gS7aX5jZajSMiCH/qgPf0Fym1KukvisfATEJ9YTqjRrvhCX4q TLsw== 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 m1-v6si289465pls.673.2018.03.13.09.56.03; Tue, 13 Mar 2018 09:56:18 -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 S1752536AbeCMPaa (ORCPT + 99 others); Tue, 13 Mar 2018 11:30:30 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58810 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752489AbeCMPa2 (ORCPT ); Tue, 13 Mar 2018 11:30:28 -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 2A3F81113; Tue, 13 Mar 2018 15:30:27 +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.15 063/146] x86/MCE: Serialize sysfs changes Date: Tue, 13 Mar 2018 16:23:50 +0100 Message-Id: <20180313152325.538700825@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180313152320.439085687@linuxfoundation.org> References: <20180313152320.439085687@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.15-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 @@ -2080,6 +2083,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 */ @@ -2092,6 +2096,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; } @@ -2104,6 +2110,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 */ @@ -2115,6 +2122,8 @@ static ssize_t set_cmci_disabled(struct on_each_cpu(mce_enable_ce, NULL, 1); } } + mutex_unlock(&mce_sysfs_mutex); + return size; } @@ -2122,8 +2131,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; }