[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <202409080534.y2m1URF1-lkp@intel.com>
Date: Sun, 8 Sep 2024 06:19:57 +0800
From: kernel test robot <lkp@...el.com>
To: Chunhui Li <chunhui.li@...iatek.com>,
Luis Chamberlain <mcgrof@...nel.org>,
Matthias Brugger <matthias.bgg@...il.com>,
AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>
Cc: llvm@...ts.linux.dev, oe-kbuild-all@...ts.linux.dev,
linux-modules@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org, wsd_upstream@...iatek.com,
Chunhui Li <chunhui.li@...iatek.com>,
Petr Pavlu <petr.pavlu@...e.com>, kernel test robot <lkp@...el.com>,
Xion Wang <xion.wang@...iatek.com>
Subject: Re: [PATCH v3 1/1] module: abort module loading when sysfs setup
suffer errors
Hi Chunhui,
kernel test robot noticed the following build warnings:
[auto build test WARNING on mcgrof/modules-next]
[also build test WARNING on linus/master v6.11-rc6 next-20240906]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Chunhui-Li/module-abort-module-loading-when-sysfs-setup-suffer-errors/20240907-000002
base: https://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git modules-next
patch link: https://lore.kernel.org/r/20240906115748.5367-2-chunhui.li%40mediatek.com
patch subject: [PATCH v3 1/1] module: abort module loading when sysfs setup suffer errors
config: powerpc-asp8347_defconfig (https://download.01.org/0day-ci/archive/20240908/202409080534.y2m1URF1-lkp@intel.com/config)
compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240908/202409080534.y2m1URF1-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/202409080534.y2m1URF1-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> kernel/module/sysfs.c:232:86: warning: non-void function does not return a value [-Wreturn-type]
232 | static inline int add_sect_attrs(struct module *mod, const struct load_info *info) { }
| ^
kernel/module/sysfs.c:234:87: warning: non-void function does not return a value [-Wreturn-type]
234 | static inline int add_notes_attrs(struct module *mod, const struct load_info *info) { }
| ^
2 warnings generated.
vim +232 kernel/module/sysfs.c
230
231 #else /* !CONFIG_KALLSYMS */
> 232 static inline int add_sect_attrs(struct module *mod, const struct load_info *info) { }
233 static inline void remove_sect_attrs(struct module *mod) { }
234 static inline int add_notes_attrs(struct module *mod, const struct load_info *info) { }
235 static inline void remove_notes_attrs(struct module *mod) { }
236 #endif /* CONFIG_KALLSYMS */
237
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
Powered by blists - more mailing lists