Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp4275293imm; Mon, 20 Aug 2018 12:55:40 -0700 (PDT) X-Google-Smtp-Source: AA+uWPwTEn65nh0sDbKu1rM7n3K4BFVa71S3peXGlhUZGq8K4ic0fB5pDV5rQvYx8szKYPw/NSfn X-Received: by 2002:a17:902:2e83:: with SMTP id r3-v6mr47053182plb.80.1534794940833; Mon, 20 Aug 2018 12:55:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534794940; cv=none; d=google.com; s=arc-20160816; b=Read8qeneG4yYJ7uc2IY/lzyUj5nHWdvleprDlV8PnhEtkiPrL0YuvMAtC0po/4TdH IAPJfp/TS7akyn+oXDmHdjUgYZZoKOOeE3vZ0lyJ8JRFcyyO2lyQ3IGFOcWJZ6L+8MX3 8tLOdq/0PFLJQtjKFouA6uZg3AgwN1Y9HpDUsfDweO0eJsB6tlqeH3UUoGFZWvXi9/FI UdxWmzk2evAiHTXeEeSwVapjZOkjU++ub3YmCkC2B02l79PUjYg2wd56rlIbSPhWnvyT 2qsjVgMUfPmFxyTO/xcZ0fSmvIWn0dMWVRFR97UYKD4SnQCRXXKGsyS2IXSj2IPmTJTF BgYw== 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 :arc-authentication-results; bh=FtHknXDU9QXUgawEhHIKti+ZTAFZa32TGwTbo5Jixrg=; b=wVioYl9ycTI9S/FDUfmpOGX9pJVOgLJGGRcKL+KwVeFZimPEbtooSBrmubPlNKPRva GGW+UUA8bqbpuy1nLAAXuSwkGTk00kojt7rXStJyFiMeibiCwFCN1GQyqlFgBVS+nxDp xt/4MKisglPFmFWKnPoUBSY5jeweql/osrLLs0z/87jkIwA3LXsKXDwp8Kf3YUu7VNvZ uK2/rRNHg9JEgriBlk2jQMmrJWjlVhBqjcztXzHVl9baah2QuoZBhgxhx32p90rxFzJi GDhY06Rbi27m8zjazgYi3i0F9S2veWLkfMfAkaKjZu6a/UDxnkf1HMoq1skszbFFpHzj GaLg== 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 k14-v6si11357806pfd.23.2018.08.20.12.55.25; Mon, 20 Aug 2018 12:55:40 -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 S1726655AbeHTXKx (ORCPT + 99 others); Mon, 20 Aug 2018 19:10:53 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:56795 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726077AbeHTXKx (ORCPT ); Mon, 20 Aug 2018 19:10:53 -0400 Received: from p4fea45ac.dip0.t-ipconnect.de ([79.234.69.172] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1frqFJ-0004Pu-N2; Mon, 20 Aug 2018 21:53:50 +0200 Date: Mon, 20 Aug 2018 21:53:49 +0200 (CEST) From: Thomas Gleixner To: kbuild test robot cc: Andrew Banman , kbuild-all@01.org, linux-kernel@vger.kernel.org, tipbuild@zytor.com, Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, Mike Travis , Peter Zijlstra , Kees Cook , Colin Ian King , Nicolai Stange Subject: Re: [RFC PATCH tip] x86/platform/uv/BAU: uv_bau_crash_shutdown() can be static In-Reply-To: <20180820181416.GA85242@lkp-hsx02> Message-ID: References: <201808210250.A3etcIJg%fengguang.wu@intel.com> <20180820181416.GA85242@lkp-hsx02> 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 Tue, 21 Aug 2018, kbuild test robot wrote: > > Fixes: 99f396587875 ("x86/platform/uv/BAU: Gracefully disable BAU during panic") > Signed-off-by: kbuild test robot I've zapped the commit for now and let Andrew deal with it as the other sparse warnings want some care as well. Thanks, tglx