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

diff --git a/a/1.txt b/N1/1.txt
index 18616c6..1549f79 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,8 +1,27 @@
+CC: kbuild-all(a)lists.01.org
+BCC: lkp(a)intel.com
+In-Reply-To: <20220412222008.126521-21-jsmart2021@gmail.com>
+References: <20220412222008.126521-21-jsmart2021@gmail.com>
+TO: James Smart <jsmart2021@gmail.com>
+TO: linux-scsi(a)vger.kernel.org
+CC: James Smart <jsmart2021@gmail.com>
+CC: Justin Tee <justin.tee@broadcom.com>
+
 Hi James,
 
+I love your patch! Perhaps something to improve:
+
+[auto build test WARNING on jejb-scsi/for-next]
+[also build test WARNING on mkp-scsi/for-next v5.18-rc3 next-20220414]
+[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/intel-lab-lkp/linux/commits/James-Smart/lpfc-Update-lpfc-to-revision-14-2-0-2/20220413-073746
 base:   https://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git for-next
-config: x86_64-randconfig-m001-20220418 (https://download.01.org/0day-ci/archive/20220419/202204190252.8068PeSp-lkp@intel.com/config)
+:::::: branch date: 6 days ago
+:::::: commit date: 6 days ago
+config: x86_64-randconfig-m001-20220418 (https://download.01.org/0day-ci/archive/20220419/202204190252.8068PeSp-lkp(a)intel.com/config)
 compiler: gcc-11 (Debian 11.2.0-19) 11.2.0
 
 If you fix the issue, kindly add following tag as appropriate
@@ -14,6 +33,17 @@ drivers/scsi/lpfc/lpfc_sli.c:22305 lpfc_sli_prep_wqe() error: we previously assu
 
 vim +/ndlp +22305 drivers/scsi/lpfc/lpfc_sli.c
 
+561341425bcc70 James Smart 2022-02-24  22228  
+561341425bcc70 James Smart 2022-02-24  22229  /**
+561341425bcc70 James Smart 2022-02-24  22230   * lpfc_sli_prep_wqe - Prepare WQE for the command to be posted
+561341425bcc70 James Smart 2022-02-24  22231   * @phba: phba object
+561341425bcc70 James Smart 2022-02-24  22232   * @job: job entry of the command to be posted.
+561341425bcc70 James Smart 2022-02-24  22233   *
+561341425bcc70 James Smart 2022-02-24  22234   * Fill the common fields of the wqe for each of the command.
+561341425bcc70 James Smart 2022-02-24  22235   *
+561341425bcc70 James Smart 2022-02-24  22236   * Return codes:
+561341425bcc70 James Smart 2022-02-24  22237   *	None
+561341425bcc70 James Smart 2022-02-24  22238   **/
 561341425bcc70 James Smart 2022-02-24  22239  void
 561341425bcc70 James Smart 2022-02-24  22240  lpfc_sli_prep_wqe(struct lpfc_hba *phba, struct lpfc_iocbq *job)
 561341425bcc70 James Smart 2022-02-24  22241  {
@@ -74,9 +104,6 @@ vim +/ndlp +22305 drivers/scsi/lpfc/lpfc_sli.c
 561341425bcc70 James Smart 2022-02-24  22296  				bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com,
 561341425bcc70 James Smart 2022-02-24  22297  				       phba->vpi_ids[job->vport->vpi]);
 536304e3919a95 James Smart 2022-04-12 @22298  			} else if (pcmd && ndlp) {
-                                                                                   ^^^^
-Check for NULL
-
 561341425bcc70 James Smart 2022-02-24  22299  				bf_set(wqe_ct, &wqe->els_req.wqe_com, 0);
 561341425bcc70 James Smart 2022-02-24  22300  				bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com,
 561341425bcc70 James Smart 2022-02-24  22301  				       phba->sli4_hba.rpi_ids[ndlp->nlp_rpi]);
@@ -85,13 +112,6 @@ Check for NULL
 561341425bcc70 James Smart 2022-02-24  22304  
 561341425bcc70 James Smart 2022-02-24 @22305  		bf_set(wqe_temp_rpi, &wqe->els_req.wqe_com,
 
-The kbuild email generator chopped off the important line but it looks
-like this:
-
-		phba->sli4_hba.rpi_ids[ndlp->nlp_rpi]);
-        	                       ^^^^^^
-Unchecked dereference.
-
 -- 
 0-DAY CI Kernel Test Service
 https://01.org/lkp
diff --git a/a/content_digest b/N1/content_digest
index fdfd361..b066ab5 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,21 +1,33 @@
- "ref\020220412222008.126521-21-jsmart2021@gmail.com\0"
- "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
+ "From\0kernel test robot <lkp@intel.com>\0"
  "Subject\0Re: [PATCH 20/26] lpfc: Fix field overload in lpfc_iocbq data structure\0"
- "Date\0Fri, 22 Apr 2022 17:51:13 +0300\0"
- "To\0kbuild@lists.01.org"
-  James Smart <jsmart2021@gmail.com>
- " linux-scsi@vger.kernel.org\0"
- "Cc\0lkp@intel.com"
-  kbuild-all@lists.01.org
-  James Smart <jsmart2021@gmail.com>
- " Justin Tee <justin.tee@broadcom.com>\0"
- "\00:1\0"
+ "Date\0Tue, 19 Apr 2022 02:53:23 +0800\0"
+ "To\0kbuild@lists.01.org\0"
+ "\01:1\0"
  "b\0"
+ "CC: kbuild-all(a)lists.01.org\n"
+ "BCC: lkp(a)intel.com\n"
+ "In-Reply-To: <20220412222008.126521-21-jsmart2021@gmail.com>\n"
+ "References: <20220412222008.126521-21-jsmart2021@gmail.com>\n"
+ "TO: James Smart <jsmart2021@gmail.com>\n"
+ "TO: linux-scsi(a)vger.kernel.org\n"
+ "CC: James Smart <jsmart2021@gmail.com>\n"
+ "CC: Justin Tee <justin.tee@broadcom.com>\n"
+ "\n"
  "Hi James,\n"
  "\n"
+ "I love your 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.18-rc3 next-20220414]\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/intel-lab-lkp/linux/commits/James-Smart/lpfc-Update-lpfc-to-revision-14-2-0-2/20220413-073746\n"
  "base:   https://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git for-next\n"
- "config: x86_64-randconfig-m001-20220418 (https://download.01.org/0day-ci/archive/20220419/202204190252.8068PeSp-lkp@intel.com/config)\n"
+ ":::::: branch date: 6 days ago\n"
+ ":::::: commit date: 6 days ago\n"
+ "config: x86_64-randconfig-m001-20220418 (https://download.01.org/0day-ci/archive/20220419/202204190252.8068PeSp-lkp(a)intel.com/config)\n"
  "compiler: gcc-11 (Debian 11.2.0-19) 11.2.0\n"
  "\n"
  "If you fix the issue, kindly add following tag as appropriate\n"
@@ -27,6 +39,17 @@
  "\n"
  "vim +/ndlp +22305 drivers/scsi/lpfc/lpfc_sli.c\n"
  "\n"
+ "561341425bcc70 James Smart 2022-02-24  22228  \n"
+ "561341425bcc70 James Smart 2022-02-24  22229  /**\n"
+ "561341425bcc70 James Smart 2022-02-24  22230   * lpfc_sli_prep_wqe - Prepare WQE for the command to be posted\n"
+ "561341425bcc70 James Smart 2022-02-24  22231   * @phba: phba object\n"
+ "561341425bcc70 James Smart 2022-02-24  22232   * @job: job entry of the command to be posted.\n"
+ "561341425bcc70 James Smart 2022-02-24  22233   *\n"
+ "561341425bcc70 James Smart 2022-02-24  22234   * Fill the common fields of the wqe for each of the command.\n"
+ "561341425bcc70 James Smart 2022-02-24  22235   *\n"
+ "561341425bcc70 James Smart 2022-02-24  22236   * Return codes:\n"
+ "561341425bcc70 James Smart 2022-02-24  22237   *\tNone\n"
+ "561341425bcc70 James Smart 2022-02-24  22238   **/\n"
  "561341425bcc70 James Smart 2022-02-24  22239  void\n"
  "561341425bcc70 James Smart 2022-02-24  22240  lpfc_sli_prep_wqe(struct lpfc_hba *phba, struct lpfc_iocbq *job)\n"
  "561341425bcc70 James Smart 2022-02-24  22241  {\n"
@@ -87,9 +110,6 @@
  "561341425bcc70 James Smart 2022-02-24  22296  \t\t\t\tbf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com,\n"
  "561341425bcc70 James Smart 2022-02-24  22297  \t\t\t\t       phba->vpi_ids[job->vport->vpi]);\n"
  "536304e3919a95 James Smart 2022-04-12 @22298  \t\t\t} else if (pcmd && ndlp) {\n"
- "                                                                                   ^^^^\n"
- "Check for NULL\n"
- "\n"
  "561341425bcc70 James Smart 2022-02-24  22299  \t\t\t\tbf_set(wqe_ct, &wqe->els_req.wqe_com, 0);\n"
  "561341425bcc70 James Smart 2022-02-24  22300  \t\t\t\tbf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com,\n"
  "561341425bcc70 James Smart 2022-02-24  22301  \t\t\t\t       phba->sli4_hba.rpi_ids[ndlp->nlp_rpi]);\n"
@@ -98,15 +118,8 @@
  "561341425bcc70 James Smart 2022-02-24  22304  \n"
  "561341425bcc70 James Smart 2022-02-24 @22305  \t\tbf_set(wqe_temp_rpi, &wqe->els_req.wqe_com,\n"
  "\n"
- "The kbuild email generator chopped off the important line but it looks\n"
- "like this:\n"
- "\n"
- "\t\tphba->sli4_hba.rpi_ids[ndlp->nlp_rpi]);\n"
- "        \t                       ^^^^^^\n"
- "Unchecked dereference.\n"
- "\n"
  "-- \n"
  "0-DAY CI Kernel Test Service\n"
  https://01.org/lkp
 
-ace242edc692cd7b731517e4a5c04d2b2fcec3fd0b6ec06242a670a1da35bb9e
+01c4409e959daa4ad6e111107fd3ace91c71e3f2d60fc651c84fa0392c176f30

diff --git a/a/1.txt b/N2/1.txt
index 18616c6..c595704 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -2,7 +2,7 @@ Hi James,
 
 url:    https://github.com/intel-lab-lkp/linux/commits/James-Smart/lpfc-Update-lpfc-to-revision-14-2-0-2/20220413-073746
 base:   https://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git for-next
-config: x86_64-randconfig-m001-20220418 (https://download.01.org/0day-ci/archive/20220419/202204190252.8068PeSp-lkp@intel.com/config)
+config: x86_64-randconfig-m001-20220418 (https://download.01.org/0day-ci/archive/20220419/202204190252.8068PeSp-lkp(a)intel.com/config)
 compiler: gcc-11 (Debian 11.2.0-19) 11.2.0
 
 If you fix the issue, kindly add following tag as appropriate
diff --git a/a/content_digest b/N2/content_digest
index fdfd361..e732520 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,20 +2,14 @@
  "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0Re: [PATCH 20/26] lpfc: Fix field overload in lpfc_iocbq data structure\0"
  "Date\0Fri, 22 Apr 2022 17:51:13 +0300\0"
- "To\0kbuild@lists.01.org"
-  James Smart <jsmart2021@gmail.com>
- " linux-scsi@vger.kernel.org\0"
- "Cc\0lkp@intel.com"
-  kbuild-all@lists.01.org
-  James Smart <jsmart2021@gmail.com>
- " Justin Tee <justin.tee@broadcom.com>\0"
- "\00:1\0"
+ "To\0kbuild-all@lists.01.org\0"
+ "\01:1\0"
  "b\0"
  "Hi James,\n"
  "\n"
  "url:    https://github.com/intel-lab-lkp/linux/commits/James-Smart/lpfc-Update-lpfc-to-revision-14-2-0-2/20220413-073746\n"
  "base:   https://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git for-next\n"
- "config: x86_64-randconfig-m001-20220418 (https://download.01.org/0day-ci/archive/20220419/202204190252.8068PeSp-lkp@intel.com/config)\n"
+ "config: x86_64-randconfig-m001-20220418 (https://download.01.org/0day-ci/archive/20220419/202204190252.8068PeSp-lkp(a)intel.com/config)\n"
  "compiler: gcc-11 (Debian 11.2.0-19) 11.2.0\n"
  "\n"
  "If you fix the issue, kindly add following tag as appropriate\n"
@@ -109,4 +103,4 @@
  "0-DAY CI Kernel Test Service\n"
  https://01.org/lkp
 
-ace242edc692cd7b731517e4a5c04d2b2fcec3fd0b6ec06242a670a1da35bb9e
+9c5f9baaecb1d8261cee00b1dcd15771dab61b35b8097fff2b0e0beab2c83d74

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.