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

diff --git a/a/1.txt b/N1/1.txt
index 6c49859..e92dab2 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,8 +1,3 @@
-CC: kbuild-all(a)lists.01.org
-CC: linux-kernel(a)vger.kernel.org
-TO: Xie Yongji <xieyongji@bytedance.com>
-CC: "Michael S. Tsirkin" <mst@redhat.com>
-
 Hi Xie,
 
 First bad commit (maybe != root cause):
@@ -10,9 +5,6 @@ First bad commit (maybe != root cause):
 tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
 head:   79e06c4c4950be2abd8ca5d2428a8c915aa62c24
 commit: c8a6153b6c59d95c0e091f053f6f180952ade91e vduse: Introduce VDUSE - vDPA Device in Userspace
-date:   4 months ago
-:::::: branch date: 16 hours ago
-:::::: commit date: 4 months ago
 config: arm-randconfig-m031-20220116 (https://download.01.org/0day-ci/archive/20220117/202201171409.rqbXNHlz-lkp(a)intel.com/config)
 compiler: arm-linux-gnueabi-gcc (GCC) 11.2.0
 
@@ -25,7 +17,6 @@ drivers/vdpa/vdpa_user/iova_domain.c:305 vduse_domain_alloc_iova() warn: should
 
 vim +305 drivers/vdpa/vdpa_user/iova_domain.c
 
-8c773d53fb7b64 Xie Yongji 2021-08-31  286  
 8c773d53fb7b64 Xie Yongji 2021-08-31  287  static dma_addr_t
 8c773d53fb7b64 Xie Yongji 2021-08-31  288  vduse_domain_alloc_iova(struct iova_domain *iovad,
 8c773d53fb7b64 Xie Yongji 2021-08-31  289  			unsigned long size, unsigned long limit)
@@ -45,15 +36,11 @@ vim +305 drivers/vdpa/vdpa_user/iova_domain.c
 8c773d53fb7b64 Xie Yongji 2021-08-31  303  	iova_pfn = alloc_iova_fast(iovad, iova_len, limit >> shift, true);
 8c773d53fb7b64 Xie Yongji 2021-08-31  304  
 8c773d53fb7b64 Xie Yongji 2021-08-31 @305  	return iova_pfn << shift;
-8c773d53fb7b64 Xie Yongji 2021-08-31  306  }
-8c773d53fb7b64 Xie Yongji 2021-08-31  307  
 
-:::::: The code@line 305 was first introduced by commit
-:::::: 8c773d53fb7b64267b0f55c1d3517cb8c5e29b3c vduse: Implement an MMU-based software IOTLB
+I feel like iova_pfn should probably be declared as dma_addr_t?
 
-:::::: TO: Xie Yongji <xieyongji@bytedance.com>
-:::::: CC: Michael S. Tsirkin <mst@redhat.com>
+8c773d53fb7b64 Xie Yongji 2021-08-31  306  }
 
 ---
 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/N1/content_digest
index e8cbc16..588d8f8 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,14 +1,9 @@
- "From\0kernel test robot <lkp@intel.com>\0"
+ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0drivers/vdpa/vdpa_user/iova_domain.c:305 vduse_domain_alloc_iova() warn: should 'iova_pfn << shift' be a 64 bit type?\0"
- "Date\0Mon, 17 Jan 2022 14:13:20 +0800\0"
- "To\0kbuild@lists.01.org\0"
+ "Date\0Wed, 19 Jan 2022 07:44:03 +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: Xie Yongji <xieyongji@bytedance.com>\n"
- "CC: \"Michael S. Tsirkin\" <mst@redhat.com>\n"
- "\n"
  "Hi Xie,\n"
  "\n"
  "First bad commit (maybe != root cause):\n"
@@ -16,9 +11,6 @@
  "tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master\n"
  "head:   79e06c4c4950be2abd8ca5d2428a8c915aa62c24\n"
  "commit: c8a6153b6c59d95c0e091f053f6f180952ade91e vduse: Introduce VDUSE - vDPA Device in Userspace\n"
- "date:   4 months ago\n"
- ":::::: branch date: 16 hours ago\n"
- ":::::: commit date: 4 months ago\n"
  "config: arm-randconfig-m031-20220116 (https://download.01.org/0day-ci/archive/20220117/202201171409.rqbXNHlz-lkp(a)intel.com/config)\n"
  "compiler: arm-linux-gnueabi-gcc (GCC) 11.2.0\n"
  "\n"
@@ -31,7 +23,6 @@
  "\n"
  "vim +305 drivers/vdpa/vdpa_user/iova_domain.c\n"
  "\n"
- "8c773d53fb7b64 Xie Yongji 2021-08-31  286  \n"
  "8c773d53fb7b64 Xie Yongji 2021-08-31  287  static dma_addr_t\n"
  "8c773d53fb7b64 Xie Yongji 2021-08-31  288  vduse_domain_alloc_iova(struct iova_domain *iovad,\n"
  "8c773d53fb7b64 Xie Yongji 2021-08-31  289  \t\t\tunsigned long size, unsigned long limit)\n"
@@ -51,17 +42,13 @@
  "8c773d53fb7b64 Xie Yongji 2021-08-31  303  \tiova_pfn = alloc_iova_fast(iovad, iova_len, limit >> shift, true);\n"
  "8c773d53fb7b64 Xie Yongji 2021-08-31  304  \n"
  "8c773d53fb7b64 Xie Yongji 2021-08-31 @305  \treturn iova_pfn << shift;\n"
- "8c773d53fb7b64 Xie Yongji 2021-08-31  306  }\n"
- "8c773d53fb7b64 Xie Yongji 2021-08-31  307  \n"
  "\n"
- ":::::: The code@line 305 was first introduced by commit\n"
- ":::::: 8c773d53fb7b64267b0f55c1d3517cb8c5e29b3c vduse: Implement an MMU-based software IOTLB\n"
+ "I feel like iova_pfn should probably be declared as dma_addr_t?\n"
  "\n"
- ":::::: TO: Xie Yongji <xieyongji@bytedance.com>\n"
- ":::::: CC: Michael S. Tsirkin <mst@redhat.com>\n"
+ "8c773d53fb7b64 Xie Yongji 2021-08-31  306  }\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
 
-b9619ce29a984993eb0c40b805efc6462ba868503ed4c2d5033a5253216af0a7
+61d0036c23cb05ba26bda8dfd57f078efd765069f8d19d4fe1bd5014d8c88f88

diff --git a/a/1.txt b/N2/1.txt
index 6c49859..cf43827 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,8 +1,3 @@
-CC: kbuild-all(a)lists.01.org
-CC: linux-kernel(a)vger.kernel.org
-TO: Xie Yongji <xieyongji@bytedance.com>
-CC: "Michael S. Tsirkin" <mst@redhat.com>
-
 Hi Xie,
 
 First bad commit (maybe != root cause):
@@ -10,10 +5,7 @@ First bad commit (maybe != root cause):
 tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
 head:   79e06c4c4950be2abd8ca5d2428a8c915aa62c24
 commit: c8a6153b6c59d95c0e091f053f6f180952ade91e vduse: Introduce VDUSE - vDPA Device in Userspace
-date:   4 months ago
-:::::: branch date: 16 hours ago
-:::::: commit date: 4 months ago
-config: arm-randconfig-m031-20220116 (https://download.01.org/0day-ci/archive/20220117/202201171409.rqbXNHlz-lkp(a)intel.com/config)
+config: arm-randconfig-m031-20220116 (https://download.01.org/0day-ci/archive/20220117/202201171409.rqbXNHlz-lkp@intel.com/config)
 compiler: arm-linux-gnueabi-gcc (GCC) 11.2.0
 
 If you fix the issue, kindly add following tag as appropriate
@@ -25,7 +17,6 @@ drivers/vdpa/vdpa_user/iova_domain.c:305 vduse_domain_alloc_iova() warn: should
 
 vim +305 drivers/vdpa/vdpa_user/iova_domain.c
 
-8c773d53fb7b64 Xie Yongji 2021-08-31  286  
 8c773d53fb7b64 Xie Yongji 2021-08-31  287  static dma_addr_t
 8c773d53fb7b64 Xie Yongji 2021-08-31  288  vduse_domain_alloc_iova(struct iova_domain *iovad,
 8c773d53fb7b64 Xie Yongji 2021-08-31  289  			unsigned long size, unsigned long limit)
@@ -45,15 +36,11 @@ vim +305 drivers/vdpa/vdpa_user/iova_domain.c
 8c773d53fb7b64 Xie Yongji 2021-08-31  303  	iova_pfn = alloc_iova_fast(iovad, iova_len, limit >> shift, true);
 8c773d53fb7b64 Xie Yongji 2021-08-31  304  
 8c773d53fb7b64 Xie Yongji 2021-08-31 @305  	return iova_pfn << shift;
-8c773d53fb7b64 Xie Yongji 2021-08-31  306  }
-8c773d53fb7b64 Xie Yongji 2021-08-31  307  
 
-:::::: The code@line 305 was first introduced by commit
-:::::: 8c773d53fb7b64267b0f55c1d3517cb8c5e29b3c vduse: Implement an MMU-based software IOTLB
+I feel like iova_pfn should probably be declared as dma_addr_t?
 
-:::::: TO: Xie Yongji <xieyongji@bytedance.com>
-:::::: CC: Michael S. Tsirkin <mst@redhat.com>
+8c773d53fb7b64 Xie Yongji 2021-08-31  306  }
 
 ---
 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 e8cbc16..be11293 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,14 +1,14 @@
- "From\0kernel test robot <lkp@intel.com>\0"
+ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0drivers/vdpa/vdpa_user/iova_domain.c:305 vduse_domain_alloc_iova() warn: should 'iova_pfn << shift' be a 64 bit type?\0"
- "Date\0Mon, 17 Jan 2022 14:13:20 +0800\0"
- "To\0kbuild@lists.01.org\0"
- "\01:1\0"
+ "Date\0Wed, 19 Jan 2022 07:44:03 +0300\0"
+ "To\0kbuild@lists.01.org"
+ " Xie Yongji <xieyongji@bytedance.com>\0"
+ "Cc\0lkp@intel.com"
+  kbuild-all@lists.01.org
+  linux-kernel@vger.kernel.org
+ " Michael S. Tsirkin <mst@redhat.com>\0"
+ "\00:1\0"
  "b\0"
- "CC: kbuild-all(a)lists.01.org\n"
- "CC: linux-kernel(a)vger.kernel.org\n"
- "TO: Xie Yongji <xieyongji@bytedance.com>\n"
- "CC: \"Michael S. Tsirkin\" <mst@redhat.com>\n"
- "\n"
  "Hi Xie,\n"
  "\n"
  "First bad commit (maybe != root cause):\n"
@@ -16,10 +16,7 @@
  "tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master\n"
  "head:   79e06c4c4950be2abd8ca5d2428a8c915aa62c24\n"
  "commit: c8a6153b6c59d95c0e091f053f6f180952ade91e vduse: Introduce VDUSE - vDPA Device in Userspace\n"
- "date:   4 months ago\n"
- ":::::: branch date: 16 hours ago\n"
- ":::::: commit date: 4 months ago\n"
- "config: arm-randconfig-m031-20220116 (https://download.01.org/0day-ci/archive/20220117/202201171409.rqbXNHlz-lkp(a)intel.com/config)\n"
+ "config: arm-randconfig-m031-20220116 (https://download.01.org/0day-ci/archive/20220117/202201171409.rqbXNHlz-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"
@@ -31,7 +28,6 @@
  "\n"
  "vim +305 drivers/vdpa/vdpa_user/iova_domain.c\n"
  "\n"
- "8c773d53fb7b64 Xie Yongji 2021-08-31  286  \n"
  "8c773d53fb7b64 Xie Yongji 2021-08-31  287  static dma_addr_t\n"
  "8c773d53fb7b64 Xie Yongji 2021-08-31  288  vduse_domain_alloc_iova(struct iova_domain *iovad,\n"
  "8c773d53fb7b64 Xie Yongji 2021-08-31  289  \t\t\tunsigned long size, unsigned long limit)\n"
@@ -51,17 +47,13 @@
  "8c773d53fb7b64 Xie Yongji 2021-08-31  303  \tiova_pfn = alloc_iova_fast(iovad, iova_len, limit >> shift, true);\n"
  "8c773d53fb7b64 Xie Yongji 2021-08-31  304  \n"
  "8c773d53fb7b64 Xie Yongji 2021-08-31 @305  \treturn iova_pfn << shift;\n"
- "8c773d53fb7b64 Xie Yongji 2021-08-31  306  }\n"
- "8c773d53fb7b64 Xie Yongji 2021-08-31  307  \n"
  "\n"
- ":::::: The code@line 305 was first introduced by commit\n"
- ":::::: 8c773d53fb7b64267b0f55c1d3517cb8c5e29b3c vduse: Implement an MMU-based software IOTLB\n"
+ "I feel like iova_pfn should probably be declared as dma_addr_t?\n"
  "\n"
- ":::::: TO: Xie Yongji <xieyongji@bytedance.com>\n"
- ":::::: CC: Michael S. Tsirkin <mst@redhat.com>\n"
+ "8c773d53fb7b64 Xie Yongji 2021-08-31  306  }\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
 
-b9619ce29a984993eb0c40b805efc6462ba868503ed4c2d5033a5253216af0a7
+10e865b0c9eb67a1802a7632495be2e12c3b894df1d3052e9eed3387c3c4ea0c

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.