public inbox for llvm@lists.linux.dev
 help / color / mirror / Atom feed
* [cel:svctcp-next 1/8] include/trace/events/sunrpc.h:1945:1: error: use of undeclared identifier 'XPT_XPT_PEER_VALID'; did you mean 'XPT_PEER_VALID'?
@ 2026-02-10 21:18 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2026-02-10 21:18 UTC (permalink / raw)
  To: Chuck Lever; +Cc: llvm, oe-kbuild-all

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux svctcp-next
head:   c718461befe42db474143734b2ab32df318f9fd4
commit: bf126e1cd573edafc55b7ec7d6d23f641007d71f [1/8] sunrpc: Add XPT flags missing from SVC_XPRT_FLAG_LIST
config: hexagon-allmodconfig (https://download.01.org/0day-ci/archive/20260211/202602110548.KZOeWFeZ-lkp@intel.com/config)
compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260211/202602110548.KZOeWFeZ-lkp@intel.com/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 <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202602110548.KZOeWFeZ-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from net/sunrpc/sched.c:31:
   In file included from include/trace/events/sunrpc.h:2530:
   In file included from include/trace/define_trace.h:132:
   In file included from include/trace/trace_events.h:107:
>> include/trace/events/sunrpc.h:1945:1: error: use of undeclared identifier 'XPT_XPT_PEER_VALID'; did you mean 'XPT_PEER_VALID'?
    1945 | SVC_XPRT_FLAG_LIST
         | ^
   include/trace/events/sunrpc.h:1937:2: note: expanded from macro 'SVC_XPRT_FLAG_LIST'
    1937 |         svc_xprt_flag(XPT_PEER_VALID)                                   \
         |         ^
   include/trace/events/sunrpc.h:1942:44: note: expanded from macro 'svc_xprt_flag'
    1942 | #define svc_xprt_flag(x)        TRACE_DEFINE_ENUM(XPT_##x);
         |                                                   ^
   <scratch space>:162:1: note: expanded from here
     162 | XPT_XPT_PEER_VALID
         | ^
   include/linux/sunrpc/svc_xprt.h:103:2: note: 'XPT_PEER_VALID' declared here
     103 |         XPT_PEER_VALID,         /* peer has presented a filehandle that
         |         ^
   In file included from net/sunrpc/sched.c:31:
   In file included from include/trace/events/sunrpc.h:2530:
   In file included from include/trace/define_trace.h:132:
   In file included from include/trace/trace_events.h:107:
>> include/trace/events/sunrpc.h:1945:1: error: use of undeclared identifier 'XPT_XPT_RPCB_UNREG'; did you mean 'XPT_RPCB_UNREG'?
    1945 | SVC_XPRT_FLAG_LIST
         | ^
   include/trace/events/sunrpc.h:1938:2: note: expanded from macro 'SVC_XPRT_FLAG_LIST'
    1938 |         svc_xprt_flag_end(XPT_RPCB_UNREG)
         |         ^
   include/trace/events/sunrpc.h:1943:48: note: expanded from macro 'svc_xprt_flag_end'
    1943 | #define svc_xprt_flag_end(x)    TRACE_DEFINE_ENUM(XPT_##x);
         |                                                   ^
   <scratch space>:174:1: note: expanded from here
     174 | XPT_XPT_RPCB_UNREG
         | ^
   include/linux/sunrpc/svc_xprt.h:107:2: note: 'XPT_RPCB_UNREG' declared here
     107 |         XPT_RPCB_UNREG,         /* transport that needs unregistering
         |         ^
   In file included from net/sunrpc/sched.c:31:
   In file included from include/trace/events/sunrpc.h:2530:
   In file included from include/trace/define_trace.h:132:
   In file included from include/trace/trace_events.h:256:
   include/trace/events/sunrpc.h:2029:38: error: use of undeclared identifier 'XPT_XPT_PEER_VALID'; did you mean 'XPT_PEER_VALID'?
    2029 |         TP_printk(SVC_XPRT_ENDPOINT_FORMAT, SVC_XPRT_ENDPOINT_VARARGS)
         |                                             ^
   include/trace/events/sunrpc.h:2006:3: note: expanded from macro 'SVC_XPRT_ENDPOINT_VARARGS'
    2006 |                 show_svc_xprt_flags(__entry->flags)
         |                 ^
   include/trace/events/sunrpc.h:1953:28: note: expanded from macro 'show_svc_xprt_flags'
    1953 |         __print_flags(flags, "|", SVC_XPRT_FLAG_LIST)
         |                                   ^
   include/trace/events/sunrpc.h:1937:2: note: expanded from macro 'SVC_XPRT_FLAG_LIST'
    1937 |         svc_xprt_flag(XPT_PEER_VALID)                                   \
         |         ^
   include/trace/events/sunrpc.h:1949:32: note: expanded from macro 'svc_xprt_flag'
    1949 | #define svc_xprt_flag(x)        { BIT(XPT_##x), #x },
         |                                       ^
   <scratch space>:90:1: note: expanded from here
      90 | XPT_XPT_PEER_VALID
         | ^
   include/linux/sunrpc/svc_xprt.h:103:2: note: 'XPT_PEER_VALID' declared here
     103 |         XPT_PEER_VALID,         /* peer has presented a filehandle that
         |         ^
   In file included from net/sunrpc/sched.c:31:
   In file included from include/trace/events/sunrpc.h:2530:
   In file included from include/trace/define_trace.h:132:
   In file included from include/trace/trace_events.h:256:
   include/trace/events/sunrpc.h:2029:38: error: use of undeclared identifier 'XPT_XPT_RPCB_UNREG'; did you mean 'XPT_RPCB_UNREG'?
    2029 |         TP_printk(SVC_XPRT_ENDPOINT_FORMAT, SVC_XPRT_ENDPOINT_VARARGS)
         |                                             ^
   include/trace/events/sunrpc.h:2006:3: note: expanded from macro 'SVC_XPRT_ENDPOINT_VARARGS'
    2006 |                 show_svc_xprt_flags(__entry->flags)
         |                 ^
   include/trace/events/sunrpc.h:1953:28: note: expanded from macro 'show_svc_xprt_flags'
    1953 |         __print_flags(flags, "|", SVC_XPRT_FLAG_LIST)
         |                                   ^
   include/trace/events/sunrpc.h:1938:2: note: expanded from macro 'SVC_XPRT_FLAG_LIST'
    1938 |         svc_xprt_flag_end(XPT_RPCB_UNREG)
         |         ^
   include/trace/events/sunrpc.h:1950:36: note: expanded from macro 'svc_xprt_flag_end'
    1950 | #define svc_xprt_flag_end(x)    { BIT(XPT_##x), #x }
         |                                       ^
   <scratch space>:93:1: note: expanded from here
      93 | XPT_XPT_RPCB_UNREG
         | ^
   include/linux/sunrpc/svc_xprt.h:107:2: note: 'XPT_RPCB_UNREG' declared here
     107 |         XPT_RPCB_UNREG,         /* transport that needs unregistering
         |         ^
   In file included from net/sunrpc/sched.c:31:
   In file included from include/trace/events/sunrpc.h:2530:
   In file included from include/trace/define_trace.h:132:
   In file included from include/trace/trace_events.h:256:
   include/trace/events/sunrpc.h:2054:3: error: use of undeclared identifier 'XPT_XPT_PEER_VALID'; did you mean 'XPT_PEER_VALID'?
    2054 |                 SVC_XPRT_ENDPOINT_VARARGS, __entry->wakeup, __entry->qtime)
         |                 ^
   include/trace/events/sunrpc.h:2006:3: note: expanded from macro 'SVC_XPRT_ENDPOINT_VARARGS'
    2006 |                 show_svc_xprt_flags(__entry->flags)
         |                 ^
   include/trace/events/sunrpc.h:1953:28: note: expanded from macro 'show_svc_xprt_flags'
    1953 |         __print_flags(flags, "|", SVC_XPRT_FLAG_LIST)
         |                                   ^
   include/trace/events/sunrpc.h:1937:2: note: expanded from macro 'SVC_XPRT_FLAG_LIST'
    1937 |         svc_xprt_flag(XPT_PEER_VALID)                                   \
         |         ^
   include/trace/events/sunrpc.h:1949:32: note: expanded from macro 'svc_xprt_flag'
    1949 | #define svc_xprt_flag(x)        { BIT(XPT_##x), #x },
         |                                       ^
   <scratch space>:155:1: note: expanded from here
     155 | XPT_XPT_PEER_VALID
         | ^
   include/linux/sunrpc/svc_xprt.h:103:2: note: 'XPT_PEER_VALID' declared here
     103 |         XPT_PEER_VALID,         /* peer has presented a filehandle that
         |         ^
   In file included from net/sunrpc/sched.c:31:
   In file included from include/trace/events/sunrpc.h:2530:
   In file included from include/trace/define_trace.h:132:
   In file included from include/trace/trace_events.h:256:
   include/trace/events/sunrpc.h:2054:3: error: use of undeclared identifier 'XPT_XPT_RPCB_UNREG'; did you mean 'XPT_RPCB_UNREG'?
    2054 |                 SVC_XPRT_ENDPOINT_VARARGS, __entry->wakeup, __entry->qtime)
         |                 ^
   include/trace/events/sunrpc.h:2006:3: note: expanded from macro 'SVC_XPRT_ENDPOINT_VARARGS'
    2006 |                 show_svc_xprt_flags(__entry->flags)
         |                 ^
   include/trace/events/sunrpc.h:1953:28: note: expanded from macro 'show_svc_xprt_flags'
--
   In file included from sched.c:31:
   In file included from include/trace/events/sunrpc.h:2530:
   In file included from include/trace/define_trace.h:132:
   In file included from include/trace/trace_events.h:107:
>> include/trace/events/sunrpc.h:1945:1: error: use of undeclared identifier 'XPT_XPT_PEER_VALID'; did you mean 'XPT_PEER_VALID'?
    1945 | SVC_XPRT_FLAG_LIST
         | ^
   include/trace/events/sunrpc.h:1937:2: note: expanded from macro 'SVC_XPRT_FLAG_LIST'
    1937 |         svc_xprt_flag(XPT_PEER_VALID)                                   \
         |         ^
   include/trace/events/sunrpc.h:1942:44: note: expanded from macro 'svc_xprt_flag'
    1942 | #define svc_xprt_flag(x)        TRACE_DEFINE_ENUM(XPT_##x);
         |                                                   ^
   <scratch space>:186:1: note: expanded from here
     186 | XPT_XPT_PEER_VALID
         | ^
   include/linux/sunrpc/svc_xprt.h:103:2: note: 'XPT_PEER_VALID' declared here
     103 |         XPT_PEER_VALID,         /* peer has presented a filehandle that
         |         ^
   In file included from sched.c:31:
   In file included from include/trace/events/sunrpc.h:2530:
   In file included from include/trace/define_trace.h:132:
   In file included from include/trace/trace_events.h:107:
>> include/trace/events/sunrpc.h:1945:1: error: use of undeclared identifier 'XPT_XPT_RPCB_UNREG'; did you mean 'XPT_RPCB_UNREG'?
    1945 | SVC_XPRT_FLAG_LIST
         | ^
   include/trace/events/sunrpc.h:1938:2: note: expanded from macro 'SVC_XPRT_FLAG_LIST'
    1938 |         svc_xprt_flag_end(XPT_RPCB_UNREG)
         |         ^
   include/trace/events/sunrpc.h:1943:48: note: expanded from macro 'svc_xprt_flag_end'
    1943 | #define svc_xprt_flag_end(x)    TRACE_DEFINE_ENUM(XPT_##x);
         |                                                   ^
   <scratch space>:198:1: note: expanded from here
     198 | XPT_XPT_RPCB_UNREG
         | ^
   include/linux/sunrpc/svc_xprt.h:107:2: note: 'XPT_RPCB_UNREG' declared here
     107 |         XPT_RPCB_UNREG,         /* transport that needs unregistering
         |         ^
   In file included from sched.c:31:
   In file included from include/trace/events/sunrpc.h:2530:
   In file included from include/trace/define_trace.h:132:
   In file included from include/trace/trace_events.h:256:
   include/trace/events/sunrpc.h:2029:38: error: use of undeclared identifier 'XPT_XPT_PEER_VALID'; did you mean 'XPT_PEER_VALID'?
    2029 |         TP_printk(SVC_XPRT_ENDPOINT_FORMAT, SVC_XPRT_ENDPOINT_VARARGS)
         |                                             ^
   include/trace/events/sunrpc.h:2006:3: note: expanded from macro 'SVC_XPRT_ENDPOINT_VARARGS'
    2006 |                 show_svc_xprt_flags(__entry->flags)
         |                 ^
   include/trace/events/sunrpc.h:1953:28: note: expanded from macro 'show_svc_xprt_flags'
    1953 |         __print_flags(flags, "|", SVC_XPRT_FLAG_LIST)
         |                                   ^
   include/trace/events/sunrpc.h:1937:2: note: expanded from macro 'SVC_XPRT_FLAG_LIST'
    1937 |         svc_xprt_flag(XPT_PEER_VALID)                                   \
         |         ^
   include/trace/events/sunrpc.h:1949:32: note: expanded from macro 'svc_xprt_flag'
    1949 | #define svc_xprt_flag(x)        { BIT(XPT_##x), #x },
         |                                       ^
   <scratch space>:108:1: note: expanded from here
     108 | XPT_XPT_PEER_VALID
         | ^
   include/linux/sunrpc/svc_xprt.h:103:2: note: 'XPT_PEER_VALID' declared here
     103 |         XPT_PEER_VALID,         /* peer has presented a filehandle that
         |         ^
   In file included from sched.c:31:
   In file included from include/trace/events/sunrpc.h:2530:
   In file included from include/trace/define_trace.h:132:
   In file included from include/trace/trace_events.h:256:
   include/trace/events/sunrpc.h:2029:38: error: use of undeclared identifier 'XPT_XPT_RPCB_UNREG'; did you mean 'XPT_RPCB_UNREG'?
    2029 |         TP_printk(SVC_XPRT_ENDPOINT_FORMAT, SVC_XPRT_ENDPOINT_VARARGS)
         |                                             ^
   include/trace/events/sunrpc.h:2006:3: note: expanded from macro 'SVC_XPRT_ENDPOINT_VARARGS'
    2006 |                 show_svc_xprt_flags(__entry->flags)
         |                 ^
   include/trace/events/sunrpc.h:1953:28: note: expanded from macro 'show_svc_xprt_flags'
    1953 |         __print_flags(flags, "|", SVC_XPRT_FLAG_LIST)
         |                                   ^
   include/trace/events/sunrpc.h:1938:2: note: expanded from macro 'SVC_XPRT_FLAG_LIST'
    1938 |         svc_xprt_flag_end(XPT_RPCB_UNREG)
         |         ^
   include/trace/events/sunrpc.h:1950:36: note: expanded from macro 'svc_xprt_flag_end'
    1950 | #define svc_xprt_flag_end(x)    { BIT(XPT_##x), #x }
         |                                       ^
   <scratch space>:111:1: note: expanded from here
     111 | XPT_XPT_RPCB_UNREG
         | ^
   include/linux/sunrpc/svc_xprt.h:107:2: note: 'XPT_RPCB_UNREG' declared here
     107 |         XPT_RPCB_UNREG,         /* transport that needs unregistering
         |         ^
   In file included from sched.c:31:
   In file included from include/trace/events/sunrpc.h:2530:
   In file included from include/trace/define_trace.h:132:
   In file included from include/trace/trace_events.h:256:
   include/trace/events/sunrpc.h:2054:3: error: use of undeclared identifier 'XPT_XPT_PEER_VALID'; did you mean 'XPT_PEER_VALID'?
    2054 |                 SVC_XPRT_ENDPOINT_VARARGS, __entry->wakeup, __entry->qtime)
         |                 ^
   include/trace/events/sunrpc.h:2006:3: note: expanded from macro 'SVC_XPRT_ENDPOINT_VARARGS'
    2006 |                 show_svc_xprt_flags(__entry->flags)
         |                 ^
   include/trace/events/sunrpc.h:1953:28: note: expanded from macro 'show_svc_xprt_flags'
    1953 |         __print_flags(flags, "|", SVC_XPRT_FLAG_LIST)
         |                                   ^
   include/trace/events/sunrpc.h:1937:2: note: expanded from macro 'SVC_XPRT_FLAG_LIST'
    1937 |         svc_xprt_flag(XPT_PEER_VALID)                                   \
         |         ^
   include/trace/events/sunrpc.h:1949:32: note: expanded from macro 'svc_xprt_flag'
    1949 | #define svc_xprt_flag(x)        { BIT(XPT_##x), #x },
         |                                       ^
   <scratch space>:173:1: note: expanded from here
     173 | XPT_XPT_PEER_VALID
         | ^
   include/linux/sunrpc/svc_xprt.h:103:2: note: 'XPT_PEER_VALID' declared here
     103 |         XPT_PEER_VALID,         /* peer has presented a filehandle that
         |         ^
   In file included from sched.c:31:
   In file included from include/trace/events/sunrpc.h:2530:
   In file included from include/trace/define_trace.h:132:
   In file included from include/trace/trace_events.h:256:
   include/trace/events/sunrpc.h:2054:3: error: use of undeclared identifier 'XPT_XPT_RPCB_UNREG'; did you mean 'XPT_RPCB_UNREG'?
    2054 |                 SVC_XPRT_ENDPOINT_VARARGS, __entry->wakeup, __entry->qtime)
         |                 ^
   include/trace/events/sunrpc.h:2006:3: note: expanded from macro 'SVC_XPRT_ENDPOINT_VARARGS'
    2006 |                 show_svc_xprt_flags(__entry->flags)
         |                 ^
   include/trace/events/sunrpc.h:1953:28: note: expanded from macro 'show_svc_xprt_flags'


vim +1945 include/trace/events/sunrpc.h

d75e490f35601aa Chuck Lever 2023-07-29  1944  
d75e490f35601aa Chuck Lever 2023-07-29 @1945  SVC_XPRT_FLAG_LIST
d75e490f35601aa Chuck Lever 2023-07-29  1946  

:::::: The code at line 1945 was first introduced by commit
:::::: d75e490f35601aae12c7284d3c22684c65fb8354 SUNRPC: change svc_xprt::xpt_flags bits to enum

:::::: TO: Chuck Lever <chuck.lever@oracle.com>
:::::: CC: Chuck Lever <chuck.lever@oracle.com>

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [cel:svctcp-next 1/8] include/trace/events/sunrpc.h:1945:1: error: use of undeclared identifier 'XPT_XPT_PEER_VALID'; did you mean 'XPT_PEER_VALID'?
@ 2026-02-10 21:48 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2026-02-10 21:48 UTC (permalink / raw)
  To: Chuck Lever; +Cc: llvm, oe-kbuild-all

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux svctcp-next
head:   c718461befe42db474143734b2ab32df318f9fd4
commit: bf126e1cd573edafc55b7ec7d6d23f641007d71f [1/8] sunrpc: Add XPT flags missing from SVC_XPRT_FLAG_LIST
config: x86_64-kexec (https://download.01.org/0day-ci/archive/20260210/202602102246.StBm8t5U-lkp@intel.com/config)
compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260210/202602102246.StBm8t5U-lkp@intel.com/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 <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202602102246.StBm8t5U-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from net/sunrpc/sched.c:31:
   In file included from include/trace/events/sunrpc.h:2530:
   In file included from include/trace/define_trace.h:132:
   In file included from include/trace/trace_events.h:107:
>> include/trace/events/sunrpc.h:1945:1: error: use of undeclared identifier 'XPT_XPT_PEER_VALID'; did you mean 'XPT_PEER_VALID'?
    1945 | SVC_XPRT_FLAG_LIST
         | ^
   include/trace/events/sunrpc.h:1937:2: note: expanded from macro 'SVC_XPRT_FLAG_LIST'
    1937 |         svc_xprt_flag(XPT_PEER_VALID)                                   \
         |         ^
   include/trace/events/sunrpc.h:1942:44: note: expanded from macro 'svc_xprt_flag'
    1942 | #define svc_xprt_flag(x)        TRACE_DEFINE_ENUM(XPT_##x);
         |                                                   ^
   <scratch space>:70:1: note: expanded from here
      70 | XPT_XPT_PEER_VALID
         | ^
   include/linux/sunrpc/svc_xprt.h:103:2: note: 'XPT_PEER_VALID' declared here
     103 |         XPT_PEER_VALID,         /* peer has presented a filehandle that
         |         ^
   In file included from net/sunrpc/sched.c:31:
   In file included from include/trace/events/sunrpc.h:2530:
   In file included from include/trace/define_trace.h:132:
   In file included from include/trace/trace_events.h:107:
>> include/trace/events/sunrpc.h:1945:1: error: use of undeclared identifier 'XPT_XPT_RPCB_UNREG'; did you mean 'XPT_RPCB_UNREG'?
    1945 | SVC_XPRT_FLAG_LIST
         | ^
   include/trace/events/sunrpc.h:1938:2: note: expanded from macro 'SVC_XPRT_FLAG_LIST'
    1938 |         svc_xprt_flag_end(XPT_RPCB_UNREG)
         |         ^
   include/trace/events/sunrpc.h:1943:48: note: expanded from macro 'svc_xprt_flag_end'
    1943 | #define svc_xprt_flag_end(x)    TRACE_DEFINE_ENUM(XPT_##x);
         |                                                   ^
   <scratch space>:82:1: note: expanded from here
      82 | XPT_XPT_RPCB_UNREG
         | ^
   include/linux/sunrpc/svc_xprt.h:107:2: note: 'XPT_RPCB_UNREG' declared here
     107 |         XPT_RPCB_UNREG,         /* transport that needs unregistering
         |         ^
   In file included from net/sunrpc/sched.c:31:
   In file included from include/trace/events/sunrpc.h:2530:
   In file included from include/trace/define_trace.h:132:
   In file included from include/trace/trace_events.h:256:
   include/trace/events/sunrpc.h:2029:38: error: use of undeclared identifier 'XPT_XPT_PEER_VALID'; did you mean 'XPT_PEER_VALID'?
    2029 |         TP_printk(SVC_XPRT_ENDPOINT_FORMAT, SVC_XPRT_ENDPOINT_VARARGS)
         |                                             ^
   include/trace/events/sunrpc.h:2006:3: note: expanded from macro 'SVC_XPRT_ENDPOINT_VARARGS'
    2006 |                 show_svc_xprt_flags(__entry->flags)
         |                 ^
   include/trace/events/sunrpc.h:1953:28: note: expanded from macro 'show_svc_xprt_flags'
    1953 |         __print_flags(flags, "|", SVC_XPRT_FLAG_LIST)
         |                                   ^
   include/trace/events/sunrpc.h:1937:2: note: expanded from macro 'SVC_XPRT_FLAG_LIST'
    1937 |         svc_xprt_flag(XPT_PEER_VALID)                                   \
         |         ^
   include/trace/events/sunrpc.h:1949:32: note: expanded from macro 'svc_xprt_flag'
    1949 | #define svc_xprt_flag(x)        { BIT(XPT_##x), #x },
         |                                       ^
   <scratch space>:207:1: note: expanded from here
     207 | XPT_XPT_PEER_VALID
         | ^
   include/linux/sunrpc/svc_xprt.h:103:2: note: 'XPT_PEER_VALID' declared here
     103 |         XPT_PEER_VALID,         /* peer has presented a filehandle that
         |         ^
   In file included from net/sunrpc/sched.c:31:
   In file included from include/trace/events/sunrpc.h:2530:
   In file included from include/trace/define_trace.h:132:
   In file included from include/trace/trace_events.h:256:
   include/trace/events/sunrpc.h:2029:38: error: use of undeclared identifier 'XPT_XPT_RPCB_UNREG'; did you mean 'XPT_RPCB_UNREG'?
    2029 |         TP_printk(SVC_XPRT_ENDPOINT_FORMAT, SVC_XPRT_ENDPOINT_VARARGS)
         |                                             ^
   include/trace/events/sunrpc.h:2006:3: note: expanded from macro 'SVC_XPRT_ENDPOINT_VARARGS'
    2006 |                 show_svc_xprt_flags(__entry->flags)
         |                 ^
   include/trace/events/sunrpc.h:1953:28: note: expanded from macro 'show_svc_xprt_flags'
    1953 |         __print_flags(flags, "|", SVC_XPRT_FLAG_LIST)
         |                                   ^
   include/trace/events/sunrpc.h:1938:2: note: expanded from macro 'SVC_XPRT_FLAG_LIST'
    1938 |         svc_xprt_flag_end(XPT_RPCB_UNREG)
         |         ^
   include/trace/events/sunrpc.h:1950:36: note: expanded from macro 'svc_xprt_flag_end'
    1950 | #define svc_xprt_flag_end(x)    { BIT(XPT_##x), #x }
         |                                       ^
   <scratch space>:210:1: note: expanded from here
     210 | XPT_XPT_RPCB_UNREG
         | ^
   include/linux/sunrpc/svc_xprt.h:107:2: note: 'XPT_RPCB_UNREG' declared here
     107 |         XPT_RPCB_UNREG,         /* transport that needs unregistering
         |         ^
   In file included from net/sunrpc/sched.c:31:
   In file included from include/trace/events/sunrpc.h:2530:
   In file included from include/trace/define_trace.h:132:
   In file included from include/trace/trace_events.h:256:
   include/trace/events/sunrpc.h:2054:3: error: use of undeclared identifier 'XPT_XPT_PEER_VALID'; did you mean 'XPT_PEER_VALID'?
    2054 |                 SVC_XPRT_ENDPOINT_VARARGS, __entry->wakeup, __entry->qtime)
         |                 ^
   include/trace/events/sunrpc.h:2006:3: note: expanded from macro 'SVC_XPRT_ENDPOINT_VARARGS'
    2006 |                 show_svc_xprt_flags(__entry->flags)
         |                 ^
   include/trace/events/sunrpc.h:1953:28: note: expanded from macro 'show_svc_xprt_flags'
    1953 |         __print_flags(flags, "|", SVC_XPRT_FLAG_LIST)
         |                                   ^
   include/trace/events/sunrpc.h:1937:2: note: expanded from macro 'SVC_XPRT_FLAG_LIST'
    1937 |         svc_xprt_flag(XPT_PEER_VALID)                                   \
         |         ^
   include/trace/events/sunrpc.h:1949:32: note: expanded from macro 'svc_xprt_flag'
    1949 | #define svc_xprt_flag(x)        { BIT(XPT_##x), #x },
         |                                       ^
   <scratch space>:32:1: note: expanded from here
      32 | XPT_XPT_PEER_VALID
         | ^
   include/linux/sunrpc/svc_xprt.h:103:2: note: 'XPT_PEER_VALID' declared here
     103 |         XPT_PEER_VALID,         /* peer has presented a filehandle that
         |         ^
   In file included from net/sunrpc/sched.c:31:
   In file included from include/trace/events/sunrpc.h:2530:
   In file included from include/trace/define_trace.h:132:
   In file included from include/trace/trace_events.h:256:
   include/trace/events/sunrpc.h:2054:3: error: use of undeclared identifier 'XPT_XPT_RPCB_UNREG'; did you mean 'XPT_RPCB_UNREG'?
    2054 |                 SVC_XPRT_ENDPOINT_VARARGS, __entry->wakeup, __entry->qtime)
         |                 ^
   include/trace/events/sunrpc.h:2006:3: note: expanded from macro 'SVC_XPRT_ENDPOINT_VARARGS'
    2006 |                 show_svc_xprt_flags(__entry->flags)
         |                 ^
   include/trace/events/sunrpc.h:1953:28: note: expanded from macro 'show_svc_xprt_flags'


vim +1945 include/trace/events/sunrpc.h

d75e490f35601a Chuck Lever 2023-07-29  1944  
d75e490f35601a Chuck Lever 2023-07-29 @1945  SVC_XPRT_FLAG_LIST
d75e490f35601a Chuck Lever 2023-07-29  1946  

:::::: The code at line 1945 was first introduced by commit
:::::: d75e490f35601aae12c7284d3c22684c65fb8354 SUNRPC: change svc_xprt::xpt_flags bits to enum

:::::: TO: Chuck Lever <chuck.lever@oracle.com>
:::::: CC: Chuck Lever <chuck.lever@oracle.com>

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-02-10 21:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-10 21:48 [cel:svctcp-next 1/8] include/trace/events/sunrpc.h:1945:1: error: use of undeclared identifier 'XPT_XPT_PEER_VALID'; did you mean 'XPT_PEER_VALID'? kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2026-02-10 21:18 kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox