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

diff --git a/a/1.txt b/N1/1.txt
index 1568076..2a38cce 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,13 +1,6 @@
-CC: kbuild-all(a)lists.01.org
-CC: "GNU/Weeb Mailing List" <gwml@vger.gnuweeb.org>
-CC: linux-kernel(a)vger.kernel.org
-TO: Jens Axboe <axboe@kernel.dk>
-
 tree:   https://github.com/ammarfaizi2/linux-block axboe/linux-block/perf-wip
 head:   653193284c45da1c727d45de716d9b48b1019e66
 commit: 97f573494a3c088d6e249ddccdbb238b3ea267e0 [5/17] block: add bvec_set_page() helper
-:::::: branch date: 2 weeks ago
-:::::: commit date: 2 weeks ago
 config: arm-randconfig-m031-20220220 (https://download.01.org/0day-ci/archive/20220221/202202212347.2BTScWAC-lkp(a)intel.com/config)
 compiler: arm-linux-gnueabi-gcc (GCC) 11.2.0
 
@@ -20,14 +13,6 @@ drivers/md/bcache/util.c:256 bch_bio_map() error: uninitialized symbol 'page'.
 
 vim +/page +256 drivers/md/bcache/util.c
 
-cafe563591446c Kent Overstreet 2013-03-23  223  
-c2421edf5f9151 Ming Lei        2017-12-18  224  /*
-c2421edf5f9151 Ming Lei        2017-12-18  225   * Generally it isn't good to access .bi_io_vec and .bi_vcnt directly,
-c2421edf5f9151 Ming Lei        2017-12-18  226   * the preferred way is bio_add_page, but in this case, bch_bio_map()
-c2421edf5f9151 Ming Lei        2017-12-18  227   * supposes that the bvec table is empty, so it is safe to access
-c2421edf5f9151 Ming Lei        2017-12-18  228   * .bi_vcnt & .bi_io_vec in this way even after multipage bvec is
-c2421edf5f9151 Ming Lei        2017-12-18  229   * supported.
-c2421edf5f9151 Ming Lei        2017-12-18  230   */
 169ef1cf6171d3 Kent Overstreet 2013-03-28  231  void bch_bio_map(struct bio *bio, void *base)
 cafe563591446c Kent Overstreet 2013-03-23  232  {
 4f024f3797c43c Kent Overstreet 2013-10-11  233  	size_t size = bio->bi_iter.bi_size;
@@ -52,12 +37,16 @@ cafe563591446c Kent Overstreet 2013-03-23  251  				: virt_to_page(base);
 cafe563591446c Kent Overstreet 2013-03-23  252  
 97f573494a3c08 Jens Axboe      2021-10-12  253  			base += len;
 cafe563591446c Kent Overstreet 2013-03-23  254  		}
+
+No else path.
+
 cafe563591446c Kent Overstreet 2013-03-23  255  
 97f573494a3c08 Jens Axboe      2021-10-12 @256  		bvec_set_page(bv, page, len, offset);
+                                                                                  ^^^^
+
 97f573494a3c08 Jens Axboe      2021-10-12  257  		size -= len;
 cafe563591446c Kent Overstreet 2013-03-23  258  	}
 cafe563591446c Kent Overstreet 2013-03-23  259  }
-cafe563591446c Kent Overstreet 2013-03-23  260  
 
 ---
 0-DAY CI Kernel Test Service, Intel Corporation
diff --git a/a/content_digest b/N1/content_digest
index 4395b65..ae07616 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,19 +1,12 @@
- "From\0kernel test robot <lkp@intel.com>\0"
+ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0[ammarfaizi2-block:axboe/linux-block/perf-wip 5/17] drivers/md/bcache/util.c:256 bch_bio_map() error: uninitialized symbol 'page'.\0"
- "Date\0Mon, 21 Feb 2022 23:10:40 +0800\0"
- "To\0kbuild@lists.01.org\0"
+ "Date\0Mon, 21 Feb 2022 20:21:49 +0300\0"
+ "To\0kbuild-all@lists.01.org\0"
  "\01:1\0"
  "b\0"
- "CC: kbuild-all(a)lists.01.org\n"
- "CC: \"GNU/Weeb Mailing List\" <gwml@vger.gnuweeb.org>\n"
- "CC: linux-kernel(a)vger.kernel.org\n"
- "TO: Jens Axboe <axboe@kernel.dk>\n"
- "\n"
  "tree:   https://github.com/ammarfaizi2/linux-block axboe/linux-block/perf-wip\n"
  "head:   653193284c45da1c727d45de716d9b48b1019e66\n"
  "commit: 97f573494a3c088d6e249ddccdbb238b3ea267e0 [5/17] block: add bvec_set_page() helper\n"
- ":::::: branch date: 2 weeks ago\n"
- ":::::: commit date: 2 weeks ago\n"
  "config: arm-randconfig-m031-20220220 (https://download.01.org/0day-ci/archive/20220221/202202212347.2BTScWAC-lkp(a)intel.com/config)\n"
  "compiler: arm-linux-gnueabi-gcc (GCC) 11.2.0\n"
  "\n"
@@ -26,14 +19,6 @@
  "\n"
  "vim +/page +256 drivers/md/bcache/util.c\n"
  "\n"
- "cafe563591446c Kent Overstreet 2013-03-23  223  \n"
- "c2421edf5f9151 Ming Lei        2017-12-18  224  /*\n"
- "c2421edf5f9151 Ming Lei        2017-12-18  225   * Generally it isn't good to access .bi_io_vec and .bi_vcnt directly,\n"
- "c2421edf5f9151 Ming Lei        2017-12-18  226   * the preferred way is bio_add_page, but in this case, bch_bio_map()\n"
- "c2421edf5f9151 Ming Lei        2017-12-18  227   * supposes that the bvec table is empty, so it is safe to access\n"
- "c2421edf5f9151 Ming Lei        2017-12-18  228   * .bi_vcnt & .bi_io_vec in this way even after multipage bvec is\n"
- "c2421edf5f9151 Ming Lei        2017-12-18  229   * supported.\n"
- "c2421edf5f9151 Ming Lei        2017-12-18  230   */\n"
  "169ef1cf6171d3 Kent Overstreet 2013-03-28  231  void bch_bio_map(struct bio *bio, void *base)\n"
  "cafe563591446c Kent Overstreet 2013-03-23  232  {\n"
  "4f024f3797c43c Kent Overstreet 2013-10-11  233  \tsize_t size = bio->bi_iter.bi_size;\n"
@@ -58,15 +43,19 @@
  "cafe563591446c Kent Overstreet 2013-03-23  252  \n"
  "97f573494a3c08 Jens Axboe      2021-10-12  253  \t\t\tbase += len;\n"
  "cafe563591446c Kent Overstreet 2013-03-23  254  \t\t}\n"
+ "\n"
+ "No else path.\n"
+ "\n"
  "cafe563591446c Kent Overstreet 2013-03-23  255  \n"
  "97f573494a3c08 Jens Axboe      2021-10-12 @256  \t\tbvec_set_page(bv, page, len, offset);\n"
+ "                                                                                  ^^^^\n"
+ "\n"
  "97f573494a3c08 Jens Axboe      2021-10-12  257  \t\tsize -= len;\n"
  "cafe563591446c Kent Overstreet 2013-03-23  258  \t}\n"
  "cafe563591446c Kent Overstreet 2013-03-23  259  }\n"
- "cafe563591446c Kent Overstreet 2013-03-23  260  \n"
  "\n"
  "---\n"
  "0-DAY CI Kernel Test Service, Intel Corporation\n"
  https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
 
-4321990ef46edda3c85e0eb1fda28a992d575dd564d5da4d69d1fff454fff3f7
+088eb72427432f931429642fc85ed21df27f20cfb07c6a583de4f9f8dff0aae1

diff --git a/a/1.txt b/N2/1.txt
index 1568076..fb25580 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,14 +1,7 @@
-CC: kbuild-all(a)lists.01.org
-CC: "GNU/Weeb Mailing List" <gwml@vger.gnuweeb.org>
-CC: linux-kernel(a)vger.kernel.org
-TO: Jens Axboe <axboe@kernel.dk>
-
 tree:   https://github.com/ammarfaizi2/linux-block axboe/linux-block/perf-wip
 head:   653193284c45da1c727d45de716d9b48b1019e66
 commit: 97f573494a3c088d6e249ddccdbb238b3ea267e0 [5/17] block: add bvec_set_page() helper
-:::::: branch date: 2 weeks ago
-:::::: commit date: 2 weeks ago
-config: arm-randconfig-m031-20220220 (https://download.01.org/0day-ci/archive/20220221/202202212347.2BTScWAC-lkp(a)intel.com/config)
+config: arm-randconfig-m031-20220220 (https://download.01.org/0day-ci/archive/20220221/202202212347.2BTScWAC-lkp@intel.com/config)
 compiler: arm-linux-gnueabi-gcc (GCC) 11.2.0
 
 If you fix the issue, kindly add following tag as appropriate
@@ -20,14 +13,6 @@ drivers/md/bcache/util.c:256 bch_bio_map() error: uninitialized symbol 'page'.
 
 vim +/page +256 drivers/md/bcache/util.c
 
-cafe563591446c Kent Overstreet 2013-03-23  223  
-c2421edf5f9151 Ming Lei        2017-12-18  224  /*
-c2421edf5f9151 Ming Lei        2017-12-18  225   * Generally it isn't good to access .bi_io_vec and .bi_vcnt directly,
-c2421edf5f9151 Ming Lei        2017-12-18  226   * the preferred way is bio_add_page, but in this case, bch_bio_map()
-c2421edf5f9151 Ming Lei        2017-12-18  227   * supposes that the bvec table is empty, so it is safe to access
-c2421edf5f9151 Ming Lei        2017-12-18  228   * .bi_vcnt & .bi_io_vec in this way even after multipage bvec is
-c2421edf5f9151 Ming Lei        2017-12-18  229   * supported.
-c2421edf5f9151 Ming Lei        2017-12-18  230   */
 169ef1cf6171d3 Kent Overstreet 2013-03-28  231  void bch_bio_map(struct bio *bio, void *base)
 cafe563591446c Kent Overstreet 2013-03-23  232  {
 4f024f3797c43c Kent Overstreet 2013-10-11  233  	size_t size = bio->bi_iter.bi_size;
@@ -52,13 +37,17 @@ cafe563591446c Kent Overstreet 2013-03-23  251  				: virt_to_page(base);
 cafe563591446c Kent Overstreet 2013-03-23  252  
 97f573494a3c08 Jens Axboe      2021-10-12  253  			base += len;
 cafe563591446c Kent Overstreet 2013-03-23  254  		}
+
+No else path.
+
 cafe563591446c Kent Overstreet 2013-03-23  255  
 97f573494a3c08 Jens Axboe      2021-10-12 @256  		bvec_set_page(bv, page, len, offset);
+                                                                                  ^^^^
+
 97f573494a3c08 Jens Axboe      2021-10-12  257  		size -= len;
 cafe563591446c Kent Overstreet 2013-03-23  258  	}
 cafe563591446c Kent Overstreet 2013-03-23  259  }
-cafe563591446c Kent Overstreet 2013-03-23  260  
 
 ---
 0-DAY CI Kernel Test Service, Intel Corporation
-https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
+https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
diff --git a/a/content_digest b/N2/content_digest
index 4395b65..b449a9d 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,20 +1,18 @@
- "From\0kernel test robot <lkp@intel.com>\0"
+ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0[ammarfaizi2-block:axboe/linux-block/perf-wip 5/17] drivers/md/bcache/util.c:256 bch_bio_map() error: uninitialized symbol 'page'.\0"
- "Date\0Mon, 21 Feb 2022 23:10:40 +0800\0"
- "To\0kbuild@lists.01.org\0"
- "\01:1\0"
+ "Date\0Mon, 21 Feb 2022 20:21:49 +0300\0"
+ "To\0kbuild@lists.01.org"
+ " Jens Axboe <axboe@kernel.dk>\0"
+ "Cc\0lkp@intel.com"
+  kbuild-all@lists.01.org
+  GNU/Weeb Mailing List <gwml@vger.gnuweeb.org>
+ " linux-kernel@vger.kernel.org\0"
+ "\00:1\0"
  "b\0"
- "CC: kbuild-all(a)lists.01.org\n"
- "CC: \"GNU/Weeb Mailing List\" <gwml@vger.gnuweeb.org>\n"
- "CC: linux-kernel(a)vger.kernel.org\n"
- "TO: Jens Axboe <axboe@kernel.dk>\n"
- "\n"
  "tree:   https://github.com/ammarfaizi2/linux-block axboe/linux-block/perf-wip\n"
  "head:   653193284c45da1c727d45de716d9b48b1019e66\n"
  "commit: 97f573494a3c088d6e249ddccdbb238b3ea267e0 [5/17] block: add bvec_set_page() helper\n"
- ":::::: branch date: 2 weeks ago\n"
- ":::::: commit date: 2 weeks ago\n"
- "config: arm-randconfig-m031-20220220 (https://download.01.org/0day-ci/archive/20220221/202202212347.2BTScWAC-lkp(a)intel.com/config)\n"
+ "config: arm-randconfig-m031-20220220 (https://download.01.org/0day-ci/archive/20220221/202202212347.2BTScWAC-lkp@intel.com/config)\n"
  "compiler: arm-linux-gnueabi-gcc (GCC) 11.2.0\n"
  "\n"
  "If you fix the issue, kindly add following tag as appropriate\n"
@@ -26,14 +24,6 @@
  "\n"
  "vim +/page +256 drivers/md/bcache/util.c\n"
  "\n"
- "cafe563591446c Kent Overstreet 2013-03-23  223  \n"
- "c2421edf5f9151 Ming Lei        2017-12-18  224  /*\n"
- "c2421edf5f9151 Ming Lei        2017-12-18  225   * Generally it isn't good to access .bi_io_vec and .bi_vcnt directly,\n"
- "c2421edf5f9151 Ming Lei        2017-12-18  226   * the preferred way is bio_add_page, but in this case, bch_bio_map()\n"
- "c2421edf5f9151 Ming Lei        2017-12-18  227   * supposes that the bvec table is empty, so it is safe to access\n"
- "c2421edf5f9151 Ming Lei        2017-12-18  228   * .bi_vcnt & .bi_io_vec in this way even after multipage bvec is\n"
- "c2421edf5f9151 Ming Lei        2017-12-18  229   * supported.\n"
- "c2421edf5f9151 Ming Lei        2017-12-18  230   */\n"
  "169ef1cf6171d3 Kent Overstreet 2013-03-28  231  void bch_bio_map(struct bio *bio, void *base)\n"
  "cafe563591446c Kent Overstreet 2013-03-23  232  {\n"
  "4f024f3797c43c Kent Overstreet 2013-10-11  233  \tsize_t size = bio->bi_iter.bi_size;\n"
@@ -58,15 +48,19 @@
  "cafe563591446c Kent Overstreet 2013-03-23  252  \n"
  "97f573494a3c08 Jens Axboe      2021-10-12  253  \t\t\tbase += len;\n"
  "cafe563591446c Kent Overstreet 2013-03-23  254  \t\t}\n"
+ "\n"
+ "No else path.\n"
+ "\n"
  "cafe563591446c Kent Overstreet 2013-03-23  255  \n"
  "97f573494a3c08 Jens Axboe      2021-10-12 @256  \t\tbvec_set_page(bv, page, len, offset);\n"
+ "                                                                                  ^^^^\n"
+ "\n"
  "97f573494a3c08 Jens Axboe      2021-10-12  257  \t\tsize -= len;\n"
  "cafe563591446c Kent Overstreet 2013-03-23  258  \t}\n"
  "cafe563591446c Kent Overstreet 2013-03-23  259  }\n"
- "cafe563591446c Kent Overstreet 2013-03-23  260  \n"
  "\n"
  "---\n"
  "0-DAY CI Kernel Test Service, Intel Corporation\n"
- https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
+ https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
 
-4321990ef46edda3c85e0eb1fda28a992d575dd564d5da4d69d1fff454fff3f7
+ceccc1aee211d92d83572347f9f2e3847e1d450c7b39dd9dcd596de7b7efbd4c

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.