Hi Greg, There are the updates for the Intel TH driver that I have for the next cycle. These are multi-window mode buffer management changes, mainly to add support for software trace sinks.
One patch at the top is a dependency, from a pull request I sent last week with fixes for v5.2 [1]. Individual patches are in follow-up emails, a signed tag is also pushed out and available at the URL below. Please consider pulling or applying. Thanks! [1] https://marc.info/?l=linux-kernel&m=156113401304637 The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9: Linux 5.2-rc1 (2019-05-19 15:47:09 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git tags/intel_th-for-greg-20190627 for you to fetch changes up to 4fe4659624b7cf6fa7c2197eb5588f1be1123e17: intel_th: msu: Preserve pre-existing buffer configuration (2019-06-27 15:21:25 +0300) ---------------------------------------------------------------- intel_th: Updates for v5.3 These are: * Support for software trace sinks / buffer drivers * Various reworks in buffer management code ---------------------------------------------------------------- Alexander Shishkin (8): intel_th: msu: Support multipage blocks intel_th: msu: Split sgt array and pointer in multiwindow mode intel_th: msu: Start read iterator from a non-empty window intel_th: msu: Introduce buffer driver interface intel_th: msu: Prevent freeing buffers while locked windows exist intel_th: msu: Get rid of the window size limit intel_th: msu-sink: An example msu buffer driver intel_th: msu: Preserve pre-existing buffer configuration Shaokun Zhang (1): intel_th: msu: Fix unused variable warning on arm64 platform .../ABI/testing/sysfs-bus-intel_th-devices-msc | 3 +- MAINTAINERS | 1 + drivers/hwtracing/intel_th/Makefile | 3 + drivers/hwtracing/intel_th/msu-sink.c | 127 +++++ drivers/hwtracing/intel_th/msu.c | 609 +++++++++++++++++---- drivers/hwtracing/intel_th/msu.h | 23 +- include/linux/intel_th.h | 67 +++ 7 files changed, 710 insertions(+), 123 deletions(-) create mode 100644 drivers/hwtracing/intel_th/msu-sink.c create mode 100644 include/linux/intel_th.h -- 2.20.1

