From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============5951055955784039966==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: Re: [RFC PATCH v6 10/12] livepatch/selftests: add __asm__ symbol renaming examples Date: Thu, 17 Feb 2022 11:01:54 +0800 Message-ID: <202202171022.bSGoBUDk-lkp@intel.com> In-Reply-To: <20220216163940.228309-11-joe.lawrence@redhat.com> List-Id: --===============5951055955784039966== 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/202202171022.bSGoBUDk-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/290c0e05d31c5bae75aede875= 8efb48f52751fea 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 290c0e05d31c5bae75aede8758efb48f52751fea # 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_convert1.c:28:6: warning: no previous prototype f= or 'print_static_strings' [-Wmissing-prototypes] 28 | void print_static_strings(void) | ^~~~~~~~~~~~~~~~~~~~ vim +/print_static_strings +28 lib/livepatch/test_klp_convert1.c 27 = > 28 void print_static_strings(void) 29 { 30 pr_info("klp_string.12345 =3D %s\n", klp_string_a); 31 pr_info("klp_string.67890 =3D %s\n", klp_string_b); 32 } 33 = --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org --===============5951055955784039966==--