From: kernel test robot <lkp@intel.com>
To: Alexey Dobriyan <adobriyan@gmail.com>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
Christian Brauner <christianvanbrauner@gmail.com>,
Christian Brauner <brauner@kernel.org>
Subject: [brauner-vfs:vfs-7.2.procfs 1/12] fs/proc/generic.c:849:6: warning: no previous prototype for function 'impl_proc_make_permanent'
Date: Sat, 02 May 2026 07:31:58 +0800 [thread overview]
Message-ID: <202605020725.KvLbjBLv-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git vfs-7.2.procfs
head: 16b3565414446449677ec503a8a25d802c7512a7
commit: b26811a2ab5878e84275d8ad8e709bba9147c62c [1/12] proc: allow to mark /proc files permanent outside of fs/proc/
config: hexagon-allnoconfig (https://download.01.org/0day-ci/archive/20260502/202605020725.KvLbjBLv-lkp@intel.com/config)
compiler: clang version 23.0.0git (https://github.com/llvm/llvm-project 5bac06718f502014fade905512f1d26d578a18f3)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260502/202605020725.KvLbjBLv-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/202605020725.KvLbjBLv-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> fs/proc/generic.c:849:6: warning: no previous prototype for function 'impl_proc_make_permanent' [-Wmissing-prototypes]
849 | void impl_proc_make_permanent(struct proc_dir_entry *pde)
| ^
fs/proc/generic.c:849:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
849 | void impl_proc_make_permanent(struct proc_dir_entry *pde)
| ^
| static
1 warning generated.
vim +/impl_proc_make_permanent +849 fs/proc/generic.c
844
845 /*
846 * Not exported to modules:
847 * modules' /proc files aren't permanent because modules aren't permanent.
848 */
> 849 void impl_proc_make_permanent(struct proc_dir_entry *pde)
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2026-05-01 23:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=202605020725.KvLbjBLv-lkp@intel.com \
--to=lkp@intel.com \
--cc=adobriyan@gmail.com \
--cc=brauner@kernel.org \
--cc=christianvanbrauner@gmail.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