Hi Steven, kernel test robot noticed the following build errors:
[auto build test ERROR on trace/for-next] [also build test ERROR on linus/master v6.19-rc8 next-20260205] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Steven-Rostedt/tracing-Clean-up-use-of-trace_create_maxlat_file/20260208-081407 base: https://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace for-next patch link: https://lore.kernel.org/r/20260207191101.0e014abd%40robin patch subject: [PATCH] tracing: Clean up use of trace_create_maxlat_file() config: arm-randconfig-r071-20260208 (https://download.01.org/0day-ci/archive/20260208/[email protected]/config) compiler: arm-linux-gnueabi-gcc (GCC) 11.5.0 smatch version: v0.5.0-8994-gd50c5a4c reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260208/[email protected]/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <[email protected]> | Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ All errors (new ones prefixed by >>): kernel/trace/trace.c: In function 'trace_create_maxlat_file': >> kernel/trace/trace.c:1967:13: error: 'struct trace_array' has no member >> named 'd_max_latency'; did you mean 'max_latency'? 1967 | tr->d_max_latency = trace_create_file("tracing_max_latency", | ^~~~~~~~~~~~~ | max_latency vim +1967 kernel/trace/trace.c 1959 1960 static void trace_create_maxlat_file(struct trace_array *tr, 1961 struct dentry *d_tracer) 1962 { 1963 #ifdef LATENCY_FS_NOTIFY 1964 INIT_WORK(&tr->fsnotify_work, latency_fsnotify_workfn); 1965 init_irq_work(&tr->fsnotify_irqwork, latency_fsnotify_workfn_irq); 1966 #endif > 1967 tr->d_max_latency = trace_create_file("tracing_max_latency", 1968 TRACE_MODE_WRITE, 1969 d_tracer, tr, 1970 &tracing_max_lat_fops); 1971 } 1972 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki
