[<prev] [next>] [day] [month] [year] [list]
Message-ID: <202512111156.M7LoiNpq-lkp@intel.com>
Date: Thu, 11 Dec 2025 11:07:12 +0800
From: kernel test robot <lkp@...el.com>
To: Dai Ngo <dai.ngo@...cle.com>
Cc: oe-kbuild-all@...ts.linux.dev, linux-kernel@...r.kernel.org,
Anna Schumaker <anna.schumaker@...cle.com>
Subject: net/sunrpc/debugfs.c:78:21: sparse: sparse: cast removes address
space '__rcu' of expression
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 8c8081cc599fcafa25371d50959c17e154f9fd08
commit: bb504321b96550f9a351920e169de141a3f4c6a1 SUNRPC: display total RPC tasks for RPC client
date: 11 months ago
config: i386-randconfig-r112-20251211 (https://download.01.org/0day-ci/archive/20251211/202512111156.M7LoiNpq-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251211/202512111156.M7LoiNpq-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@...el.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202512111156.M7LoiNpq-lkp@intel.com/
sparse warnings: (new ones prefixed by >>)
>> net/sunrpc/debugfs.c:78:21: sparse: sparse: cast removes address space '__rcu' of expression
vim +/__rcu +78 net/sunrpc/debugfs.c
70
71 static void
72 tasks_stop(struct seq_file *f, void *v)
73 __releases(&clnt->cl_lock)
74 {
75 struct rpc_clnt *clnt = f->private;
76 spin_unlock(&clnt->cl_lock);
77 seq_printf(f, "clnt[%pISpc] RPC tasks[%d]\n",
> 78 (struct sockaddr *)&clnt->cl_xprt->addr,
79 atomic_read(&clnt->cl_task_count));
80 }
81
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
Powered by blists - more mailing lists