[linux] 04/06: [rt] tracing: Enable HWLAT_TRACER

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Tue May 2 03:53:23 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch sid
in repository linux.

commit 52e8d9f36fbe727523eef4950f0fa3afb25787cd
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Tue May 2 04:48:15 2017 +0100

    [rt] tracing: Enable HWLAT_TRACER
    
    This is in mainline but not that useful without PREEMPT_RT.
    HWLAT_DETECTOR no longer exists but I didn't notice because
    kconfigeditor2 only looks at the mainline Kconfig files.
---
 debian/changelog                   | 1 +
 debian/config/featureset-rt/config | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9ec5ad8..496dd67 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -383,6 +383,7 @@ linux (4.9.25-1) UNRELEASED; urgency=medium
   * [x86] platform: Enable INTEL_HID_EVENT as module
   * [x86] hwtracing: Enable INTEL_TH, INTEL_TH_PCI, INTEL_TH_GTH, INTEL_TH_MSU,
     INTEL_TH_PTI as modules
+  * [rt] tracing: Enable HWLAT_TRACER
 
   [ Salvatore Bonaccorso ]
   * ping: implement proper locking (CVE-2017-2671)
diff --git a/debian/config/featureset-rt/config b/debian/config/featureset-rt/config
index 97a15a7..263da48 100644
--- a/debian/config/featureset-rt/config
+++ b/debian/config/featureset-rt/config
@@ -6,4 +6,4 @@ CONFIG_WAKEUP_LATENCY_HIST=y
 CONFIG_RCU_EXPERT=y
 #. Certificate paths are resolved relative to debian/build/source_rt
 CONFIG_SYSTEM_TRUSTED_KEYS="../../certs/benh at debian.org.cert.pem"
-CONFIG_HWLAT_DETECTOR=m
+CONFIG_HWLAT_TRACER=y

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list