From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Cc: lkp@intel.com, Julia Lawall <julia.lawall@inria.fr>
Subject: fs/bcachefs/rcu_pending.c:167:8-10: ERROR: reference preceded by free on line 167
Date: Fri, 6 Dec 2024 12:44:38 +0800 [thread overview]
Message-ID: <202412061222.HJOIs6vm-lkp@intel.com> (raw)
BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
CC: linux-kernel@vger.kernel.org
TO: Kent Overstreet <kent.overstreet@linux.dev>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: b8f52214c61a5b99a54168145378e91b40d10c90
commit: d2ed0f206a9d8b3add18879f39dd128ff55e4d77 bcachefs: rcu_pending now works in userspace
date: 3 months ago
:::::: branch date: 5 hours ago
:::::: commit date: 3 months ago
config: arm64-randconfig-r062-20241206 (https://download.01.org/0day-ci/archive/20241206/202412061222.HJOIs6vm-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 14.2.0
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>
| Reported-by: Julia Lawall <julia.lawall@inria.fr>
| Closes: https://lore.kernel.org/r/202412061222.HJOIs6vm-lkp@intel.com/
cocci warnings: (new ones prefixed by >>)
>> fs/bcachefs/rcu_pending.c:167:8-10: ERROR: reference preceded by free on line 167
vim +167 fs/bcachefs/rcu_pending.c
8e973a4f3c7482 Kent Overstreet 2024-06-10 162
d2ed0f206a9d8b Kent Overstreet 2024-08-23 163 #ifndef __KERNEL__
d2ed0f206a9d8b Kent Overstreet 2024-08-23 164 static inline void kfree_bulk(size_t nr, void ** p)
d2ed0f206a9d8b Kent Overstreet 2024-08-23 165 {
d2ed0f206a9d8b Kent Overstreet 2024-08-23 166 while (nr--)
d2ed0f206a9d8b Kent Overstreet 2024-08-23 @167 kfree(*p);
d2ed0f206a9d8b Kent Overstreet 2024-08-23 168 }
d2ed0f206a9d8b Kent Overstreet 2024-08-23 169
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next reply other threads:[~2024-12-06 4:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-06 4:44 kernel test robot [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-28 5:45 fs/bcachefs/rcu_pending.c:167:8-10: ERROR: reference preceded by free on line 167 kernel test robot
2024-10-13 9:54 kernel test robot
2024-09-30 3:33 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=202412061222.HJOIs6vm-lkp@intel.com \
--to=lkp@intel.com \
--cc=julia.lawall@inria.fr \
--cc=oe-kbuild@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.