Hi Greg, Here is what I collected for inclusion in the 5.1 cycle, please have a look when you have a minute.
Applies cleanly on the char-misc-next branch (9f23379c67fa). Thanks, Mathieu Leo Yan (1): coresight: cpu-debug: Support for CA73 CPUs Mathieu Poirier (3): perf/aux: Make perf_event accessible to setup_aux() coresight: perf: Add "sinks" group to PMU directory coresight: Use event attributes for sink selection Rob Herring (1): coresight: Use of_node_name_eq for node name comparisons YueHaibing (1): coresight: stm: Remove set but not used variable 'res_size' arch/s390/kernel/perf_cpum_sf.c | 6 +- arch/x86/events/intel/bts.c | 4 +- arch/x86/events/intel/pt.c | 5 +- .../hwtracing/coresight/coresight-cpu-debug.c | 4 + .../hwtracing/coresight/coresight-etm-perf.c | 112 +++++++++++++++--- .../hwtracing/coresight/coresight-etm-perf.h | 6 +- drivers/hwtracing/coresight/coresight-priv.h | 1 + drivers/hwtracing/coresight/coresight-stm.c | 12 +- drivers/hwtracing/coresight/coresight.c | 60 ++++++++++ drivers/hwtracing/coresight/of_coresight.c | 4 +- drivers/perf/arm_spe_pmu.c | 6 +- include/linux/coresight.h | 7 +- include/linux/perf_event.h | 2 +- kernel/events/ring_buffer.c | 2 +- 14 files changed, 192 insertions(+), 39 deletions(-) -- 2.17.1