Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp4212754ybe; Mon, 16 Sep 2019 08:27:48 -0700 (PDT) X-Google-Smtp-Source: APXvYqyY2dbiTs1RVflwygpqrGrMu65TL3Udtv/JkS6MIb7NtcRBrUocP1SVYkHfdU8htujaGbd/ X-Received: by 2002:a17:906:81d9:: with SMTP id e25mr550868ejx.37.1568647668558; Mon, 16 Sep 2019 08:27:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568647668; cv=none; d=google.com; s=arc-20160816; b=YNlKzGoayeMLREmrG+uAM8D+i2WMFKmxaUsFAv7J5hg4jRXDoTJHlPb1v3fKLbmX3J OK9N5IDnv7URuxbDiXWDkyo7Sz9+mQeFclTg41juUJDhexz4xmVQGt3+ZUFJbCTe+tKi hsjBAscRKtUFkFALKglxpPcRh7HORdm+euf4leovLyAilhmPWA8ZsghcoYPDKtcUHx9K Mb+h3uaBwsqd9UgfqIMuhX4tmDctW/181yrIWx3Ts4+Pzvvmd4LjAFxQIbkp2uQmghyf BHGPXyaniRZRAXSyQunU6C/eriOOwOtE4nGhtzKmAE1NFh0aS5kTrH5A69oZecc0FbH7 Ln1w== 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 :message-id:in-reply-to:subject:cc:to:from:date; bh=JHFfSRxP4Z+xN0HqQIIe2bJp0lJDCJZufUL1uYDDgRU=; b=brCp9FaacI8lZUVuQTGzAC3qaxZN7zfiAmUQCmk5yKiMiYXgjPIYV74PWAPGm9ugNn H4n4FUXD2HKYpPQ2Qr3U5ld81H4dpOxu/iDR4+4tRhl6HehtnuF0vyKBfRUk1Gb8FMZH X66EVtDdl4tbsmEddzUX0O6YhJBjkAGRZMDMrA/wM+2fnXBeRZkKPfYKLQs1WuUr4iJN LBTwpgcnMK2Y5saRcCP2dQjkBXZ1BLuMhAPnmrDMdHgItk8aApM8xuiWw/BYIkFfGHhv lxEVJziyhNVPb/EkklmFmC4EWi2xYYSWLpJ6CKtpzOoYeR1JAWRBhHtzCadwYeJSSzbG uedA== 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 r9si11322545eju.120.2019.09.16.08.27.21; Mon, 16 Sep 2019 08:27:48 -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 S1730981AbfIPIOS (ORCPT + 99 others); Mon, 16 Sep 2019 04:14:18 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:38422 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730494AbfIPIOR (ORCPT ); Mon, 16 Sep 2019 04:14:17 -0400 Received: from pd9ef19d4.dip0.t-ipconnect.de ([217.239.25.212] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1i9m91-0002oP-LD; Mon, 16 Sep 2019 10:13:59 +0200 Date: Mon, 16 Sep 2019 10:13:53 +0200 (CEST) From: Thomas Gleixner To: Tony W Wang-oc cc: "tony.luck@intel.com" , "Borislav Petkov (bp@alien8.de)" , "mingo@redhat.com" , "hpa@zytor.com" , "x86@kernel.org" , "linux-edac@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "yazen.ghannam@amd.com" , "vishal.l.verma@intel.com" , "qiuxu.zhuo@intel.com" , David Wang , "Cooper Yan(BJ-RD)" , "Qiyuan Wang(BJ-RD)" , "Herry Yang(BJ-RD)" Subject: Re: [PATCH v3 2/4] x86/mce: Make 3 functions non-static In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 11 Sep 2019, Tony W Wang-oc wrote: > These functions are declared static and cannot be used in others > .c source file. this commit removes the static attribute and adds > the declaration to the header for these functions. I'm not Cc'ed on any patches which use those functions. Please Cc the relevant maintainers on all patches of such a patch series so contect can be seen. Also adding some hint to the change log which new code will use that would be appreciated. Thanks, tglx