public inbox for llvm@lists.linux.dev
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Chuck Lever <chuck.lever@oracle.com>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev
Subject: [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'?
Date: Tue, 10 Feb 2026 22:48:16 +0100	[thread overview]
Message-ID: <202602102246.StBm8t5U-lkp@intel.com> (raw)

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

             reply	other threads:[~2026-02-10 21:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-10 21:48 kernel test robot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-02-10 21:18 [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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202602102246.StBm8t5U-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=chuck.lever@oracle.com \
    --cc=llvm@lists.linux.dev \
    --cc=oe-kbuild-all@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox