From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [linux-next:master 9638/12117] arch/mips/boot/compressed/uart-16550.c:44:6: warning: no previous prototype for 'putc'
Date: Thu, 13 Jan 2022 17:50:48 +0800 [thread overview]
Message-ID: <202201131722.d49vrQCm-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2031 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: 27c9d5b3c24af29de643533984f1ba3e650c7c78
commit: 31b2f3dc851c65fee288612432c4fc956f1a264e [9638/12117] MIPS: enable both vmlinux.gz.itb and vmlinuz for generic
config: mips-buildonly-randconfig-r003-20220113 (https://download.01.org/0day-ci/archive/20220113/202201131722.d49vrQCm-lkp(a)intel.com/config)
compiler: mipsel-linux-gcc (GCC) 11.2.0
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=31b2f3dc851c65fee288612432c4fc956f1a264e
git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
git fetch --no-tags linux-next master
git checkout 31b2f3dc851c65fee288612432c4fc956f1a264e
# save the config file to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=mips SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
>> arch/mips/boot/compressed/uart-16550.c:44:6: warning: no previous prototype for 'putc' [-Wmissing-prototypes]
44 | void putc(char c)
| ^~~~
vim +/putc +44 arch/mips/boot/compressed/uart-16550.c
1b93b3c3e94be2 Wu Zhangjin 2009-10-14 43
1b93b3c3e94be2 Wu Zhangjin 2009-10-14 @44 void putc(char c)
:::::: The code at line 44 was first introduced by commit
:::::: 1b93b3c3e94be2605759735a89fc935ba5f58dcf MIPS: Add support for GZIP / BZIP2 / LZMA compressed kernel images
:::::: TO: Wu Zhangjin <wuzhangjin@gmail.com>
:::::: CC: Ralf Baechle <ralf@linux-mips.org>
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: YunQiang Su <yunqiang.su@cipunited.com>
Cc: kbuild-all@lists.01.org,
Linux Memory Management List <linux-mm@kvack.org>,
Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Subject: [linux-next:master 9638/12117] arch/mips/boot/compressed/uart-16550.c:44:6: warning: no previous prototype for 'putc'
Date: Thu, 13 Jan 2022 17:50:48 +0800 [thread overview]
Message-ID: <202201131722.d49vrQCm-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: 27c9d5b3c24af29de643533984f1ba3e650c7c78
commit: 31b2f3dc851c65fee288612432c4fc956f1a264e [9638/12117] MIPS: enable both vmlinux.gz.itb and vmlinuz for generic
config: mips-buildonly-randconfig-r003-20220113 (https://download.01.org/0day-ci/archive/20220113/202201131722.d49vrQCm-lkp@intel.com/config)
compiler: mipsel-linux-gcc (GCC) 11.2.0
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=31b2f3dc851c65fee288612432c4fc956f1a264e
git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
git fetch --no-tags linux-next master
git checkout 31b2f3dc851c65fee288612432c4fc956f1a264e
# save the config file to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=mips SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
>> arch/mips/boot/compressed/uart-16550.c:44:6: warning: no previous prototype for 'putc' [-Wmissing-prototypes]
44 | void putc(char c)
| ^~~~
vim +/putc +44 arch/mips/boot/compressed/uart-16550.c
1b93b3c3e94be2 Wu Zhangjin 2009-10-14 43
1b93b3c3e94be2 Wu Zhangjin 2009-10-14 @44 void putc(char c)
:::::: The code at line 44 was first introduced by commit
:::::: 1b93b3c3e94be2605759735a89fc935ba5f58dcf MIPS: Add support for GZIP / BZIP2 / LZMA compressed kernel images
:::::: TO: Wu Zhangjin <wuzhangjin@gmail.com>
:::::: CC: Ralf Baechle <ralf@linux-mips.org>
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
next reply other threads:[~2022-01-13 9:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-13 9:50 kernel test robot [this message]
2022-01-13 9:50 ` [linux-next:master 9638/12117] arch/mips/boot/compressed/uart-16550.c:44:6: warning: no previous prototype for 'putc' 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=202201131722.d49vrQCm-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
/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.