From patchwork Fri Oct 1 10:48:44 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Garry X-Patchwork-Id: 12530293 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7DE5EC433EF for ; Fri, 1 Oct 2021 10:56:12 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 484F961A83 for ; Fri, 1 Oct 2021 10:56:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 484F961A83 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=huawei.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=GYCs/0Lnvfy+opmM6UEgMyrsLa13mjadiaUzwENdycE=; b=vpRtdrN0ddJ0L9 0YiW5SRoqh8ngF4R/oyfSFRbE415es3BgMoow9HGfmthlOT79PmSVOvUjuQgBIrJKlMEhYhpu0W3h ny5eb0QXGRgNBLz7k9I+Xj8mdiwuEwg0S6O7PT6ZYHZZhoXhylu/QNwNTONvECvY7kGxZPWRf7G9V mDEDsSdpfNZ/mXujoNsVJ9zBG7iMNKUZKwZLyM50SpSq/m8K0LRu3wdTbITygSiTmTML4peGEmy5K rrl6kHkk0oKQjh6InbSsMpLNW7B7lhhQHJicxF3lPRMca+Em4/QOhoDglkHfp39qXaj7bm3m5cEdb wjB9aH560QMwF4kFEZVg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mWGAs-00HXII-HI; Fri, 01 Oct 2021 10:53:54 +0000 Received: from frasgout.his.huawei.com ([185.176.79.56]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mWGAn-00HXHH-SR for linux-arm-kernel@lists.infradead.org; Fri, 01 Oct 2021 10:53:51 +0000 Received: from fraeml736-chm.china.huawei.com (unknown [172.18.147.226]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4HLRjH1Jc5z67lcR; Fri, 1 Oct 2021 18:50:43 +0800 (CST) Received: from lhreml724-chm.china.huawei.com (10.201.108.75) by fraeml736-chm.china.huawei.com (10.206.15.217) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.8; Fri, 1 Oct 2021 12:53:39 +0200 Received: from localhost.localdomain (10.69.192.58) by lhreml724-chm.china.huawei.com (10.201.108.75) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.8; Fri, 1 Oct 2021 11:53:37 +0100 From: John Garry To: , CC: , , John Garry Subject: [PATCH RESEND 0/2] Improve build test coverage for perf drivers Date: Fri, 1 Oct 2021 18:48:44 +0800 Message-ID: <1633085326-156653-1-git-send-email-john.garry@huawei.com> X-Mailer: git-send-email 2.8.1 MIME-Version: 1.0 X-Originating-IP: [10.69.192.58] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To lhreml724-chm.china.huawei.com (10.201.108.75) X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211001_035350_131214_AA88A9ED X-CRM114-Status: UNSURE ( 7.27 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Improve build test coverage by allowing some more drivers build under COMPILE_TEST as appropriate. Baseline is v5.15-rc3 John Garry (2): drivers/perf: thunderx2_pmu: Change data in size tx2_uncore_event_update() drivers/perf: Improve build test coverage drivers/perf/Kconfig | 12 +++++++----- drivers/perf/thunderx2_pmu.c | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-)