From patchwork Sat Mar 25 18:23:08 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leo Yan X-Patchwork-Id: 96004 Delivered-To: patch@linaro.org Received: by 10.140.89.233 with SMTP id v96csp565854qgd; Sat, 25 Mar 2017 11:26:33 -0700 (PDT) X-Received: by 10.99.106.5 with SMTP id f5mr16065319pgc.110.1490466393330; Sat, 25 Mar 2017 11:26:33 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h10si6973442plk.259.2017.03.25.11.26.33; Sat, 25 Mar 2017 11:26:33 -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; dkim=pass header.i=@linaro.org; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751959AbdCYSZ7 (ORCPT + 15 others); Sat, 25 Mar 2017 14:25:59 -0400 Received: from mail-wr0-f176.google.com ([209.85.128.176]:35331 "EHLO mail-wr0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751466AbdCYSYr (ORCPT ); Sat, 25 Mar 2017 14:24:47 -0400 Received: by mail-wr0-f176.google.com with SMTP id u1so11121782wra.2 for ; Sat, 25 Mar 2017 11:23:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=ZC5YalxKedFafE1VTMpIKHghlEV2u/Qa1EJ6pZLZumc=; b=Ugh0r6CrF4NAYRatX2Jtf3g+YU4Yq+JK9XYFVwNXuJljGr2RHAjjKavn4Oq1QOJvi8 1zLESp2oEMhY1aOuc3Zu7YZiKn2I55IDTlXPqgy9ofM7NirYN907Hv7ULPUcqme4u/uU oqqF6VKdXjwtzIXLfS88aD19eM7hat2e3aA3w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=ZC5YalxKedFafE1VTMpIKHghlEV2u/Qa1EJ6pZLZumc=; b=WP/6ZYg0cULtrQLtp92w48FCurq8c50eWZM1R2XRdOJqzoLwyJ+J6XsYEUnutAGJ7V 1DBOdgp4NN7K7HA3+YohCW7jmzC6kVAkI33XWUr8wCp64G+ZyAXytVlrXYuC3SfxmW7r ZN9p5mmOTqWThhO6Uj36ZFpgxB3/ffCIIXVL5azV+PDpp6E71Yom43K5EqTFvoeUqkj0 jNFTuv1L5Ex3gj0cyPgmecpHpk+VIDZIXcd6NulcTbym+yGlfa+EGLm3+JTNawLJcVwZ PtVC8mgns2DzSz6a1Ssh5r/6SGtOBvVsmK3ABwacl1DqO/BVi64cuL3xz55GC07VlOUt TY5g== X-Gm-Message-State: AFeK/H2LwV+KnvhvaWpub1Ypo6FZaKuoxZ5QhOZG+dKcg+vryLutzLLqg5Pfgi5hhgapObPj X-Received: by 10.223.151.69 with SMTP id r63mr13191305wrb.6.1490466233696; Sat, 25 Mar 2017 11:23:53 -0700 (PDT) Received: from localhost.localdomain (li1529-187.members.linode.com. [139.162.244.187]) by smtp.gmail.com with ESMTPSA id e72sm7464075wma.5.2017.03.25.11.23.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 25 Mar 2017 11:23:52 -0700 (PDT) From: Leo Yan To: Jonathan Corbet , Rob Herring , Mark Rutland , Wei Xu , Catalin Marinas , Will Deacon , Andy Gross , David Brown , Michael Turquette , Stephen Boyd , Mathieu Poirier , Guodong Xu , John Stultz , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-clk@vger.kernel.org, mike.leach@linaro.org, Suzuki.Poulose@arm.com, sudeep.holla@arm.com Cc: Leo Yan Subject: [PATCH v5 0/9] coresight: enable debug module Date: Sun, 26 Mar 2017 02:23:08 +0800 Message-Id: <1490466197-29163-1-git-send-email-leo.yan@linaro.org> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ARMv8 architecture reference manual (ARM DDI 0487A.k) Chapter H7 "The Sample-based Profiling Extension" has description for sampling registers, we can utilize these registers to check program counter value with combined CPU exception level, secure state, etc. So this is helpful for CPU lockup bugs, e.g. if one CPU has run into infinite loop with IRQ disabled; the 'hang' CPU cannot switch context and handle any interrupt, so it cannot handle SMP call for stack dump, etc. This patch series is to enable coresight debug module with sample-based registers and register call back notifier for PCSR register dumping when panic happens, so we can see below dumping info for panic; and this patch series has considered the conditions for access permission for debug registers self, so this can avoid access debug registers when CPU power domain is off; the driver also try to figure out the CPU is in secure or non-secure state. Patch 0001 is to document the dt binding; patch 0002 is to document boot parameters used in kernel command line. Patch 0003 is used to fix the func of_get_coresight_platform_data() doesn't properly drop the reference to the CPU node pointer; and patch 0004 is refactor to add new function of_coresight_get_cpu(). Patch 0005 is to add const quality to structure device_node. Patch 0006 is the driver for CPU debug module. Patches 0007/0008 in this series are to enable debug unit on 96boards Hikey, patch 0007 is to add apb clock for debug unit and patch 0006 is to add DT nodes for debug unit. Patch 0009 is to enable debug on 96boards DB410c. Have verified on both two boards. We can enable debugging with two method, adding parameters into kernel command line for build-in module: coresight_cpu_debug.enable=1 coresight_cpu_debug.idle_constraint=0 Or we can wait the system has booted up to use debugfs nodes to enable debugging and set idle constraints: # echo 1 > /sys/kernel/debug/coresight_cpu_debug/enable # echo 0 > /sys/kernel/debug/coresight_cpu_debug/idle_constraint As result we can get below log after input command: echo c > /proc/sysrq-trigger: ARM external debug module: CPU[0]: EDPRSR: 0000000b (Power:On DLK:Unlock) EDPCSR: [] handle_IPI+0xe4/0x150 EDCIDSR: 00000000 EDVIDSR: 90000000 (State:Non-secure Mode:EL1/0 Width:64bits VMID:0) CPU[1]: EDPRSR: 0000000b (Power:On DLK:Unlock) EDPCSR: [] debug_notifier_call+0x108/0x288 EDCIDSR: 00000000 EDVIDSR: 90000000 (State:Non-secure Mode:EL1/0 Width:64bits VMID:0) [...] Changes from v4: * This version is mainly credit to ARM colleagues many contribution ideas for better quality (Thanks a lot Suzuki, Mike and Sudeep!). * According to Suzuki suggestion, refined debug module driver to avoid memory leak for drvdata struct, handle PCSAMPLE_MODE=1, use flag drvdata.pc_has_offset to indicate if PCSR has offset, minor fixes. * According to Mathieu suggestion, refined dt binding description. * Changed driver to support module mode; * According to Mike suggestion and very appreciate the pseudo code, added support to force CPU powered up with register EDPRCR; * According to discussions, added command line and debugfs nodes to support enabling debugging for boot time, or later can dynamically enable/disable debugging by debugfs. * According to Rob Herring suggestion, one minor fixes in DT binding. * According to Stephen Boyd suggestion, add const quality to structure device_node. And used use of_cpu_device_node_get() to replace of_get_cpu_node() in patch 0003. Changes from v3: * Added Suzuki K Poulose's patch to fix issue for the func of_get_coresight_platform_data() doesn't properly drop the reference to the CPU node pointer. * According to Suzuki suggestion, added code to handl the corner case for ARMv8 CPU with aarch32 mode. * According to Suzuki suggestion, changed compatible string to "arm,coresight-cpu-debug". * According to Mathieu suggestion, added "power-domains" as optional properties. Changes from v2: * According to Mathieu Poirier suggestion, applied some minor fixes. * Added two extra patches for enabling debug module on Hikey. Changes from v1: * According to Mike Leach suggestion, removed the binding for debug module clocks which have been directly provided by CPU clocks. * According to Mathieu Poirier suggestion, added function of_coresight_get_cpu() and some minor refactors for debug module driver. Changes from RFC: * According to Mike Leach suggestion, added check for EDPRSR to avoid lockup; added supporting EDVIDSR and EDCIDSR registers. * According to Mark Rutland and Mathieu Poirier suggestion, rewrote the documentation for DT binding. * According to Mark and Mathieu suggestion, refined debug driver. Leo Yan (8): coresight: bindings for CPU debug module doc: Add documentation for Coresight CPU debug coresight: refactor with function of_coresight_get_cpu coresight: use const for device_node structures coresight: add support for CPU debug module clk: hi6220: add debug APB clock arm64: dts: hi6220: register debug module arm64: dts: qcom: msm8916: Add debug unit Suzuki K Poulose (1): coresight: of_get_coresight_platform_data: Add missing of_node_put Documentation/admin-guide/kernel-parameters.txt | 21 + .../bindings/arm/coresight-cpu-debug.txt | 48 ++ arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 64 ++ arch/arm64/boot/dts/qcom/msm8916.dtsi | 32 + drivers/clk/hisilicon/clk-hi6220.c | 1 + drivers/hwtracing/coresight/Kconfig | 11 + drivers/hwtracing/coresight/Makefile | 1 + drivers/hwtracing/coresight/coresight-cpu-debug.c | 704 +++++++++++++++++++++ drivers/hwtracing/coresight/of_coresight.c | 44 +- include/dt-bindings/clock/hi6220-clock.h | 5 +- include/linux/coresight.h | 6 +- 11 files changed, 920 insertions(+), 17 deletions(-) create mode 100644 Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt create mode 100644 drivers/hwtracing/coresight/coresight-cpu-debug.c -- 2.7.4