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

diff --git a/a/1.txt b/N1/1.txt
index aec352f..a4b22ac 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,22 +1,7 @@
-CC: kbuild-all(a)lists.01.org
-In-Reply-To: <20211231020829.29147-9-dgilbert@interlog.com>
-References: <20211231020829.29147-9-dgilbert@interlog.com>
-TO: Douglas Gilbert <dgilbert@interlog.com>
-
 Hi Douglas,
 
-Thank you for the patch! Perhaps something to improve:
-
-[auto build test WARNING on jejb-scsi/for-next]
-[also build test WARNING on mkp-scsi/for-next v5.16-rc7 next-20211224]
-[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/Douglas-Gilbert/scsi_debug-collection-of-additions/20211231-101808
 base:   https://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git for-next
-:::::: branch date: 20 hours ago
-:::::: commit date: 20 hours ago
 config: x86_64-randconfig-m001-20211230 (https://download.01.org/0day-ci/archive/20220101/202201010609.ZMDBG5yX-lkp(a)intel.com/config)
 compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
 
@@ -29,7 +14,6 @@ drivers/scsi/scsi_debug.c:3352 prot_verify_read() warn: returning -1 instead of
 
 vim +3352 drivers/scsi/scsi_debug.c
 
-bb8c063c6afcd9 Akinobu Mita       2013-09-18  3335  
 87c715dcde633f Douglas Gilbert    2020-04-21  3336  static int prot_verify_read(struct scsi_cmnd *scp, sector_t start_sec,
 bb8c063c6afcd9 Akinobu Mita       2013-09-18  3337  			    unsigned int sectors, u32 ei_lba)
 bb8c063c6afcd9 Akinobu Mita       2013-09-18  3338  {
@@ -47,6 +31,8 @@ b6ff8ca733500a Douglas Gilbert    2020-05-12  3345  						scp->device->hostdata,
 49adea5162df30 Douglas Gilbert    2021-12-30  3350  	arr = kzalloc(lb_size, GFP_ATOMIC);
 49adea5162df30 Douglas Gilbert    2021-12-30  3351  	if (!arr)
 49adea5162df30 Douglas Gilbert    2021-12-30 @3352  		return -1;	/* mkp, is this correct? */
+                                                                ^^^^^^^^^^
+
 bb8c063c6afcd9 Akinobu Mita       2013-09-18  3353  
 c45eabec08776d Akinobu Mita       2014-02-26  3354  	for (i = 0; i < sectors; i++, ei_lba++) {
 bb8c063c6afcd9 Akinobu Mita       2013-09-18  3355  		sector = start_sec + i;
@@ -88,7 +74,6 @@ c6a44287417de1 Martin K. Petersen 2009-01-04  3389
 49adea5162df30 Douglas Gilbert    2021-12-30  3391  	kfree(arr);
 f7be677227a537 Martin K. Petersen 2021-06-08  3392  	return ret;
 c6a44287417de1 Martin K. Petersen 2009-01-04  3393  }
-c6a44287417de1 Martin K. Petersen 2009-01-04  3394  
 
 ---
 0-DAY CI Kernel Test Service, Intel Corporation
diff --git a/a/content_digest b/N1/content_digest
index baed47a..70f9b27 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,28 +1,14 @@
- "From\0kernel test robot <lkp@intel.com>\0"
+ "ref\020211231020829.29147-9-dgilbert@interlog.com\0"
+ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0Re: [PATCH 8/9] scsi_debug: change store from vmalloc to sgl\0"
- "Date\0Sat, 01 Jan 2022 06:43:41 +0800\0"
- "To\0kbuild@lists.01.org\0"
+ "Date\0Fri, 07 Jan 2022 09:57:48 +0300\0"
+ "To\0kbuild-all@lists.01.org\0"
  "\01:1\0"
  "b\0"
- "CC: kbuild-all(a)lists.01.org\n"
- "In-Reply-To: <20211231020829.29147-9-dgilbert@interlog.com>\n"
- "References: <20211231020829.29147-9-dgilbert@interlog.com>\n"
- "TO: Douglas Gilbert <dgilbert@interlog.com>\n"
- "\n"
  "Hi Douglas,\n"
  "\n"
- "Thank you for the patch! Perhaps something to improve:\n"
- "\n"
- "[auto build test WARNING on jejb-scsi/for-next]\n"
- "[also build test WARNING on mkp-scsi/for-next v5.16-rc7 next-20211224]\n"
- "[If your patch is applied to the wrong git tree, kindly drop us a note.\n"
- "And when submitting patch, we suggest to use '--base' as documented in\n"
- "https://git-scm.com/docs/git-format-patch]\n"
- "\n"
  "url:    https://github.com/0day-ci/linux/commits/Douglas-Gilbert/scsi_debug-collection-of-additions/20211231-101808\n"
  "base:   https://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git for-next\n"
- ":::::: branch date: 20 hours ago\n"
- ":::::: commit date: 20 hours ago\n"
  "config: x86_64-randconfig-m001-20211230 (https://download.01.org/0day-ci/archive/20220101/202201010609.ZMDBG5yX-lkp(a)intel.com/config)\n"
  "compiler: gcc-9 (Debian 9.3.0-22) 9.3.0\n"
  "\n"
@@ -35,7 +21,6 @@
  "\n"
  "vim +3352 drivers/scsi/scsi_debug.c\n"
  "\n"
- "bb8c063c6afcd9 Akinobu Mita       2013-09-18  3335  \n"
  "87c715dcde633f Douglas Gilbert    2020-04-21  3336  static int prot_verify_read(struct scsi_cmnd *scp, sector_t start_sec,\n"
  "bb8c063c6afcd9 Akinobu Mita       2013-09-18  3337  \t\t\t    unsigned int sectors, u32 ei_lba)\n"
  "bb8c063c6afcd9 Akinobu Mita       2013-09-18  3338  {\n"
@@ -53,6 +38,8 @@
  "49adea5162df30 Douglas Gilbert    2021-12-30  3350  \tarr = kzalloc(lb_size, GFP_ATOMIC);\n"
  "49adea5162df30 Douglas Gilbert    2021-12-30  3351  \tif (!arr)\n"
  "49adea5162df30 Douglas Gilbert    2021-12-30 @3352  \t\treturn -1;\t/* mkp, is this correct? */\n"
+ "                                                                ^^^^^^^^^^\n"
+ "\n"
  "bb8c063c6afcd9 Akinobu Mita       2013-09-18  3353  \n"
  "c45eabec08776d Akinobu Mita       2014-02-26  3354  \tfor (i = 0; i < sectors; i++, ei_lba++) {\n"
  "bb8c063c6afcd9 Akinobu Mita       2013-09-18  3355  \t\tsector = start_sec + i;\n"
@@ -94,10 +81,9 @@
  "49adea5162df30 Douglas Gilbert    2021-12-30  3391  \tkfree(arr);\n"
  "f7be677227a537 Martin K. Petersen 2021-06-08  3392  \treturn ret;\n"
  "c6a44287417de1 Martin K. Petersen 2009-01-04  3393  }\n"
- "c6a44287417de1 Martin K. Petersen 2009-01-04  3394  \n"
  "\n"
  "---\n"
  "0-DAY CI Kernel Test Service, Intel Corporation\n"
  https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
 
-37cc29a61536797c91bd931dee65fd0d913ecf0c8d15e67c0da8c78dd0759095
+89708bbd627de5763ac9e6220ebfd37cd2ad5d121965f0c29d08543b49a46006

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.