From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============1635855882194819109==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: Re: [PATCH 1/4] um: Run console exit code also upon kernel panic Date: Tue, 04 Jan 2022 13:58:44 +0800 Message-ID: <202201041330.hsCRX4ov-lkp@intel.com> In-Reply-To: <20220101215810.13260-2-richard@nod.at> List-Id: --===============1635855882194819109== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi Richard, I love your patch! Perhaps something to improve: [auto build test WARNING on rw-uml/linux-next] [also build test WARNING on linux/master linus/master v5.16-rc8 next-202112= 24] [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] url: https://github.com/0day-ci/linux/commits/Richard-Weinberger/um-Asso= rted-console-related-fixes/20220102-055954 base: https://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git linux-ne= xt config: um-i386_defconfig (https://download.01.org/0day-ci/archive/20220104= /202201041330.hsCRX4ov-lkp(a)intel.com/config) compiler: gcc-9 (Debian 9.3.0-22) 9.3.0 reproduce (this is a W=3D1 build): # https://github.com/0day-ci/linux/commit/8ed1e739d9071fbe06c0e6ff9= 1eeb065afd18953 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Richard-Weinberger/um-Assorted-con= sole-related-fixes/20220102-055954 git checkout 8ed1e739d9071fbe06c0e6ff91eeb065afd18953 # save the config file to linux build tree mkdir build_dir make W=3D1 O=3Dbuild_dir ARCH=3Dum SUBARCH=3Di386 SHELL=3D/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> arch/um/drivers/stdio_console.c:183:6: warning: no previous prototype fo= r 'uml_console_exit' [-Wmissing-prototypes] 183 | void uml_console_exit(void) | ^~~~~~~~~~~~~~~~ vim +/uml_console_exit +183 arch/um/drivers/stdio_console.c 182 = > 183 void uml_console_exit(void) 184 { 185 if (!con_init_done) 186 return; 187 close_lines(vts, ARRAY_SIZE(vts)); 188 } 189 __uml_exitcall(uml_console_exit); 190 = --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org --===============1635855882194819109==--