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

diff --git a/a/1.txt b/N1/1.txt
index 46ea59b..154e9a6 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,33 +1,8 @@
-CC: kbuild-all(a)lists.01.org
-In-Reply-To: <20220221114916.107045-1-sgarzare@redhat.com>
-References: <20220221114916.107045-1-sgarzare@redhat.com>
-TO: Stefano Garzarella <sgarzare@redhat.com>
-TO: "Michael S. Tsirkin" <mst@redhat.com>
-CC: linux-kernel(a)vger.kernel.org
-CC: Mike Christie <michael.christie@oracle.com>
-CC: Stefano Garzarella <sgarzare@redhat.com>
-CC: Jason Wang <jasowang@redhat.com>
-CC: netdev(a)vger.kernel.org
-CC: Asias He <asias@redhat.com>
-CC: virtualization(a)lists.linux-foundation.org
-CC: Stefan Hajnoczi <stefanha@redhat.com>
-CC: kvm(a)vger.kernel.org
-
 Hi Stefano,
 
-I love your patch! Perhaps something to improve:
-
-[auto build test WARNING on mst-vhost/linux-next]
-[also build test WARNING on linux/master net/master horms-ipvs/master net-next/master linus/master v5.17-rc5 next-20220217]
-[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/Stefano-Garzarella/vhost-vsock-don-t-check-owner-in-vhost_vsock_stop-while-releasing/20220221-195038
 base:   https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git linux-next
-:::::: branch date: 12 hours ago
-:::::: commit date: 12 hours ago
-config: x86_64-randconfig-m031-20220221 (https://download.01.org/0day-ci/archive/20220222/202202220707.AM3rKUcP-lkp(a)intel.com/config)
+config: x86_64-randconfig-m031-20220221 (https://download.01.org/0day-ci/archive/20220222/202202220707.AM3rKUcP-lkp@intel.com/config)
 compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
 
 If you fix the issue, kindly add following tag as appropriate
@@ -39,7 +14,6 @@ drivers/vhost/vsock.c:655 vhost_vsock_stop() error: uninitialized symbol 'ret'.
 
 vim +/ret +655 drivers/vhost/vsock.c
 
-433fc58e6bf2c8 Asias He           2016-07-28  631  
 3ace84c91bfcde Stefano Garzarella 2022-02-21  632  static int vhost_vsock_stop(struct vhost_vsock *vsock, bool check_owner)
 433fc58e6bf2c8 Asias He           2016-07-28  633  {
 433fc58e6bf2c8 Asias He           2016-07-28  634  	size_t i;
@@ -52,6 +26,9 @@ vim +/ret +655 drivers/vhost/vsock.c
 433fc58e6bf2c8 Asias He           2016-07-28  641  		if (ret)
 433fc58e6bf2c8 Asias He           2016-07-28  642  			goto err;
 3ace84c91bfcde Stefano Garzarella 2022-02-21  643  	}
+
+"ret" not initialized on else path.
+
 433fc58e6bf2c8 Asias He           2016-07-28  644  
 433fc58e6bf2c8 Asias He           2016-07-28  645  	for (i = 0; i < ARRAY_SIZE(vsock->vqs); i++) {
 433fc58e6bf2c8 Asias He           2016-07-28  646  		struct vhost_virtqueue *vq = &vsock->vqs[i];
@@ -65,8 +42,12 @@ vim +/ret +655 drivers/vhost/vsock.c
 433fc58e6bf2c8 Asias He           2016-07-28  654  	mutex_unlock(&vsock->dev.mutex);
 433fc58e6bf2c8 Asias He           2016-07-28 @655  	return ret;
 433fc58e6bf2c8 Asias He           2016-07-28  656  }
-433fc58e6bf2c8 Asias He           2016-07-28  657  
 
 ---
 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
+
+_______________________________________________
+Virtualization mailing list
+Virtualization@lists.linux-foundation.org
+https://lists.linuxfoundation.org/mailman/listinfo/virtualization
diff --git a/a/content_digest b/N1/content_digest
index 469b6a3..ee0c677 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,39 +1,25 @@
- "From\0kernel test robot <lkp@intel.com>\0"
+ "ref\020220221114916.107045-1-sgarzare@redhat.com\0"
+ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0Re: [PATCH] vhost/vsock: don't check owner in vhost_vsock_stop() while releasing\0"
- "Date\0Tue, 22 Feb 2022 07:51:42 +0800\0"
- "To\0kbuild@lists.01.org\0"
- "\01:1\0"
+ "Date\0Tue, 22 Feb 2022 08:30:17 +0300\0"
+ "To\0kbuild@lists.01.org"
+  Stefano Garzarella <sgarzare@redhat.com>
+ " Michael S. Tsirkin <mst@redhat.com>\0"
+ "Cc\0kbuild-all@lists.01.org"
+  lkp@intel.com
+  kvm@vger.kernel.org
+  netdev@vger.kernel.org
+  linux-kernel@vger.kernel.org
+  virtualization@lists.linux-foundation.org
+  Stefan Hajnoczi <stefanha@redhat.com>
+ " Asias He <asias@redhat.com>\0"
+ "\00:1\0"
  "b\0"
- "CC: kbuild-all(a)lists.01.org\n"
- "In-Reply-To: <20220221114916.107045-1-sgarzare@redhat.com>\n"
- "References: <20220221114916.107045-1-sgarzare@redhat.com>\n"
- "TO: Stefano Garzarella <sgarzare@redhat.com>\n"
- "TO: \"Michael S. Tsirkin\" <mst@redhat.com>\n"
- "CC: linux-kernel(a)vger.kernel.org\n"
- "CC: Mike Christie <michael.christie@oracle.com>\n"
- "CC: Stefano Garzarella <sgarzare@redhat.com>\n"
- "CC: Jason Wang <jasowang@redhat.com>\n"
- "CC: netdev(a)vger.kernel.org\n"
- "CC: Asias He <asias@redhat.com>\n"
- "CC: virtualization(a)lists.linux-foundation.org\n"
- "CC: Stefan Hajnoczi <stefanha@redhat.com>\n"
- "CC: kvm(a)vger.kernel.org\n"
- "\n"
  "Hi Stefano,\n"
  "\n"
- "I love your patch! Perhaps something to improve:\n"
- "\n"
- "[auto build test WARNING on mst-vhost/linux-next]\n"
- "[also build test WARNING on linux/master net/master horms-ipvs/master net-next/master linus/master v5.17-rc5 next-20220217]\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/Stefano-Garzarella/vhost-vsock-don-t-check-owner-in-vhost_vsock_stop-while-releasing/20220221-195038\n"
  "base:   https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git linux-next\n"
- ":::::: branch date: 12 hours ago\n"
- ":::::: commit date: 12 hours ago\n"
- "config: x86_64-randconfig-m031-20220221 (https://download.01.org/0day-ci/archive/20220222/202202220707.AM3rKUcP-lkp(a)intel.com/config)\n"
+ "config: x86_64-randconfig-m031-20220221 (https://download.01.org/0day-ci/archive/20220222/202202220707.AM3rKUcP-lkp@intel.com/config)\n"
  "compiler: gcc-9 (Debian 9.3.0-22) 9.3.0\n"
  "\n"
  "If you fix the issue, kindly add following tag as appropriate\n"
@@ -45,7 +31,6 @@
  "\n"
  "vim +/ret +655 drivers/vhost/vsock.c\n"
  "\n"
- "433fc58e6bf2c8 Asias He           2016-07-28  631  \n"
  "3ace84c91bfcde Stefano Garzarella 2022-02-21  632  static int vhost_vsock_stop(struct vhost_vsock *vsock, bool check_owner)\n"
  "433fc58e6bf2c8 Asias He           2016-07-28  633  {\n"
  "433fc58e6bf2c8 Asias He           2016-07-28  634  \tsize_t i;\n"
@@ -58,6 +43,9 @@
  "433fc58e6bf2c8 Asias He           2016-07-28  641  \t\tif (ret)\n"
  "433fc58e6bf2c8 Asias He           2016-07-28  642  \t\t\tgoto err;\n"
  "3ace84c91bfcde Stefano Garzarella 2022-02-21  643  \t}\n"
+ "\n"
+ "\"ret\" not initialized on else path.\n"
+ "\n"
  "433fc58e6bf2c8 Asias He           2016-07-28  644  \n"
  "433fc58e6bf2c8 Asias He           2016-07-28  645  \tfor (i = 0; i < ARRAY_SIZE(vsock->vqs); i++) {\n"
  "433fc58e6bf2c8 Asias He           2016-07-28  646  \t\tstruct vhost_virtqueue *vq = &vsock->vqs[i];\n"
@@ -71,10 +59,14 @@
  "433fc58e6bf2c8 Asias He           2016-07-28  654  \tmutex_unlock(&vsock->dev.mutex);\n"
  "433fc58e6bf2c8 Asias He           2016-07-28 @655  \treturn ret;\n"
  "433fc58e6bf2c8 Asias He           2016-07-28  656  }\n"
- "433fc58e6bf2c8 Asias He           2016-07-28  657  \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\n"
+ "\n"
+ "_______________________________________________\n"
+ "Virtualization mailing list\n"
+ "Virtualization@lists.linux-foundation.org\n"
+ https://lists.linuxfoundation.org/mailman/listinfo/virtualization
 
-6c2eb4160df8f6334f0f99c5415c073de9083dc6af9757687ee2769660178f57
+e5f8a0a3cfcaf3ebd0d6a6179fed08b80d3000f71be7192d02a23699dbfa819d

diff --git a/a/1.txt b/N2/1.txt
index 46ea59b..705194a 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,33 +1,8 @@
-CC: kbuild-all(a)lists.01.org
-In-Reply-To: <20220221114916.107045-1-sgarzare@redhat.com>
-References: <20220221114916.107045-1-sgarzare@redhat.com>
-TO: Stefano Garzarella <sgarzare@redhat.com>
-TO: "Michael S. Tsirkin" <mst@redhat.com>
-CC: linux-kernel(a)vger.kernel.org
-CC: Mike Christie <michael.christie@oracle.com>
-CC: Stefano Garzarella <sgarzare@redhat.com>
-CC: Jason Wang <jasowang@redhat.com>
-CC: netdev(a)vger.kernel.org
-CC: Asias He <asias@redhat.com>
-CC: virtualization(a)lists.linux-foundation.org
-CC: Stefan Hajnoczi <stefanha@redhat.com>
-CC: kvm(a)vger.kernel.org
-
 Hi Stefano,
 
-I love your patch! Perhaps something to improve:
-
-[auto build test WARNING on mst-vhost/linux-next]
-[also build test WARNING on linux/master net/master horms-ipvs/master net-next/master linus/master v5.17-rc5 next-20220217]
-[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/Stefano-Garzarella/vhost-vsock-don-t-check-owner-in-vhost_vsock_stop-while-releasing/20220221-195038
 base:   https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git linux-next
-:::::: branch date: 12 hours ago
-:::::: commit date: 12 hours ago
-config: x86_64-randconfig-m031-20220221 (https://download.01.org/0day-ci/archive/20220222/202202220707.AM3rKUcP-lkp(a)intel.com/config)
+config: x86_64-randconfig-m031-20220221 (https://download.01.org/0day-ci/archive/20220222/202202220707.AM3rKUcP-lkp@intel.com/config)
 compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
 
 If you fix the issue, kindly add following tag as appropriate
@@ -39,7 +14,6 @@ drivers/vhost/vsock.c:655 vhost_vsock_stop() error: uninitialized symbol 'ret'.
 
 vim +/ret +655 drivers/vhost/vsock.c
 
-433fc58e6bf2c8 Asias He           2016-07-28  631  
 3ace84c91bfcde Stefano Garzarella 2022-02-21  632  static int vhost_vsock_stop(struct vhost_vsock *vsock, bool check_owner)
 433fc58e6bf2c8 Asias He           2016-07-28  633  {
 433fc58e6bf2c8 Asias He           2016-07-28  634  	size_t i;
@@ -52,6 +26,9 @@ vim +/ret +655 drivers/vhost/vsock.c
 433fc58e6bf2c8 Asias He           2016-07-28  641  		if (ret)
 433fc58e6bf2c8 Asias He           2016-07-28  642  			goto err;
 3ace84c91bfcde Stefano Garzarella 2022-02-21  643  	}
+
+"ret" not initialized on else path.
+
 433fc58e6bf2c8 Asias He           2016-07-28  644  
 433fc58e6bf2c8 Asias He           2016-07-28  645  	for (i = 0; i < ARRAY_SIZE(vsock->vqs); i++) {
 433fc58e6bf2c8 Asias He           2016-07-28  646  		struct vhost_virtqueue *vq = &vsock->vqs[i];
@@ -65,8 +42,7 @@ vim +/ret +655 drivers/vhost/vsock.c
 433fc58e6bf2c8 Asias He           2016-07-28  654  	mutex_unlock(&vsock->dev.mutex);
 433fc58e6bf2c8 Asias He           2016-07-28 @655  	return ret;
 433fc58e6bf2c8 Asias He           2016-07-28  656  }
-433fc58e6bf2c8 Asias He           2016-07-28  657  
 
 ---
 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 469b6a3..3a1622d 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,39 +1,28 @@
- "From\0kernel test robot <lkp@intel.com>\0"
+ "ref\020220221114916.107045-1-sgarzare@redhat.com\0"
+ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0Re: [PATCH] vhost/vsock: don't check owner in vhost_vsock_stop() while releasing\0"
- "Date\0Tue, 22 Feb 2022 07:51:42 +0800\0"
- "To\0kbuild@lists.01.org\0"
- "\01:1\0"
+ "Date\0Tue, 22 Feb 2022 08:30:17 +0300\0"
+ "To\0kbuild@lists.01.org"
+  Stefano Garzarella <sgarzare@redhat.com>
+ " Michael S. Tsirkin <mst@redhat.com>\0"
+ "Cc\0lkp@intel.com"
+  kbuild-all@lists.01.org
+  linux-kernel@vger.kernel.org
+  Mike Christie <michael.christie@oracle.com>
+  Stefano Garzarella <sgarzare@redhat.com>
+  Jason Wang <jasowang@redhat.com>
+  netdev@vger.kernel.org
+  Asias He <asias@redhat.com>
+  virtualization@lists.linux-foundation.org
+  Stefan Hajnoczi <stefanha@redhat.com>
+ " kvm@vger.kernel.org\0"
+ "\00:1\0"
  "b\0"
- "CC: kbuild-all(a)lists.01.org\n"
- "In-Reply-To: <20220221114916.107045-1-sgarzare@redhat.com>\n"
- "References: <20220221114916.107045-1-sgarzare@redhat.com>\n"
- "TO: Stefano Garzarella <sgarzare@redhat.com>\n"
- "TO: \"Michael S. Tsirkin\" <mst@redhat.com>\n"
- "CC: linux-kernel(a)vger.kernel.org\n"
- "CC: Mike Christie <michael.christie@oracle.com>\n"
- "CC: Stefano Garzarella <sgarzare@redhat.com>\n"
- "CC: Jason Wang <jasowang@redhat.com>\n"
- "CC: netdev(a)vger.kernel.org\n"
- "CC: Asias He <asias@redhat.com>\n"
- "CC: virtualization(a)lists.linux-foundation.org\n"
- "CC: Stefan Hajnoczi <stefanha@redhat.com>\n"
- "CC: kvm(a)vger.kernel.org\n"
- "\n"
  "Hi Stefano,\n"
  "\n"
- "I love your patch! Perhaps something to improve:\n"
- "\n"
- "[auto build test WARNING on mst-vhost/linux-next]\n"
- "[also build test WARNING on linux/master net/master horms-ipvs/master net-next/master linus/master v5.17-rc5 next-20220217]\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/Stefano-Garzarella/vhost-vsock-don-t-check-owner-in-vhost_vsock_stop-while-releasing/20220221-195038\n"
  "base:   https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git linux-next\n"
- ":::::: branch date: 12 hours ago\n"
- ":::::: commit date: 12 hours ago\n"
- "config: x86_64-randconfig-m031-20220221 (https://download.01.org/0day-ci/archive/20220222/202202220707.AM3rKUcP-lkp(a)intel.com/config)\n"
+ "config: x86_64-randconfig-m031-20220221 (https://download.01.org/0day-ci/archive/20220222/202202220707.AM3rKUcP-lkp@intel.com/config)\n"
  "compiler: gcc-9 (Debian 9.3.0-22) 9.3.0\n"
  "\n"
  "If you fix the issue, kindly add following tag as appropriate\n"
@@ -45,7 +34,6 @@
  "\n"
  "vim +/ret +655 drivers/vhost/vsock.c\n"
  "\n"
- "433fc58e6bf2c8 Asias He           2016-07-28  631  \n"
  "3ace84c91bfcde Stefano Garzarella 2022-02-21  632  static int vhost_vsock_stop(struct vhost_vsock *vsock, bool check_owner)\n"
  "433fc58e6bf2c8 Asias He           2016-07-28  633  {\n"
  "433fc58e6bf2c8 Asias He           2016-07-28  634  \tsize_t i;\n"
@@ -58,6 +46,9 @@
  "433fc58e6bf2c8 Asias He           2016-07-28  641  \t\tif (ret)\n"
  "433fc58e6bf2c8 Asias He           2016-07-28  642  \t\t\tgoto err;\n"
  "3ace84c91bfcde Stefano Garzarella 2022-02-21  643  \t}\n"
+ "\n"
+ "\"ret\" not initialized on else path.\n"
+ "\n"
  "433fc58e6bf2c8 Asias He           2016-07-28  644  \n"
  "433fc58e6bf2c8 Asias He           2016-07-28  645  \tfor (i = 0; i < ARRAY_SIZE(vsock->vqs); i++) {\n"
  "433fc58e6bf2c8 Asias He           2016-07-28  646  \t\tstruct vhost_virtqueue *vq = &vsock->vqs[i];\n"
@@ -71,10 +62,9 @@
  "433fc58e6bf2c8 Asias He           2016-07-28  654  \tmutex_unlock(&vsock->dev.mutex);\n"
  "433fc58e6bf2c8 Asias He           2016-07-28 @655  \treturn ret;\n"
  "433fc58e6bf2c8 Asias He           2016-07-28  656  }\n"
- "433fc58e6bf2c8 Asias He           2016-07-28  657  \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
 
-6c2eb4160df8f6334f0f99c5415c073de9083dc6af9757687ee2769660178f57
+01075ecc3f47e3b0440872b194bd69a5b22e2bad3d2489ca293ac2e91a7aa764

diff --git a/a/1.txt b/N3/1.txt
index 46ea59b..75b4e1f 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -1,32 +1,7 @@
-CC: kbuild-all(a)lists.01.org
-In-Reply-To: <20220221114916.107045-1-sgarzare@redhat.com>
-References: <20220221114916.107045-1-sgarzare@redhat.com>
-TO: Stefano Garzarella <sgarzare@redhat.com>
-TO: "Michael S. Tsirkin" <mst@redhat.com>
-CC: linux-kernel(a)vger.kernel.org
-CC: Mike Christie <michael.christie@oracle.com>
-CC: Stefano Garzarella <sgarzare@redhat.com>
-CC: Jason Wang <jasowang@redhat.com>
-CC: netdev(a)vger.kernel.org
-CC: Asias He <asias@redhat.com>
-CC: virtualization(a)lists.linux-foundation.org
-CC: Stefan Hajnoczi <stefanha@redhat.com>
-CC: kvm(a)vger.kernel.org
-
 Hi Stefano,
 
-I love your patch! Perhaps something to improve:
-
-[auto build test WARNING on mst-vhost/linux-next]
-[also build test WARNING on linux/master net/master horms-ipvs/master net-next/master linus/master v5.17-rc5 next-20220217]
-[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/Stefano-Garzarella/vhost-vsock-don-t-check-owner-in-vhost_vsock_stop-while-releasing/20220221-195038
 base:   https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git linux-next
-:::::: branch date: 12 hours ago
-:::::: commit date: 12 hours ago
 config: x86_64-randconfig-m031-20220221 (https://download.01.org/0day-ci/archive/20220222/202202220707.AM3rKUcP-lkp(a)intel.com/config)
 compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
 
@@ -39,7 +14,6 @@ drivers/vhost/vsock.c:655 vhost_vsock_stop() error: uninitialized symbol 'ret'.
 
 vim +/ret +655 drivers/vhost/vsock.c
 
-433fc58e6bf2c8 Asias He           2016-07-28  631  
 3ace84c91bfcde Stefano Garzarella 2022-02-21  632  static int vhost_vsock_stop(struct vhost_vsock *vsock, bool check_owner)
 433fc58e6bf2c8 Asias He           2016-07-28  633  {
 433fc58e6bf2c8 Asias He           2016-07-28  634  	size_t i;
@@ -52,6 +26,9 @@ vim +/ret +655 drivers/vhost/vsock.c
 433fc58e6bf2c8 Asias He           2016-07-28  641  		if (ret)
 433fc58e6bf2c8 Asias He           2016-07-28  642  			goto err;
 3ace84c91bfcde Stefano Garzarella 2022-02-21  643  	}
+
+"ret" not initialized on else path.
+
 433fc58e6bf2c8 Asias He           2016-07-28  644  
 433fc58e6bf2c8 Asias He           2016-07-28  645  	for (i = 0; i < ARRAY_SIZE(vsock->vqs); i++) {
 433fc58e6bf2c8 Asias He           2016-07-28  646  		struct vhost_virtqueue *vq = &vsock->vqs[i];
@@ -65,7 +42,6 @@ vim +/ret +655 drivers/vhost/vsock.c
 433fc58e6bf2c8 Asias He           2016-07-28  654  	mutex_unlock(&vsock->dev.mutex);
 433fc58e6bf2c8 Asias He           2016-07-28 @655  	return ret;
 433fc58e6bf2c8 Asias He           2016-07-28  656  }
-433fc58e6bf2c8 Asias He           2016-07-28  657  
 
 ---
 0-DAY CI Kernel Test Service, Intel Corporation
diff --git a/a/content_digest b/N3/content_digest
index 469b6a3..50354bd 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -1,38 +1,14 @@
- "From\0kernel test robot <lkp@intel.com>\0"
+ "ref\020220221114916.107045-1-sgarzare@redhat.com\0"
+ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0Re: [PATCH] vhost/vsock: don't check owner in vhost_vsock_stop() while releasing\0"
- "Date\0Tue, 22 Feb 2022 07:51:42 +0800\0"
- "To\0kbuild@lists.01.org\0"
+ "Date\0Tue, 22 Feb 2022 08:30:17 +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: <20220221114916.107045-1-sgarzare@redhat.com>\n"
- "References: <20220221114916.107045-1-sgarzare@redhat.com>\n"
- "TO: Stefano Garzarella <sgarzare@redhat.com>\n"
- "TO: \"Michael S. Tsirkin\" <mst@redhat.com>\n"
- "CC: linux-kernel(a)vger.kernel.org\n"
- "CC: Mike Christie <michael.christie@oracle.com>\n"
- "CC: Stefano Garzarella <sgarzare@redhat.com>\n"
- "CC: Jason Wang <jasowang@redhat.com>\n"
- "CC: netdev(a)vger.kernel.org\n"
- "CC: Asias He <asias@redhat.com>\n"
- "CC: virtualization(a)lists.linux-foundation.org\n"
- "CC: Stefan Hajnoczi <stefanha@redhat.com>\n"
- "CC: kvm(a)vger.kernel.org\n"
- "\n"
  "Hi Stefano,\n"
  "\n"
- "I love your patch! Perhaps something to improve:\n"
- "\n"
- "[auto build test WARNING on mst-vhost/linux-next]\n"
- "[also build test WARNING on linux/master net/master horms-ipvs/master net-next/master linus/master v5.17-rc5 next-20220217]\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/Stefano-Garzarella/vhost-vsock-don-t-check-owner-in-vhost_vsock_stop-while-releasing/20220221-195038\n"
  "base:   https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git linux-next\n"
- ":::::: branch date: 12 hours ago\n"
- ":::::: commit date: 12 hours ago\n"
  "config: x86_64-randconfig-m031-20220221 (https://download.01.org/0day-ci/archive/20220222/202202220707.AM3rKUcP-lkp(a)intel.com/config)\n"
  "compiler: gcc-9 (Debian 9.3.0-22) 9.3.0\n"
  "\n"
@@ -45,7 +21,6 @@
  "\n"
  "vim +/ret +655 drivers/vhost/vsock.c\n"
  "\n"
- "433fc58e6bf2c8 Asias He           2016-07-28  631  \n"
  "3ace84c91bfcde Stefano Garzarella 2022-02-21  632  static int vhost_vsock_stop(struct vhost_vsock *vsock, bool check_owner)\n"
  "433fc58e6bf2c8 Asias He           2016-07-28  633  {\n"
  "433fc58e6bf2c8 Asias He           2016-07-28  634  \tsize_t i;\n"
@@ -58,6 +33,9 @@
  "433fc58e6bf2c8 Asias He           2016-07-28  641  \t\tif (ret)\n"
  "433fc58e6bf2c8 Asias He           2016-07-28  642  \t\t\tgoto err;\n"
  "3ace84c91bfcde Stefano Garzarella 2022-02-21  643  \t}\n"
+ "\n"
+ "\"ret\" not initialized on else path.\n"
+ "\n"
  "433fc58e6bf2c8 Asias He           2016-07-28  644  \n"
  "433fc58e6bf2c8 Asias He           2016-07-28  645  \tfor (i = 0; i < ARRAY_SIZE(vsock->vqs); i++) {\n"
  "433fc58e6bf2c8 Asias He           2016-07-28  646  \t\tstruct vhost_virtqueue *vq = &vsock->vqs[i];\n"
@@ -71,10 +49,9 @@
  "433fc58e6bf2c8 Asias He           2016-07-28  654  \tmutex_unlock(&vsock->dev.mutex);\n"
  "433fc58e6bf2c8 Asias He           2016-07-28 @655  \treturn ret;\n"
  "433fc58e6bf2c8 Asias He           2016-07-28  656  }\n"
- "433fc58e6bf2c8 Asias He           2016-07-28  657  \n"
  "\n"
  "---\n"
  "0-DAY CI Kernel Test Service, Intel Corporation\n"
  https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
 
-6c2eb4160df8f6334f0f99c5415c073de9083dc6af9757687ee2769660178f57
+6e323172ab4466fc990381a181931016f74ddbcb02074ee25afa911d3c2fd351

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.