Received: by 10.213.65.68 with SMTP id h4csp522463imn; Fri, 16 Mar 2018 10:17:52 -0700 (PDT) X-Google-Smtp-Source: AG47ELszYbg5FuQc8pM7S0e4eW/F3PXihgTO17W/+ZpSGinE1ul4chJQ3AGmLgIVt9jRzVJSe1j+ X-Received: by 10.99.119.137 with SMTP id s131mr1988852pgc.296.1521220672223; Fri, 16 Mar 2018 10:17:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521220672; cv=none; d=google.com; s=arc-20160816; b=sWRSDKxAo+vAmlHa+f1sMP0GQygLG/9i92SlaQW0C9Q30Ik7IY9Y4tzGkZE7TdEgZ9 o+CY4Mi8SrUgnMyxZZ0Zruwxo0W7e1lf/0iRxQGwCPMjX6aolHZolPkQVng4vbYn72ns wgBSOJpwg7VqUNgcU1k/T5y0R4dSxrudHc6uE3FgbGckoGPEk74m9mZFJQupu7EwPIyh 0vZbNGlNDS17KMnPTrgErLeFT/MLNpeG63z72Lt/1/DdbE1NmccNN0X0ZEQa9+jMV41J Odr+WkuqgN8fyX8YWbh17wrvUf32kl239ZeUVOCqhNpYaFSCcz3jq/u8csIZfD/PvWc9 uxSQ== 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=5u3vjJ3Jm3jUU5CM536draNIQsLpICMwElIfVmkGdQc=; b=1EfDxTmCwFR+VZBKGqeCrFkDT5EGFSSQYgmNIaVgHUsLR/YCGWg/Kh5t4BV+7aHDO6 OzaPaFXGxul1ydR6oNzNgFWTka8I2iAavjEMyfGOGIXXPoLkzHPaPyEAxdD8Ubk9+MIO cM7LATtdlMf4rpV5WhAnv+q+999/1JJXVtyznwnvSlKccWNhYR4o0Wca6KJfhG5rD/vc w+dobDPQCsy4oZ/NwXd5M1fHemI/zn9IPN6BhRD7yFl7MEeZGAtDcX+SoEtBO/LqYmk8 Ho+9MEUKCw727eA55egD1ZGxGKj/TideZVz2LkFgfPvgRRGZe73YOKQbqTGKWZhiCBQj rezg== 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 q7si5302413pgn.559.2018.03.16.10.17.37; Fri, 16 Mar 2018 10:17: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 S933294AbeCPPbC (ORCPT + 99 others); Fri, 16 Mar 2018 11:31:02 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:37214 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933279AbeCPPa7 (ORCPT ); Fri, 16 Mar 2018 11:30:59 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 7C0821184; Fri, 16 Mar 2018 15:30:50 +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.9 28/86] x86/MCE: Serialize sysfs changes Date: Fri, 16 Mar 2018 16:22:51 +0100 Message-Id: <20180316152319.335748145@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180316152317.167709497@linuxfoundation.org> References: <20180316152317.167709497@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.9-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 @@ -61,6 +61,9 @@ static DEFINE_MUTEX(mce_chrdev_read_mute smp_load_acquire(&(p)); \ }) +/* sysfs synchronization */ +static DEFINE_MUTEX(mce_sysfs_mutex); + #define CREATE_TRACE_POINTS #include @@ -2308,6 +2311,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 */ @@ -2320,6 +2324,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; } @@ -2332,6 +2338,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 */ @@ -2343,6 +2350,8 @@ static ssize_t set_cmci_disabled(struct on_each_cpu(mce_enable_ce, NULL, 1); } } + mutex_unlock(&mce_sysfs_mutex); + return size; } @@ -2350,8 +2359,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; }