Hello, Just one commit from Steven to take out spin lock from trace event handlers. Thanks. The following changes since commit 1e09177acae32a61586af26d83ca5ef591cdcaf5: Merge tag 'mips_fixes_4.18_3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux (2018-07-10 16:18:09 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-4.19 for you to fetch changes up to e4f8d81c738db6d3ffdabfb8329aa2feaa310699: cgroup/tracing: Move taking of spin lock out of trace event handlers (2018-07-11 10:48:47 -0700) ---------------------------------------------------------------- Steven Rostedt (VMware) (1): cgroup/tracing: Move taking of spin lock out of trace event handlers include/trace/events/cgroup.h | 47 ++++++++++++++++++++--------------------- kernel/cgroup/cgroup-internal.h | 26 +++++++++++++++++++++++ kernel/cgroup/cgroup-v1.c | 4 ++-- kernel/cgroup/cgroup.c | 12 ++++++----- 4 files changed, 58 insertions(+), 31 deletions(-) -- tejun