Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp914529imm; Wed, 17 Oct 2018 10:11:25 -0700 (PDT) X-Google-Smtp-Source: ACcGV61orHJfgZfbFOKChrrgL/mVC3khwMcx2GtJTfln9bF9TDJSsgCH5i1j5oT1y+PLVYcnMf61 X-Received: by 2002:a63:de46:: with SMTP id y6-v6mr25065456pgi.198.1539796285866; Wed, 17 Oct 2018 10:11:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539796285; cv=none; d=google.com; s=arc-20160816; b=Ljj5w5jzrYJ8WSPSV8cKWmgCL+LwIB8xYfMQXMTtsZh/K8D980ntO2xMpTVq3/WbXA NYfWRObeMncxKE0+7qmQeB2kvs7Xal4ci3iDcBz0fbilbxwQItlFQt0EdZ4LGAh2DNUP Fa7U5Gp2naVjh4YOSpSGl2iwpyc9W+nLLIFvGu0x08/WjeXcK0ryL0+7hUi/+fQf84Cr w4i1RECAJYjdB0cAyX6tD/MfVQj/nb6+jf8gUlWSxHNkwsiIo645aBkNGzRs/nYGojTL BuCZBCKazE1gYoNWNgb1c+kwC+GAK9zugfXClQrN6KhJUHqEDBeodAmLOqYq3C6CW6Y2 u4vA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=H78hJYEOyJhzMoT5NiZPCVj4kzEwDDa6Av8YToSbhcQ=; b=nbeTPYVy+AeXiqqNp2QGX0utLG1ICsKO7AraZ9XwtOUWnJ49dqnNO7JqNSRd3mOUTs 4zh+IpUjcv95Ir5sWnu7edgk65TGeFlStu2cIyLtcJMpfTk2Kmb05P/Zp8WpI8k8QVoe UMhFKgq0tkcHRc0IesoXntQKOC8j/5xF3ujWaaLT3jWplci0zePd5MP+5cOEiYbjTyO8 onDLfYErj1oxvpyWWWAxLhSpqe3XDgXkTqkySA/h6UE8/5pBs2CQc2oAF3AnCwEVagMl 1U2qk1oEDr97r7PJBJxIY4kiFiuxxf87EsFpW/O61yMt9/tbpCUzw79o3FJxJIMyBixT W4Zg== 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 u5-v6si17946364pgm.268.2018.10.17.10.11.10; Wed, 17 Oct 2018 10:11:25 -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 S1727451AbeJRBHP (ORCPT + 99 others); Wed, 17 Oct 2018 21:07:15 -0400 Received: from mx2.suse.de ([195.135.220.15]:53794 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727053AbeJRBHP (ORCPT ); Wed, 17 Oct 2018 21:07:15 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 683B7AE6E; Wed, 17 Oct 2018 17:10:36 +0000 (UTC) Date: Wed, 17 Oct 2018 19:10:34 +0200 From: Borislav Petkov To: Sebastian Andrzej Siewior Cc: linux-kernel@vger.kernel.org, tglx@linutronix.de, linux-kbuild@vger.kernel.org, Tony Luck , linux-edac , x86@kernel.org Subject: Re: [PATCH 2/3] x86/mcelog: Remove one mce_helper definition Message-ID: <20181017171034.GO22571@zn.tnic> References: <20181017170554.18841-1-bigeasy@linutronix.de> <20181017170554.18841-3-bigeasy@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20181017170554.18841-3-bigeasy@linutronix.de> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 17, 2018 at 07:05:53PM +0200, Sebastian Andrzej Siewior wrote: > Commit 5de97c9f6d85f ("x86/mce: Factor out and deprecate the /dev/mcelog > driver") moved the old interface into one file including mce_helper > definition as static and "extern". > > Cc: Tony Luck > Cc: Borislav Petkov > Cc: linux-edac > Cc: x86@kernel.org > Fixes: 5de97c9f6d85f ("x86/mce: Factor out and deprecate the /dev/mcelog driver") I'm not sure about the Fixes: tag - it'll trigger a flood of backporting for no reason AFAICT. -- Regards/Gruss, Boris. SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)