From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 50FD8C04E30 for ; Mon, 9 Dec 2019 16:27:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2993D20692 for ; Mon, 9 Dec 2019 16:27:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726687AbfLIQ1s (ORCPT ); Mon, 9 Dec 2019 11:27:48 -0500 Received: from mga06.intel.com ([134.134.136.31]:46285 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726477AbfLIQ1r (ORCPT ); Mon, 9 Dec 2019 11:27:47 -0500 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Dec 2019 08:27:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,296,1571727600"; d="scan'208";a="210139474" Received: from tassilo.jf.intel.com (HELO tassilo.localdomain) ([10.7.201.21]) by fmsmga007.fm.intel.com with ESMTP; 09 Dec 2019 08:27:46 -0800 Received: by tassilo.localdomain (Postfix, from userid 1000) id 5C1D4300DF5; Mon, 9 Dec 2019 08:27:46 -0800 (PST) Date: Mon, 9 Dec 2019 08:27:46 -0800 From: Andi Kleen To: kan.liang@linux.intel.com Cc: peterz@infradead.org, mingo@redhat.com, linux-kernel@vger.kernel.org, like.xu@linux.intel.com, stable@vger.kernel.org Subject: Re: [PATCH] perf/x86/intel/uncore: Fix missing marker for snr_uncore_imc_freerunning_events Message-ID: <20191209162746.GA814951@tassilo.jf.intel.com> References: <1575898953-85496-1-git-send-email-kan.liang@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1575898953-85496-1-git-send-email-kan.liang@linux.intel.com> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > [ 16.060540] entry_SYSCALL_64_after_hwframe+0x49/0xbe > > This snr_uncore_imc_freerunning_events array was missing an end-marker. We had this often enough now that it might be worth a checkpatch rule? -Andi