All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-next:master 9593/14131] arch/riscv/kernel/patch.c:110:15: warning: no previous prototype for 'patch_text'
@ 2020-05-29 22:27 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-05-29 22:27 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1190 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   e7b08814b16b80a0bf76eeca16317f8c2ed23b8c
commit: b80b3d582ebd8c7c49687319b3c624e03c4b2b93 [9593/14131] riscv: Remove the 'riscv_' prefix of function name
config: riscv-randconfig-m031-20200529 (attached as .config)
compiler: riscv32-linux-gcc (GCC) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kbuild test robot <lkp@intel.com>

All warnings (new ones prefixed by >>, old ones prefixed by <<):

arch/riscv/kernel/patch.c:78:15: warning: no previous prototype for 'patch_text_nosync' [-Wmissing-prototypes]
78 | int __kprobes patch_text_nosync(void *addr, const void *insns, size_t len)
|               ^~~~~~~~~~~~~~~~~
>> arch/riscv/kernel/patch.c:110:15: warning: no previous prototype for 'patch_text' [-Wmissing-prototypes]
110 | int __kprobes patch_text(void *addr, u32 insn)
|               ^~~~~~~~~~

vim +/patch_text +110 arch/riscv/kernel/patch.c

   109	
 > 110	int __kprobes patch_text(void *addr, u32 insn)

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 27869 bytes --]

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

only message in thread, other threads:[~2020-05-29 22:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-29 22:27 [linux-next:master 9593/14131] arch/riscv/kernel/patch.c:110:15: warning: no previous prototype for 'patch_text' kbuild test robot

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.