public inbox for llvm@lists.linux.dev
 help / color / mirror / Atom feed
* [cel:kdevops 58/58] net/sunrpc/clnt.c:2341:9: error: no member named 'tk_pid' in 'struct rpc_task'
@ 2024-01-03 12:40 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-01-03 12:40 UTC (permalink / raw)
  To: Chuck Lever; +Cc: llvm, oe-kbuild-all

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux kdevops
head:   8bcbb6048716f07d335466d70ae8659d998d43c7
commit: 8bcbb6048716f07d335466d70ae8659d998d43c7 [58/58] Debugging
config: riscv-rv32_defconfig (https://download.01.org/0day-ci/archive/20240103/202401032013.Qirj77i8-lkp@intel.com/config)
compiler: clang version 18.0.0git (https://github.com/llvm/llvm-project baf8a39aaf8b61a38b5b2b5591deb765e42eb00b)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240103/202401032013.Qirj77i8-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/202401032013.Qirj77i8-lkp@intel.com/

All errors (new ones prefixed by >>):

>> net/sunrpc/clnt.c:2341:9: error: no member named 'tk_pid' in 'struct rpc_task'
    2341 |                 task->tk_pid,
         |                 ~~~~  ^
   net/sunrpc/clnt.c:2357:9: error: no member named 'tk_pid' in 'struct rpc_task'
    2357 |                 task->tk_pid,
         |                 ~~~~  ^
   net/sunrpc/clnt.c:2380:9: error: no member named 'tk_pid' in 'struct rpc_task'
    2380 |                 task->tk_pid,
         |                 ~~~~  ^
   3 errors generated.


vim +2341 net/sunrpc/clnt.c

  2336	
  2337	static void
  2338	call_bc_encode(struct rpc_task *task)
  2339	{
  2340		trace_printk("%08x@%08x tk_status=%d",
> 2341			task->tk_pid,
  2342			task->tk_client ? task->tk_client->cl_clid : -1,
  2343			task->tk_status);
  2344	
  2345		xprt_request_enqueue_transmit(task);
  2346		task->tk_action = call_bc_transmit;
  2347	}
  2348	

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-03 12:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-03 12:40 [cel:kdevops 58/58] net/sunrpc/clnt.c:2341:9: error: no member named 'tk_pid' in 'struct rpc_task' 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