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

diff --git a/a/1.txt b/N1/1.txt
index 40b9038..9f57c35 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,34 +1,18 @@
-BCC: lkp@intel.com
-CC: oe-kbuild-all@lists.linux.dev
-In-Reply-To: <20251013-reduced-nr-ring-queues_3-v3-6-6d87c8aa31ae@ddn.com>
-References: <20251013-reduced-nr-ring-queues_3-v3-6-6d87c8aa31ae@ddn.com>
-TO: Bernd Schubert <bschubert@ddn.com>
-TO: Miklos Szeredi <miklos@szeredi.hu>
-CC: Joanne Koong <joannelkoong@gmail.com>
-CC: linux-fsdevel@vger.kernel.org
-CC: Luis Henriques <luis@igalia.com>
-CC: Gang He <dchg2000@gmail.com>
-CC: Bernd Schubert <bschubert@ddn.com>
-
 Hi Bernd,
 
 kernel test robot noticed the following build warnings:
 
-[auto build test WARNING on ec714e371f22f716a04e6ecb2a24988c92b26911]
-
 url:    https://github.com/intel-lab-lkp/linux/commits/Bernd-Schubert/fuse-io-uring-Add-queue-length-counters/20251014-024703
 base:   ec714e371f22f716a04e6ecb2a24988c92b26911
 patch link:    https://lore.kernel.org/r/20251013-reduced-nr-ring-queues_3-v3-6-6d87c8aa31ae%40ddn.com
 patch subject: [PATCH v3 6/6] fuse: {io-uring} Queue background requests on a different core
-:::::: branch date: 7 days ago
-:::::: commit date: 7 days ago
 config: loongarch-randconfig-r072-20251019 (https://download.01.org/0day-ci/archive/20251020/202510201259.MevZAfl5-lkp@intel.com/config)
 compiler: loongarch64-linux-gcc (GCC) 15.1.0
 
 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: Dan Carpenter <error27@gmail.com>
+| Reported-by: Dan Carpenter <dan.carpenter@linaro.org>
 | Closes: https://lore.kernel.org/r/202510201259.MevZAfl5-lkp@intel.com/
 
 smatch warnings:
@@ -36,10 +20,6 @@ fs/fuse/dev_uring.c:1389 fuse_uring_get_queue() error: uninitialized symbol 'bes
 
 vim +/best_numa +1389 fs/fuse/dev_uring.c
 
-aca09b212467554 Bernd Schubert 2025-10-13  1302  
-aca09b212467554 Bernd Schubert 2025-10-13  1303  /*
-aca09b212467554 Bernd Schubert 2025-10-13  1304   * Get the best queue for the current CPU
-aca09b212467554 Bernd Schubert 2025-10-13  1305   */
 2482ae85881b957 Bernd Schubert 2025-10-13  1306  static struct fuse_ring_queue *fuse_uring_get_queue(struct fuse_ring *ring,
 2482ae85881b957 Bernd Schubert 2025-10-13  1307  						    bool background)
 c2c9af9a0b13261 Bernd Schubert 2025-01-20  1308  {
@@ -77,6 +57,9 @@ c2c9af9a0b13261 Bernd Schubert 2025-01-20  1325
 2482ae85881b957 Bernd Schubert 2025-10-13  1340  
 2482ae85881b957 Bernd Schubert 2025-10-13  1341  		if (weight == 0)
 2482ae85881b957 Bernd Schubert 2025-10-13  1342  			goto global;
+
+best_numa not set on this path.
+
 2482ae85881b957 Bernd Schubert 2025-10-13  1343  
 2482ae85881b957 Bernd Schubert 2025-10-13  1344  		if (weight > 1) {
 2482ae85881b957 Bernd Schubert 2025-10-13  1345  			int idx = (qid + 1) % weight;
@@ -124,8 +107,10 @@ aca09b212467554 Bernd Schubert 2025-10-13  1386  		return best_global;
 aca09b212467554 Bernd Schubert 2025-10-13  1387  
 aca09b212467554 Bernd Schubert 2025-10-13  1388  	/* There is no ideal queue, stay numa_local if possible */
 aca09b212467554 Bernd Schubert 2025-10-13 @1389  	return best_numa ? best_numa : best_global;
+                                                               ^^^^^^^^^
+Uninitialized
+
 c2c9af9a0b13261 Bernd Schubert 2025-01-20  1390  }
-c2c9af9a0b13261 Bernd Schubert 2025-01-20  1391  
 
 -- 
 0-DAY CI Kernel Test Service
diff --git a/a/content_digest b/N1/content_digest
index 99b1aa3..93779e4 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,42 +1,34 @@
- "From\0kernel test robot <lkp@intel.com>\0"
+ "ref\020251013-reduced-nr-ring-queues_3-v3-6-6d87c8aa31ae@ddn.com\0"
+ "From\0Dan Carpenter <dan.carpenter@linaro.org>\0"
  "Subject\0Re: [PATCH v3 6/6] fuse: {io-uring} Queue background requests on a different core\0"
- "Date\0Mon, 20 Oct 2025 15:09:16 +0800\0"
- "To\0oe-kbuild@lists.linux.dev\0"
+ "Date\0Mon, 20 Oct 2025 10:15:59 +0300\0"
+ "To\0oe-kbuild@lists.linux.dev"
+  Bernd Schubert <bschubert@ddn.com>
+ " Miklos Szeredi <miklos@szeredi.hu>\0"
  "Cc\0lkp@intel.com"
- " Dan Carpenter <error27@gmail.com>\0"
+  oe-kbuild-all@lists.linux.dev
+  Joanne Koong <joannelkoong@gmail.com>
+  linux-fsdevel@vger.kernel.org
+  Luis Henriques <luis@igalia.com>
+  Gang He <dchg2000@gmail.com>
+ " Bernd Schubert <bschubert@ddn.com>\0"
  "\00:1\0"
  "b\0"
- "BCC: lkp@intel.com\n"
- "CC: oe-kbuild-all@lists.linux.dev\n"
- "In-Reply-To: <20251013-reduced-nr-ring-queues_3-v3-6-6d87c8aa31ae@ddn.com>\n"
- "References: <20251013-reduced-nr-ring-queues_3-v3-6-6d87c8aa31ae@ddn.com>\n"
- "TO: Bernd Schubert <bschubert@ddn.com>\n"
- "TO: Miklos Szeredi <miklos@szeredi.hu>\n"
- "CC: Joanne Koong <joannelkoong@gmail.com>\n"
- "CC: linux-fsdevel@vger.kernel.org\n"
- "CC: Luis Henriques <luis@igalia.com>\n"
- "CC: Gang He <dchg2000@gmail.com>\n"
- "CC: Bernd Schubert <bschubert@ddn.com>\n"
- "\n"
  "Hi Bernd,\n"
  "\n"
  "kernel test robot noticed the following build warnings:\n"
  "\n"
- "[auto build test WARNING on ec714e371f22f716a04e6ecb2a24988c92b26911]\n"
- "\n"
  "url:    https://github.com/intel-lab-lkp/linux/commits/Bernd-Schubert/fuse-io-uring-Add-queue-length-counters/20251014-024703\n"
  "base:   ec714e371f22f716a04e6ecb2a24988c92b26911\n"
  "patch link:    https://lore.kernel.org/r/20251013-reduced-nr-ring-queues_3-v3-6-6d87c8aa31ae%40ddn.com\n"
  "patch subject: [PATCH v3 6/6] fuse: {io-uring} Queue background requests on a different core\n"
- ":::::: branch date: 7 days ago\n"
- ":::::: commit date: 7 days ago\n"
  "config: loongarch-randconfig-r072-20251019 (https://download.01.org/0day-ci/archive/20251020/202510201259.MevZAfl5-lkp@intel.com/config)\n"
  "compiler: loongarch64-linux-gcc (GCC) 15.1.0\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: Dan Carpenter <error27@gmail.com>\n"
+ "| Reported-by: Dan Carpenter <dan.carpenter@linaro.org>\n"
  "| Closes: https://lore.kernel.org/r/202510201259.MevZAfl5-lkp@intel.com/\n"
  "\n"
  "smatch warnings:\n"
@@ -44,10 +36,6 @@
  "\n"
  "vim +/best_numa +1389 fs/fuse/dev_uring.c\n"
  "\n"
- "aca09b212467554 Bernd Schubert 2025-10-13  1302  \n"
- "aca09b212467554 Bernd Schubert 2025-10-13  1303  /*\n"
- "aca09b212467554 Bernd Schubert 2025-10-13  1304   * Get the best queue for the current CPU\n"
- "aca09b212467554 Bernd Schubert 2025-10-13  1305   */\n"
  "2482ae85881b957 Bernd Schubert 2025-10-13  1306  static struct fuse_ring_queue *fuse_uring_get_queue(struct fuse_ring *ring,\n"
  "2482ae85881b957 Bernd Schubert 2025-10-13  1307  \t\t\t\t\t\t    bool background)\n"
  "c2c9af9a0b13261 Bernd Schubert 2025-01-20  1308  {\n"
@@ -85,6 +73,9 @@
  "2482ae85881b957 Bernd Schubert 2025-10-13  1340  \n"
  "2482ae85881b957 Bernd Schubert 2025-10-13  1341  \t\tif (weight == 0)\n"
  "2482ae85881b957 Bernd Schubert 2025-10-13  1342  \t\t\tgoto global;\n"
+ "\n"
+ "best_numa not set on this path.\n"
+ "\n"
  "2482ae85881b957 Bernd Schubert 2025-10-13  1343  \n"
  "2482ae85881b957 Bernd Schubert 2025-10-13  1344  \t\tif (weight > 1) {\n"
  "2482ae85881b957 Bernd Schubert 2025-10-13  1345  \t\t\tint idx = (qid + 1) % weight;\n"
@@ -132,11 +123,13 @@
  "aca09b212467554 Bernd Schubert 2025-10-13  1387  \n"
  "aca09b212467554 Bernd Schubert 2025-10-13  1388  \t/* There is no ideal queue, stay numa_local if possible */\n"
  "aca09b212467554 Bernd Schubert 2025-10-13 @1389  \treturn best_numa ? best_numa : best_global;\n"
+ "                                                               ^^^^^^^^^\n"
+ "Uninitialized\n"
+ "\n"
  "c2c9af9a0b13261 Bernd Schubert 2025-01-20  1390  }\n"
- "c2c9af9a0b13261 Bernd Schubert 2025-01-20  1391  \n"
  "\n"
  "-- \n"
  "0-DAY CI Kernel Test Service\n"
  https://github.com/intel/lkp-tests/wiki
 
-458c3ae094939c7bc8ffa6e33ff62673053ce692a334817ad74ee48d90e76fc6
+469408a8d894d4ee5278314a6eee1484946367a3f5165fc661a20a8ac39d2707

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.