All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <202404141807.LgsqXPY5-lkp@intel.com>

diff --git a/a/1.txt b/N1/1.txt
index c36d1c5..4a3ab8e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,25 +1,34 @@
+:::::: 
+:::::: 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: Ryan Roberts <ryan.roberts@arm.com>
+CC: Andrew Morton <akpm@linux-foundation.org>
+CC: Linux Memory Management List <linux-mm@kvack.org>
+
 tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
 head:   7efd0a74039fb6b584be2cb91c1d0ef0bd796ee1
 commit: c652df8a4a9d7853fa1100b244024fd6f1a9c18a selftests: link libasan statically for tests with -fsanitize=address
+date:   7 months ago
+:::::: branch date: 17 hours ago
+:::::: commit date: 7 months ago
 compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)
+reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240414/202404141807.LgsqXPY5-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 <yujie.liu@intel.com>
+| Reported-by: kernel test robot <lkp@intel.com>
 | Closes: https://lore.kernel.org/r/202404141807.LgsqXPY5-lkp@intel.com/
 
 All errors (new ones prefixed by >>):
 
-# tools/testing/selftests/fchmodat2$ make CC=clang
-clang -Wall -O2 -g -fsanitize=address -fsanitize=undefined -static-libasan -isystem usr/include     fchmodat2_test.c  -o tools/testing/selftests/fchmodat2/fchmodat2_test
-clang: error: unknown argument '-static-libasan'; did you mean '-static-libsan'?
-make: *** [../lib.mk:181: tools/testing/selftests/fchmodat2/fchmodat2_test] Error 1
-
-# tools/testing/selftests/openat2$ make CC=clang
-clang -Wall -O2 -g -fsanitize=address -fsanitize=undefined -static-libasan     openat2_test.c helpers.c helpers.h  -o tools/testing/selftests/openat2/openat2_test
-clang: error: unknown argument '-static-libasan'; did you mean '-static-libsan'?
-clang: error: cannot specify -o when generating multiple output files
-make: *** [../lib.mk:181: tools/testing/selftests/openat2/openat2_test] Error 1
+>> clang: error: unknown argument '-static-libasan'; did you mean '-static-libsan'?
+--
+>> clang: error: unknown argument '-static-libasan'; did you mean '-static-libsan'?
+   clang: error: cannot specify -o when generating multiple output files
 
 -- 
 0-DAY CI Kernel Test Service
diff --git a/a/content_digest b/N1/content_digest
index 1002d95..d05b6fe 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,39 +1,44 @@
- "From\0kernel test robot <yujie.liu@intel.com>\0"
+ "From\0kernel test robot <lkp@intel.com>\0"
  "Subject\0clang: error: unknown argument '-static-libasan'; did you mean '-static-libsan'?\0"
- "Date\0Tue, 16 Apr 2024 15:42:04 +0800\0"
- "To\0Ryan Roberts <ryan.roberts@arm.com>\0"
- "Cc\0<oe-kbuild-all@lists.linux.dev>"
-  <linux-kernel@vger.kernel.org>
-  Andrew Morton <akpm@linux-foundation.org>
-  <llvm@lists.linux.dev>
- " Linux Memory Management List <linux-mm@kvack.org>\0"
+ "Date\0Sun, 14 Apr 2024 18:25:50 +0800\0"
+ "To\0oe-kbuild@lists.linux.dev\0"
+ "Cc\0lkp@intel.com\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: Ryan Roberts <ryan.roberts@arm.com>\n"
+ "CC: Andrew Morton <akpm@linux-foundation.org>\n"
+ "CC: Linux Memory Management List <linux-mm@kvack.org>\n"
+ "\n"
  "tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master\n"
  "head:   7efd0a74039fb6b584be2cb91c1d0ef0bd796ee1\n"
  "commit: c652df8a4a9d7853fa1100b244024fd6f1a9c18a selftests: link libasan statically for tests with -fsanitize=address\n"
+ "date:   7 months ago\n"
+ ":::::: branch date: 17 hours ago\n"
+ ":::::: commit date: 7 months ago\n"
  "compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)\n"
+ "reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240414/202404141807.LgsqXPY5-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 <yujie.liu@intel.com>\n"
+ "| Reported-by: kernel test robot <lkp@intel.com>\n"
  "| Closes: https://lore.kernel.org/r/202404141807.LgsqXPY5-lkp@intel.com/\n"
  "\n"
  "All errors (new ones prefixed by >>):\n"
  "\n"
- "# tools/testing/selftests/fchmodat2$ make CC=clang\n"
- "clang -Wall -O2 -g -fsanitize=address -fsanitize=undefined -static-libasan -isystem usr/include     fchmodat2_test.c  -o tools/testing/selftests/fchmodat2/fchmodat2_test\n"
- "clang: error: unknown argument '-static-libasan'; did you mean '-static-libsan'?\n"
- "make: *** [../lib.mk:181: tools/testing/selftests/fchmodat2/fchmodat2_test] Error 1\n"
- "\n"
- "# tools/testing/selftests/openat2$ make CC=clang\n"
- "clang -Wall -O2 -g -fsanitize=address -fsanitize=undefined -static-libasan     openat2_test.c helpers.c helpers.h  -o tools/testing/selftests/openat2/openat2_test\n"
- "clang: error: unknown argument '-static-libasan'; did you mean '-static-libsan'?\n"
- "clang: error: cannot specify -o when generating multiple output files\n"
- "make: *** [../lib.mk:181: tools/testing/selftests/openat2/openat2_test] Error 1\n"
+ ">> clang: error: unknown argument '-static-libasan'; did you mean '-static-libsan'?\n"
+ "--\n"
+ ">> clang: error: unknown argument '-static-libasan'; did you mean '-static-libsan'?\n"
+ "   clang: error: cannot specify -o when generating multiple output files\n"
  "\n"
  "-- \n"
  "0-DAY CI Kernel Test Service\n"
  https://github.com/intel/lkp-tests/wiki
 
-3ef3cbf1aa36612b7fbbc243d4dacdcf6c6123fa748f503ecbe27668f2e4b779
+51886ad53f54ee318502f2f70798e9720b5c5e7c049580f76fb4d3fb3f75c13a

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.