This is the second wave of a patchset that address miscellaneous bugs encountered while implementing address filtering on CoreSight.
The set has been tested, and applies cleanly, on 4.7-rc7. Thanks, Mathieu Changes since V1: . Simplified filename handling in function perf_event_parse_addr_filter(). . Moved check to see if mapped event was for executable code to function perf_addr_filters_adjust(). . Got rid of function perf_addr_filter_needs_mmap(). Mathieu Poirier (3): perf/core: Fixing filename for start/stop filters perf/core: Update filter only on executable mmap perf/core: Enabling mapping of the stop filters kernel/events/core.c | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) -- 2.7.4

