From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============8125543268933171919==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: Re: [RFC PATCH v6 08/12] livepatch/selftests: add klp-convert Date: Thu, 17 Feb 2022 06:26:24 +0800 Message-ID: <202202170629.9vC9IsP0-lkp@intel.com> In-Reply-To: <20220216163940.228309-9-joe.lawrence@redhat.com> List-Id: --===============8125543268933171919== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi Joe, [FYI, it's a private test report for your RFC patch.] [auto build test WARNING on shuah-kselftest/next] [also build test WARNING on linux/master masahiroy-kbuild/for-next linus/ma= ster v5.17-rc4] [cannot apply to next-20220216] [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/Joe-Lawrence/livepatch-klp= -convert-tool/20220217-004100 base: https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselfte= st.git next config: x86_64-allyesconfig (https://download.01.org/0day-ci/archive/202202= 17/202202170629.9vC9IsP0-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/ea5129d2a3f776835ce3721f9= 66f72d39426188c git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Joe-Lawrence/livepatch-klp-convert= -tool/20220217-004100 git checkout ea5129d2a3f776835ce3721f966f72d39426188c # save the config file to linux build tree mkdir build_dir make W=3D1 O=3Dbuild_dir ARCH=3Dx86_64 SHELL=3D/bin/bash lib/livepa= tch/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> lib/livepatch/test_klp_convert1.c:11:6: warning: no previous prototype f= or 'print_saved_command_line' [-Wmissing-prototypes] 11 | void print_saved_command_line(void) | ^~~~~~~~~~~~~~~~~~~~~~~~ >> lib/livepatch/test_klp_convert1.c:16:6: warning: no previous prototype f= or 'print_driver_name' [-Wmissing-prototypes] 16 | void print_driver_name(void) | ^~~~~~~~~~~~~~~~~ >> lib/livepatch/test_klp_convert1.c:22:6: warning: no previous prototype f= or 'print_homonym_string' [-Wmissing-prototypes] 22 | void print_homonym_string(void) | ^~~~~~~~~~~~~~~~~~~~ -- >> lib/livepatch/test_klp_convert2.c:11:6: warning: no previous prototype f= or 'print_saved_command_line' [-Wmissing-prototypes] 11 | void print_saved_command_line(void) | ^~~~~~~~~~~~~~~~~~~~~~~~ >> lib/livepatch/test_klp_convert2.c:16:6: warning: no previous prototype f= or 'print_driver_name' [-Wmissing-prototypes] 16 | void print_driver_name(void) | ^~~~~~~~~~~~~~~~~ >> lib/livepatch/test_klp_convert2.c:22:6: warning: no previous prototype f= or 'print_homonym_string' [-Wmissing-prototypes] 22 | void print_homonym_string(void) | ^~~~~~~~~~~~~~~~~~~~ vim +/print_saved_command_line +11 lib/livepatch/test_klp_convert1.c 10 = > 11 void print_saved_command_line(void) 12 { 13 pr_info("saved_command_line, 0: %s\n", saved_command_line); 14 } 15 = > 16 void print_driver_name(void) 17 { 18 pr_info("driver_name, 0: %s\n", driver_name); 19 pr_info("test_klp_get_driver_name(), 0: %s\n", test_klp_get_driver_= name()); 20 } 21 = > 22 void print_homonym_string(void) 23 { 24 pr_info("homonym_string, 1: %s\n", homonym_string); 25 pr_info("get_homonym_string(), 1: %s\n", get_homonym_string()); 26 } 27 = --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org --===============8125543268933171919==--