diff for duplicates of <202311202026.DPcREfHy-lkp@intel.com> diff --git a/a/1.txt b/N1/1.txt index 4896685..6563ffa 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,65 +1,30 @@ -:::::: -:::::: Manual check reason: "low confidence bisect report" -:::::: - -BCC: lkp@intel.com -CC: oe-kbuild-all@lists.linux.dev -CC: linux-kernel@vger.kernel.org -TO: Michael Ellerman <mpe@ellerman.id.au> - tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 98b1cc82c4affc16f5598d4fa14b1858671b2263 commit: 58b33e78a31782ffe25d404d5eba9a45fe636e27 selftests/powerpc: Fix emit_tests to work with run_kselftest.sh date: 8 weeks ago -:::::: branch date: 13 hours ago -:::::: commit date: 8 weeks ago compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231120/202311202026.DPcREfHy-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags -| Reported-by: kernel test robot <lkp@intel.com> +| Reported-by: kernel test robot <yujie.liu@intel.com> | Closes: https://lore.kernel.org/r/202311202026.DPcREfHy-lkp@intel.com/ All warnings (new ones prefixed by >>): >> Makefile:63: warning: overriding recipe for target 'emit_tests' ../lib.mk:145: warning: ignoring old recipe for target 'emit_tests' - make[1]: *** No targets. Stop. - make[1]: *** uevents: No such file or directory. Stop. - - -vim +/emit_tests +63 Makefile -3812b8c5c5d527 Masahiro Yamada 2019-02-22 59 -066b7ed9558087 Michal Marek 2014-07-04 60 # Beautify output -066b7ed9558087 Michal Marek 2014-07-04 61 # --------------------------------------------------------------------------- -066b7ed9558087 Michal Marek 2014-07-04 62 # -8962b6b475bddc Masahiro Yamada 2022-12-23 @63 # Most of build commands in Kbuild start with "cmd_". You can optionally define -8962b6b475bddc Masahiro Yamada 2022-12-23 64 # "quiet_cmd_*". If defined, the short log is printed. Otherwise, no log from -8962b6b475bddc Masahiro Yamada 2022-12-23 65 # that command is printed by default. -066b7ed9558087 Michal Marek 2014-07-04 66 # -8962b6b475bddc Masahiro Yamada 2022-12-23 67 # e.g.) -8962b6b475bddc Masahiro Yamada 2022-12-23 68 # quiet_cmd_depmod = DEPMOD $(MODLIB) -8962b6b475bddc Masahiro Yamada 2022-12-23 69 # cmd_depmod = $(srctree)/scripts/depmod.sh $(DEPMOD) $(KERNELRELEASE) -066b7ed9558087 Michal Marek 2014-07-04 70 # -066b7ed9558087 Michal Marek 2014-07-04 71 # A simple variant is to prefix commands with $(Q) - that's useful -066b7ed9558087 Michal Marek 2014-07-04 72 # for commands that shall be hidden in non-verbose mode. -066b7ed9558087 Michal Marek 2014-07-04 73 # -8962b6b475bddc Masahiro Yamada 2022-12-23 74 # $(Q)$(MAKE) $(build)=scripts/basic -066b7ed9558087 Michal Marek 2014-07-04 75 # -6ae4b9868a8f72 Masahiro Yamada 2022-12-23 76 # If KBUILD_VERBOSE contains 1, the whole command is echoed. -6ae4b9868a8f72 Masahiro Yamada 2022-12-23 77 # If KBUILD_VERBOSE contains 2, the reason for rebuilding is printed. -066b7ed9558087 Michal Marek 2014-07-04 78 # -^1da177e4c3f41 Linus Torvalds 2005-04-16 79 # To put more focus on warnings, be less verbose as default -^1da177e4c3f41 Linus Torvalds 2005-04-16 80 # Use 'make V=1' to see the full commands -^1da177e4c3f41 Linus Torvalds 2005-04-16 81 -:::::: The code at line 63 was first introduced by commit -:::::: 8962b6b475bddc011c414f40ffd02f0ed4e02771 kbuild: print short log in addition to the whole command with V=1 +vim +/emit_tests +63 tools/testing/selftests/powerpc/Makefile -:::::: TO: Masahiro Yamada <masahiroy@kernel.org> -:::::: CC: Masahiro Yamada <masahiroy@kernel.org> +6faeeea44b84c (Michael Ellerman 2015-03-11 15:06:01 +1100 61) +58b33e78a3178 (Michael Ellerman 2023-09-21 17:26:10 +1000 62) emit_tests: +4ecd0868c5138 (Benjamin Gray 2023-02-28 11:07:08 +1100 63) +@for TARGET in $(SUB_DIRS); do \ +2db2c250dd3d1 (Michael Ellerman 2017-03-27 15:11:44 +1100 64) BUILD_TARGET=$(OUTPUT)/$$TARGET; \ +58b33e78a3178 (Michael Ellerman 2023-09-21 17:26:10 +1000 65) $(MAKE) OUTPUT=$$BUILD_TARGET -s -C $$TARGET $@;\ +6faeeea44b84c (Michael Ellerman 2015-03-11 15:06:01 +1100 66) done; +0e56dacdda499 (Michael Ellerman 2013-08-06 17:42:35 +1000 67) -- 0-DAY CI Kernel Test Service diff --git a/a/content_digest b/N1/content_digest index 3b03773..a6d62ef 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,75 +1,41 @@ - "From\0kernel test robot <lkp@intel.com>\0" + "From\0kernel test robot <yujie.liu@intel.com>\0" "Subject\0Makefile:63: warning: overriding recipe for target 'emit_tests'\0" - "Date\0Mon, 20 Nov 2023 20:30:11 +0800\0" - "To\0oe-kbuild@lists.linux.dev\0" - "Cc\0lkp@intel.com\0" + "Date\0Tue, 21 Nov 2023 11:04:44 +0800\0" + "To\0Michael Ellerman <mpe@ellerman.id.au>\0" + "Cc\0<oe-kbuild-all@lists.linux.dev>" + " <linux-kernel@vger.kernel.org>\0" "\00:1\0" "b\0" - ":::::: \n" - ":::::: Manual check reason: \"low confidence bisect report\"\n" - ":::::: \n" - "\n" - "BCC: lkp@intel.com\n" - "CC: oe-kbuild-all@lists.linux.dev\n" - "CC: linux-kernel@vger.kernel.org\n" - "TO: Michael Ellerman <mpe@ellerman.id.au>\n" - "\n" "tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master\n" "head: 98b1cc82c4affc16f5598d4fa14b1858671b2263\n" "commit: 58b33e78a31782ffe25d404d5eba9a45fe636e27 selftests/powerpc: Fix emit_tests to work with run_kselftest.sh\n" "date: 8 weeks ago\n" - ":::::: branch date: 13 hours ago\n" - ":::::: commit date: 8 weeks ago\n" "compiler: gcc-12 (Debian 12.2.0-14) 12.2.0\n" "reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231120/202311202026.DPcREfHy-lkp@intel.com/reproduce)\n" "\n" "If you fix the issue in a separate patch/commit (i.e. not just a new version of\n" "the same patch/commit), kindly add following tags\n" - "| Reported-by: kernel test robot <lkp@intel.com>\n" + "| Reported-by: kernel test robot <yujie.liu@intel.com>\n" "| Closes: https://lore.kernel.org/r/202311202026.DPcREfHy-lkp@intel.com/\n" "\n" "All warnings (new ones prefixed by >>):\n" "\n" ">> Makefile:63: warning: overriding recipe for target 'emit_tests'\n" " ../lib.mk:145: warning: ignoring old recipe for target 'emit_tests'\n" - " make[1]: *** No targets. Stop.\n" - " make[1]: *** uevents: No such file or directory. Stop.\n" - "\n" - "\n" - "vim +/emit_tests +63 Makefile\n" "\n" - "3812b8c5c5d527 Masahiro Yamada 2019-02-22 59 \n" - "066b7ed9558087 Michal Marek 2014-07-04 60 # Beautify output\n" - "066b7ed9558087 Michal Marek 2014-07-04 61 # ---------------------------------------------------------------------------\n" - "066b7ed9558087 Michal Marek 2014-07-04 62 #\n" - "8962b6b475bddc Masahiro Yamada 2022-12-23 @63 # Most of build commands in Kbuild start with \"cmd_\". You can optionally define\n" - "8962b6b475bddc Masahiro Yamada 2022-12-23 64 # \"quiet_cmd_*\". If defined, the short log is printed. Otherwise, no log from\n" - "8962b6b475bddc Masahiro Yamada 2022-12-23 65 # that command is printed by default.\n" - "066b7ed9558087 Michal Marek 2014-07-04 66 #\n" - "8962b6b475bddc Masahiro Yamada 2022-12-23 67 # e.g.)\n" - "8962b6b475bddc Masahiro Yamada 2022-12-23 68 # quiet_cmd_depmod = DEPMOD $(MODLIB)\n" - "8962b6b475bddc Masahiro Yamada 2022-12-23 69 # cmd_depmod = $(srctree)/scripts/depmod.sh $(DEPMOD) $(KERNELRELEASE)\n" - "066b7ed9558087 Michal Marek 2014-07-04 70 #\n" - "066b7ed9558087 Michal Marek 2014-07-04 71 # A simple variant is to prefix commands with $(Q) - that's useful\n" - "066b7ed9558087 Michal Marek 2014-07-04 72 # for commands that shall be hidden in non-verbose mode.\n" - "066b7ed9558087 Michal Marek 2014-07-04 73 #\n" - "8962b6b475bddc Masahiro Yamada 2022-12-23 74 # $(Q)$(MAKE) $(build)=scripts/basic\n" - "066b7ed9558087 Michal Marek 2014-07-04 75 #\n" - "6ae4b9868a8f72 Masahiro Yamada 2022-12-23 76 # If KBUILD_VERBOSE contains 1, the whole command is echoed.\n" - "6ae4b9868a8f72 Masahiro Yamada 2022-12-23 77 # If KBUILD_VERBOSE contains 2, the reason for rebuilding is printed.\n" - "066b7ed9558087 Michal Marek 2014-07-04 78 #\n" - "^1da177e4c3f41 Linus Torvalds 2005-04-16 79 # To put more focus on warnings, be less verbose as default\n" - "^1da177e4c3f41 Linus Torvalds 2005-04-16 80 # Use 'make V=1' to see the full commands\n" - "^1da177e4c3f41 Linus Torvalds 2005-04-16 81 \n" "\n" - ":::::: The code at line 63 was first introduced by commit\n" - ":::::: 8962b6b475bddc011c414f40ffd02f0ed4e02771 kbuild: print short log in addition to the whole command with V=1\n" + "vim +/emit_tests +63 tools/testing/selftests/powerpc/Makefile\n" "\n" - ":::::: TO: Masahiro Yamada <masahiroy@kernel.org>\n" - ":::::: CC: Masahiro Yamada <masahiroy@kernel.org>\n" + "6faeeea44b84c (Michael Ellerman 2015-03-11 15:06:01 +1100 61)\n" + "58b33e78a3178 (Michael Ellerman 2023-09-21 17:26:10 +1000 62) emit_tests:\n" + "4ecd0868c5138 (Benjamin Gray 2023-02-28 11:07:08 +1100 63) +@for TARGET in $(SUB_DIRS); do \\\n" + "2db2c250dd3d1 (Michael Ellerman 2017-03-27 15:11:44 +1100 64) BUILD_TARGET=$(OUTPUT)/$$TARGET; \\\n" + "58b33e78a3178 (Michael Ellerman 2023-09-21 17:26:10 +1000 65) $(MAKE) OUTPUT=$$BUILD_TARGET -s -C $$TARGET $@;\\\n" + "6faeeea44b84c (Michael Ellerman 2015-03-11 15:06:01 +1100 66) done;\n" + "0e56dacdda499 (Michael Ellerman 2013-08-06 17:42:35 +1000 67)\n" "\n" "-- \n" "0-DAY CI Kernel Test Service\n" https://github.com/intel/lkp-tests/wiki -07a022a42727b88167130dfec5302d33c3448f5e7aee39190b0f302b552415d8 +daeaf1f37fa496b2821d7b92fc09c358968d1a08854e35a9d470e90ce63a3262
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.