[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.
This commit is contained in:
Ben Hutchings 2017-05-02 04:48:15 +01:00
parent a315c25499
commit 52e8d9f36f
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -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)

View File

@ -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@debian.org.cert.pem"
CONFIG_HWLAT_DETECTOR=m
CONFIG_HWLAT_TRACER=y