On Wed, Dec 18, 2019 at 12:22:19AM +0000, Jason Gunthorpe wrote: > On Mon, Dec 16, 2019 at 10:53:43AM -0500, Chuck Lever wrote: > > Hey y'all- > > > > Refresh of the RDMA/core trace point patches. Anything else needed > > before these are acceptable? > > Can Leon compile and run it yet? Nope, it is enough to apply first patch to see compilation error. _ kernel git:(rdma-next) _ git am --continue Applying: RDMA/cma: Add trace points in RDMA Connection Manager _ kernel git:(rdma-next) mkt build Start kernel compilation in silent mode In file included from drivers/infiniband/core/cma_trace.h:391, from drivers/infiniband/core/cma_trace.c:16: ./include/trace/define_trace.h:95:42: fatal error: ./cma_trace.h: No such file or directory 95 | #include TRACE_INCLUDE(TRACE_INCLUDE_FILE) | ^ compilation terminated. make[3]: *** [scripts/Makefile.build:266: drivers/infiniband/core/cma_trace.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [scripts/Makefile.build:503: drivers/infiniband/core] Error 2 make[1]: *** [scripts/Makefile.build:503: drivers/infiniband] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1692: drivers] Error 2 > > Jason