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

diff --git a/a/1.txt b/N1/1.txt
index b52f8c1..d09e4bc 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,14 +1,6 @@
-CC: kbuild-all(a)lists.01.org
-CC: linux-kernel(a)vger.kernel.org
-TO: Sreekanth Reddy <sreekanth.reddy@broadcom.com>
-CC: "Martin K. Petersen" <martin.petersen@oracle.com>
-
 tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
 head:   d567f5db412ed52de0b3b3efca4a451263de6108
 commit: b64845a7d4039ab9667bafff9d7bb59365f17c0f scsi: mpi3mr: Detect async reset that occurred in firmware
-date:   8 weeks ago
-:::::: branch date: 6 hours ago
-:::::: commit date: 8 weeks ago
 config: s390-randconfig-m031-20220214 (https://download.01.org/0day-ci/archive/20220215/202202150735.ENek3KKS-lkp(a)intel.com/config)
 compiler: s390-linux-gcc (GCC) 11.2.0
 
@@ -19,26 +11,8 @@ Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
 New smatch warnings:
 drivers/scsi/mpi3mr/mpi3mr_fw.c:1209 mpi3mr_issue_reset() error: uninitialized symbol 'host_diagnostic'.
 
-Old smatch warnings:
-drivers/scsi/mpi3mr/mpi3mr_fw.c:1691 mpi3mr_create_op_reply_q() error: we previously assumed 'op_reply_q->q_segments' could be null (see line 1662)
-drivers/scsi/mpi3mr/mpi3mr_fw.c:1796 mpi3mr_create_op_req_q() error: we previously assumed 'op_req_q->q_segments' could be null (see line 1769)
-
 vim +/host_diagnostic +1209 drivers/scsi/mpi3mr/mpi3mr_fw.c
 
-824a156633dfdb Kashyap Desai   2021-05-20  1167  
-824a156633dfdb Kashyap Desai   2021-05-20  1168  /**
-824a156633dfdb Kashyap Desai   2021-05-20  1169   * mpi3mr_issue_reset - Issue reset to the controller
-824a156633dfdb Kashyap Desai   2021-05-20  1170   * @mrioc: Adapter reference
-824a156633dfdb Kashyap Desai   2021-05-20  1171   * @reset_type: Reset type
-824a156633dfdb Kashyap Desai   2021-05-20  1172   * @reset_reason: Reset reason code
-824a156633dfdb Kashyap Desai   2021-05-20  1173   *
-f061178e076210 Kashyap Desai   2021-05-20  1174   * Unlock the host diagnostic registers and write the specific
-f061178e076210 Kashyap Desai   2021-05-20  1175   * reset type to that, wait for reset acknowledgment from the
-f061178e076210 Kashyap Desai   2021-05-20  1176   * controller, if the reset is not successful retry for the
-f061178e076210 Kashyap Desai   2021-05-20  1177   * predefined number of times.
-824a156633dfdb Kashyap Desai   2021-05-20  1178   *
-824a156633dfdb Kashyap Desai   2021-05-20  1179   * Return: 0 on success, non-zero on failure.
-824a156633dfdb Kashyap Desai   2021-05-20  1180   */
 824a156633dfdb Kashyap Desai   2021-05-20  1181  static int mpi3mr_issue_reset(struct mpi3mr_ioc *mrioc, u16 reset_type,
 824a156633dfdb Kashyap Desai   2021-05-20  1182  	u32 reset_reason)
 824a156633dfdb Kashyap Desai   2021-05-20  1183  {
@@ -71,6 +45,9 @@ b64845a7d4039a Sreekanth Reddy 2021-12-20 @1209  			ioc_err(mrioc,
 b64845a7d4039a Sreekanth Reddy 2021-12-20  1210  			    "%s reset failed due to unlock failure, host_diagnostic(0x%08x)\n",
 b64845a7d4039a Sreekanth Reddy 2021-12-20  1211  			    mpi3mr_reset_type_name(reset_type),
 b64845a7d4039a Sreekanth Reddy 2021-12-20  1212  			    host_diagnostic);
+
+Not intialized yet.
+
 f061178e076210 Kashyap Desai   2021-05-20  1213  			mrioc->unrecoverable = 1;
 b64845a7d4039a Sreekanth Reddy 2021-12-20  1214  			return retval;
 f061178e076210 Kashyap Desai   2021-05-20  1215  		}
@@ -143,7 +120,6 @@ b64845a7d4039a Sreekanth Reddy 2021-12-20  1281  	if (retval)
 b64845a7d4039a Sreekanth Reddy 2021-12-20  1282  		mrioc->unrecoverable = 1;
 f061178e076210 Kashyap Desai   2021-05-20  1283  	return retval;
 824a156633dfdb Kashyap Desai   2021-05-20  1284  }
-824a156633dfdb Kashyap Desai   2021-05-20  1285  
 
 ---
 0-DAY CI Kernel Test Service, Intel Corporation
diff --git a/a/content_digest b/N1/content_digest
index fce16c4..d424f9f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,20 +1,12 @@
- "From\0kernel test robot <lkp@intel.com>\0"
+ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0drivers/scsi/mpi3mr/mpi3mr_fw.c:1209 mpi3mr_issue_reset() error: uninitialized symbol 'host_diagnostic'.\0"
- "Date\0Tue, 15 Feb 2022 07:47:57 +0800\0"
- "To\0kbuild@lists.01.org\0"
+ "Date\0Thu, 17 Feb 2022 16:03:45 +0300\0"
+ "To\0kbuild-all@lists.01.org\0"
  "\01:1\0"
  "b\0"
- "CC: kbuild-all(a)lists.01.org\n"
- "CC: linux-kernel(a)vger.kernel.org\n"
- "TO: Sreekanth Reddy <sreekanth.reddy@broadcom.com>\n"
- "CC: \"Martin K. Petersen\" <martin.petersen@oracle.com>\n"
- "\n"
  "tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master\n"
  "head:   d567f5db412ed52de0b3b3efca4a451263de6108\n"
  "commit: b64845a7d4039ab9667bafff9d7bb59365f17c0f scsi: mpi3mr: Detect async reset that occurred in firmware\n"
- "date:   8 weeks ago\n"
- ":::::: branch date: 6 hours ago\n"
- ":::::: commit date: 8 weeks ago\n"
  "config: s390-randconfig-m031-20220214 (https://download.01.org/0day-ci/archive/20220215/202202150735.ENek3KKS-lkp(a)intel.com/config)\n"
  "compiler: s390-linux-gcc (GCC) 11.2.0\n"
  "\n"
@@ -25,26 +17,8 @@
  "New smatch warnings:\n"
  "drivers/scsi/mpi3mr/mpi3mr_fw.c:1209 mpi3mr_issue_reset() error: uninitialized symbol 'host_diagnostic'.\n"
  "\n"
- "Old smatch warnings:\n"
- "drivers/scsi/mpi3mr/mpi3mr_fw.c:1691 mpi3mr_create_op_reply_q() error: we previously assumed 'op_reply_q->q_segments' could be null (see line 1662)\n"
- "drivers/scsi/mpi3mr/mpi3mr_fw.c:1796 mpi3mr_create_op_req_q() error: we previously assumed 'op_req_q->q_segments' could be null (see line 1769)\n"
- "\n"
  "vim +/host_diagnostic +1209 drivers/scsi/mpi3mr/mpi3mr_fw.c\n"
  "\n"
- "824a156633dfdb Kashyap Desai   2021-05-20  1167  \n"
- "824a156633dfdb Kashyap Desai   2021-05-20  1168  /**\n"
- "824a156633dfdb Kashyap Desai   2021-05-20  1169   * mpi3mr_issue_reset - Issue reset to the controller\n"
- "824a156633dfdb Kashyap Desai   2021-05-20  1170   * @mrioc: Adapter reference\n"
- "824a156633dfdb Kashyap Desai   2021-05-20  1171   * @reset_type: Reset type\n"
- "824a156633dfdb Kashyap Desai   2021-05-20  1172   * @reset_reason: Reset reason code\n"
- "824a156633dfdb Kashyap Desai   2021-05-20  1173   *\n"
- "f061178e076210 Kashyap Desai   2021-05-20  1174   * Unlock the host diagnostic registers and write the specific\n"
- "f061178e076210 Kashyap Desai   2021-05-20  1175   * reset type to that, wait for reset acknowledgment from the\n"
- "f061178e076210 Kashyap Desai   2021-05-20  1176   * controller, if the reset is not successful retry for the\n"
- "f061178e076210 Kashyap Desai   2021-05-20  1177   * predefined number of times.\n"
- "824a156633dfdb Kashyap Desai   2021-05-20  1178   *\n"
- "824a156633dfdb Kashyap Desai   2021-05-20  1179   * Return: 0 on success, non-zero on failure.\n"
- "824a156633dfdb Kashyap Desai   2021-05-20  1180   */\n"
  "824a156633dfdb Kashyap Desai   2021-05-20  1181  static int mpi3mr_issue_reset(struct mpi3mr_ioc *mrioc, u16 reset_type,\n"
  "824a156633dfdb Kashyap Desai   2021-05-20  1182  \tu32 reset_reason)\n"
  "824a156633dfdb Kashyap Desai   2021-05-20  1183  {\n"
@@ -77,6 +51,9 @@
  "b64845a7d4039a Sreekanth Reddy 2021-12-20  1210  \t\t\t    \"%s reset failed due to unlock failure, host_diagnostic(0x%08x)\\n\",\n"
  "b64845a7d4039a Sreekanth Reddy 2021-12-20  1211  \t\t\t    mpi3mr_reset_type_name(reset_type),\n"
  "b64845a7d4039a Sreekanth Reddy 2021-12-20  1212  \t\t\t    host_diagnostic);\n"
+ "\n"
+ "Not intialized yet.\n"
+ "\n"
  "f061178e076210 Kashyap Desai   2021-05-20  1213  \t\t\tmrioc->unrecoverable = 1;\n"
  "b64845a7d4039a Sreekanth Reddy 2021-12-20  1214  \t\t\treturn retval;\n"
  "f061178e076210 Kashyap Desai   2021-05-20  1215  \t\t}\n"
@@ -149,10 +126,9 @@
  "b64845a7d4039a Sreekanth Reddy 2021-12-20  1282  \t\tmrioc->unrecoverable = 1;\n"
  "f061178e076210 Kashyap Desai   2021-05-20  1283  \treturn retval;\n"
  "824a156633dfdb Kashyap Desai   2021-05-20  1284  }\n"
- "824a156633dfdb Kashyap Desai   2021-05-20  1285  \n"
  "\n"
  "---\n"
  "0-DAY CI Kernel Test Service, Intel Corporation\n"
  https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
 
-3696a2056df5e4e3800caacf1d26f3a0801d5f70b5f02cb002fb30219e25f456
+c6e11ace613ccde8c01d15620e4571d2d67fac2a34ca5359dcfc98b6850a3139

diff --git a/a/1.txt b/N2/1.txt
index b52f8c1..2a9a00b 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,15 +1,7 @@
-CC: kbuild-all(a)lists.01.org
-CC: linux-kernel(a)vger.kernel.org
-TO: Sreekanth Reddy <sreekanth.reddy@broadcom.com>
-CC: "Martin K. Petersen" <martin.petersen@oracle.com>
-
 tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
 head:   d567f5db412ed52de0b3b3efca4a451263de6108
 commit: b64845a7d4039ab9667bafff9d7bb59365f17c0f scsi: mpi3mr: Detect async reset that occurred in firmware
-date:   8 weeks ago
-:::::: branch date: 6 hours ago
-:::::: commit date: 8 weeks ago
-config: s390-randconfig-m031-20220214 (https://download.01.org/0day-ci/archive/20220215/202202150735.ENek3KKS-lkp(a)intel.com/config)
+config: s390-randconfig-m031-20220214 (https://download.01.org/0day-ci/archive/20220215/202202150735.ENek3KKS-lkp@intel.com/config)
 compiler: s390-linux-gcc (GCC) 11.2.0
 
 If you fix the issue, kindly add following tag as appropriate
@@ -19,26 +11,8 @@ Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
 New smatch warnings:
 drivers/scsi/mpi3mr/mpi3mr_fw.c:1209 mpi3mr_issue_reset() error: uninitialized symbol 'host_diagnostic'.
 
-Old smatch warnings:
-drivers/scsi/mpi3mr/mpi3mr_fw.c:1691 mpi3mr_create_op_reply_q() error: we previously assumed 'op_reply_q->q_segments' could be null (see line 1662)
-drivers/scsi/mpi3mr/mpi3mr_fw.c:1796 mpi3mr_create_op_req_q() error: we previously assumed 'op_req_q->q_segments' could be null (see line 1769)
-
 vim +/host_diagnostic +1209 drivers/scsi/mpi3mr/mpi3mr_fw.c
 
-824a156633dfdb Kashyap Desai   2021-05-20  1167  
-824a156633dfdb Kashyap Desai   2021-05-20  1168  /**
-824a156633dfdb Kashyap Desai   2021-05-20  1169   * mpi3mr_issue_reset - Issue reset to the controller
-824a156633dfdb Kashyap Desai   2021-05-20  1170   * @mrioc: Adapter reference
-824a156633dfdb Kashyap Desai   2021-05-20  1171   * @reset_type: Reset type
-824a156633dfdb Kashyap Desai   2021-05-20  1172   * @reset_reason: Reset reason code
-824a156633dfdb Kashyap Desai   2021-05-20  1173   *
-f061178e076210 Kashyap Desai   2021-05-20  1174   * Unlock the host diagnostic registers and write the specific
-f061178e076210 Kashyap Desai   2021-05-20  1175   * reset type to that, wait for reset acknowledgment from the
-f061178e076210 Kashyap Desai   2021-05-20  1176   * controller, if the reset is not successful retry for the
-f061178e076210 Kashyap Desai   2021-05-20  1177   * predefined number of times.
-824a156633dfdb Kashyap Desai   2021-05-20  1178   *
-824a156633dfdb Kashyap Desai   2021-05-20  1179   * Return: 0 on success, non-zero on failure.
-824a156633dfdb Kashyap Desai   2021-05-20  1180   */
 824a156633dfdb Kashyap Desai   2021-05-20  1181  static int mpi3mr_issue_reset(struct mpi3mr_ioc *mrioc, u16 reset_type,
 824a156633dfdb Kashyap Desai   2021-05-20  1182  	u32 reset_reason)
 824a156633dfdb Kashyap Desai   2021-05-20  1183  {
@@ -71,6 +45,9 @@ b64845a7d4039a Sreekanth Reddy 2021-12-20 @1209  			ioc_err(mrioc,
 b64845a7d4039a Sreekanth Reddy 2021-12-20  1210  			    "%s reset failed due to unlock failure, host_diagnostic(0x%08x)\n",
 b64845a7d4039a Sreekanth Reddy 2021-12-20  1211  			    mpi3mr_reset_type_name(reset_type),
 b64845a7d4039a Sreekanth Reddy 2021-12-20  1212  			    host_diagnostic);
+
+Not intialized yet.
+
 f061178e076210 Kashyap Desai   2021-05-20  1213  			mrioc->unrecoverable = 1;
 b64845a7d4039a Sreekanth Reddy 2021-12-20  1214  			return retval;
 f061178e076210 Kashyap Desai   2021-05-20  1215  		}
@@ -143,8 +120,7 @@ b64845a7d4039a Sreekanth Reddy 2021-12-20  1281  	if (retval)
 b64845a7d4039a Sreekanth Reddy 2021-12-20  1282  		mrioc->unrecoverable = 1;
 f061178e076210 Kashyap Desai   2021-05-20  1283  	return retval;
 824a156633dfdb Kashyap Desai   2021-05-20  1284  }
-824a156633dfdb Kashyap Desai   2021-05-20  1285  
 
 ---
 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 fce16c4..48d9b1e 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,21 +1,18 @@
- "From\0kernel test robot <lkp@intel.com>\0"
+ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0drivers/scsi/mpi3mr/mpi3mr_fw.c:1209 mpi3mr_issue_reset() error: uninitialized symbol 'host_diagnostic'.\0"
- "Date\0Tue, 15 Feb 2022 07:47:57 +0800\0"
- "To\0kbuild@lists.01.org\0"
- "\01:1\0"
+ "Date\0Thu, 17 Feb 2022 16:03:45 +0300\0"
+ "To\0kbuild@lists.01.org"
+ " Sreekanth Reddy <sreekanth.reddy@broadcom.com>\0"
+ "Cc\0lkp@intel.com"
+  kbuild-all@lists.01.org
+  linux-kernel@vger.kernel.org
+ " Martin K. Petersen <martin.petersen@oracle.com>\0"
+ "\00:1\0"
  "b\0"
- "CC: kbuild-all(a)lists.01.org\n"
- "CC: linux-kernel(a)vger.kernel.org\n"
- "TO: Sreekanth Reddy <sreekanth.reddy@broadcom.com>\n"
- "CC: \"Martin K. Petersen\" <martin.petersen@oracle.com>\n"
- "\n"
  "tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master\n"
  "head:   d567f5db412ed52de0b3b3efca4a451263de6108\n"
  "commit: b64845a7d4039ab9667bafff9d7bb59365f17c0f scsi: mpi3mr: Detect async reset that occurred in firmware\n"
- "date:   8 weeks ago\n"
- ":::::: branch date: 6 hours ago\n"
- ":::::: commit date: 8 weeks ago\n"
- "config: s390-randconfig-m031-20220214 (https://download.01.org/0day-ci/archive/20220215/202202150735.ENek3KKS-lkp(a)intel.com/config)\n"
+ "config: s390-randconfig-m031-20220214 (https://download.01.org/0day-ci/archive/20220215/202202150735.ENek3KKS-lkp@intel.com/config)\n"
  "compiler: s390-linux-gcc (GCC) 11.2.0\n"
  "\n"
  "If you fix the issue, kindly add following tag as appropriate\n"
@@ -25,26 +22,8 @@
  "New smatch warnings:\n"
  "drivers/scsi/mpi3mr/mpi3mr_fw.c:1209 mpi3mr_issue_reset() error: uninitialized symbol 'host_diagnostic'.\n"
  "\n"
- "Old smatch warnings:\n"
- "drivers/scsi/mpi3mr/mpi3mr_fw.c:1691 mpi3mr_create_op_reply_q() error: we previously assumed 'op_reply_q->q_segments' could be null (see line 1662)\n"
- "drivers/scsi/mpi3mr/mpi3mr_fw.c:1796 mpi3mr_create_op_req_q() error: we previously assumed 'op_req_q->q_segments' could be null (see line 1769)\n"
- "\n"
  "vim +/host_diagnostic +1209 drivers/scsi/mpi3mr/mpi3mr_fw.c\n"
  "\n"
- "824a156633dfdb Kashyap Desai   2021-05-20  1167  \n"
- "824a156633dfdb Kashyap Desai   2021-05-20  1168  /**\n"
- "824a156633dfdb Kashyap Desai   2021-05-20  1169   * mpi3mr_issue_reset - Issue reset to the controller\n"
- "824a156633dfdb Kashyap Desai   2021-05-20  1170   * @mrioc: Adapter reference\n"
- "824a156633dfdb Kashyap Desai   2021-05-20  1171   * @reset_type: Reset type\n"
- "824a156633dfdb Kashyap Desai   2021-05-20  1172   * @reset_reason: Reset reason code\n"
- "824a156633dfdb Kashyap Desai   2021-05-20  1173   *\n"
- "f061178e076210 Kashyap Desai   2021-05-20  1174   * Unlock the host diagnostic registers and write the specific\n"
- "f061178e076210 Kashyap Desai   2021-05-20  1175   * reset type to that, wait for reset acknowledgment from the\n"
- "f061178e076210 Kashyap Desai   2021-05-20  1176   * controller, if the reset is not successful retry for the\n"
- "f061178e076210 Kashyap Desai   2021-05-20  1177   * predefined number of times.\n"
- "824a156633dfdb Kashyap Desai   2021-05-20  1178   *\n"
- "824a156633dfdb Kashyap Desai   2021-05-20  1179   * Return: 0 on success, non-zero on failure.\n"
- "824a156633dfdb Kashyap Desai   2021-05-20  1180   */\n"
  "824a156633dfdb Kashyap Desai   2021-05-20  1181  static int mpi3mr_issue_reset(struct mpi3mr_ioc *mrioc, u16 reset_type,\n"
  "824a156633dfdb Kashyap Desai   2021-05-20  1182  \tu32 reset_reason)\n"
  "824a156633dfdb Kashyap Desai   2021-05-20  1183  {\n"
@@ -77,6 +56,9 @@
  "b64845a7d4039a Sreekanth Reddy 2021-12-20  1210  \t\t\t    \"%s reset failed due to unlock failure, host_diagnostic(0x%08x)\\n\",\n"
  "b64845a7d4039a Sreekanth Reddy 2021-12-20  1211  \t\t\t    mpi3mr_reset_type_name(reset_type),\n"
  "b64845a7d4039a Sreekanth Reddy 2021-12-20  1212  \t\t\t    host_diagnostic);\n"
+ "\n"
+ "Not intialized yet.\n"
+ "\n"
  "f061178e076210 Kashyap Desai   2021-05-20  1213  \t\t\tmrioc->unrecoverable = 1;\n"
  "b64845a7d4039a Sreekanth Reddy 2021-12-20  1214  \t\t\treturn retval;\n"
  "f061178e076210 Kashyap Desai   2021-05-20  1215  \t\t}\n"
@@ -149,10 +131,9 @@
  "b64845a7d4039a Sreekanth Reddy 2021-12-20  1282  \t\tmrioc->unrecoverable = 1;\n"
  "f061178e076210 Kashyap Desai   2021-05-20  1283  \treturn retval;\n"
  "824a156633dfdb Kashyap Desai   2021-05-20  1284  }\n"
- "824a156633dfdb Kashyap Desai   2021-05-20  1285  \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
 
-3696a2056df5e4e3800caacf1d26f3a0801d5f70b5f02cb002fb30219e25f456
+ac7b25861f7960440a7e90ef82859941ab7926a26ca9064789d610ed0b1b0595

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.