From patchwork Mon Nov 28 19:03:42 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Suzuki K Poulose X-Patchwork-Id: 13057888 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 7736DC433FE for ; Mon, 28 Nov 2022 19:04:57 +0000 (UTC) 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:References:In-Reply-To: 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: List-Owner; bh=ajB/eJvnY0uazc/6c8JT6aeQrjgqbPXT+FPkl59zza8=; b=c+zGZ+RsNn8t2F q/wSaodHninGkiakgo61JHcP05kMUoOPLQMzKp6eJZ+yTS70jzb9zmQgo6Lr5b9zkEd9aUyTf5Ltx +dOTcQKUKFqn89YVngXNeDa8k++EVDDrWCQlr/mGk49prWfq6ZScDgd5NtxHNjWHvEeSi9TUz6NC7 aRBJUJt+KYUXohLN5+1q4lggyLYLkuTGpXOIji4TNBUv2l1weFPRGxBTSb+422zcnUrDMOw0yio61 dMXJG3XAwGALh0UlNZC53Yiov2FhDM2wDfmwvVFImPB60+IL7YfF32YWiW2Q1vcWCxqKaDpOYDF8x XdirjYr/yt8tEflnAtWQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ozjQ4-003rJV-KL; Mon, 28 Nov 2022 19:03:56 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ozjQ1-003rIf-GA for linux-arm-kernel@lists.infradead.org; Mon, 28 Nov 2022 19:03:54 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id DC69FD6E; Mon, 28 Nov 2022 11:03:55 -0800 (PST) Received: from ewhatever.cambridge.arm.com (ewhatever.cambridge.arm.com [10.1.197.1]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 364A93F73B; Mon, 28 Nov 2022 11:03:48 -0800 (PST) From: Suzuki K Poulose To: gregkh@linuxfoundation.org Cc: coresight@lists.linaro.org, mike.leach@linaro.org, mathieu.poirier@linaro.org, james.clark@arm.com, leo.yan@linaro.org, linux-arm-kernel@lists.infradead.org, Suzuki K Poulose Subject: [GIT PULL v2] coresight: updates for v6.2 Date: Mon, 28 Nov 2022 19:03:42 +0000 Message-Id: <20221128190342.2418027-1-suzuki.poulose@arm.com> X-Mailer: git-send-email 2.38.1 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221128_110353_602607_CA93A212 X-CRM114-Status: UNSURE ( 7.59 ) 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 Hi Greg, Please find the updated pull request with coresight updates to v6.2. Kindly consider pulling. Changes: - Fix empty lines around "Fixes" tag in the CTI Fix. Thanks Suzuki The following changes since commit 30a0b95b1335e12efef89dd78518ed3e4a71a763: Linux 6.1-rc3 (2022-10-30 15:19:28 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-next-v6.2 for you to fetch changes up to c767c34740132ffc478226864a7461493cdc2413: coresight: etm4x: fix repeated words in comments (2022-11-28 18:29:53 +0000) ---------------------------------------------------------------- coresight: Update for v6.2 CoreSight updatesfor v6.2 includes : - Support for ETMv4 probing on hotplugged CPUs - Fix TRBE driver for cpuhp state refcounting - Fix CTI driver NULL pointer dereferencing - Fix comment for repeated word Signed-off-by: Suzuki K Poulose ---------------------------------------------------------------- Jilin Yuan (1): coresight: etm4x: fix repeated words in comments Mike Leach (1): coresight: cti: Fix null pointer error on CTI init before ETM Tamas Zsoldos (1): coresight: etm4x: add CPU hotplug support for probing Yang Shen (1): coresight: trbe: remove cpuhp instance node before remove cpuhp state drivers/hwtracing/coresight/coresight-cti-core.c | 2 +- drivers/hwtracing/coresight/coresight-etm4x-core.c | 155 +++++++++++++++------ drivers/hwtracing/coresight/coresight-trbe.c | 1 + 3 files changed, 116 insertions(+), 42 deletions(-)