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

diff --git a/a/1.txt b/N1/1.txt
index 73147f8..c89a145 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,14 +1,6 @@
-BCC: lkp(a)intel.com
-CC: kbuild-all(a)lists.01.org
-CC: linux-kernel(a)vger.kernel.org
-TO: Chao Peng <chao.p.peng@linux.intel.com>
-CC: Isaku Yamahata <isaku.yamahata@intel.com>
-
 tree:   https://github.com/intel/tdx.git kvm-upstream-workaround
 head:   85c097fdd1667a842a9e75d8f658fc16bd72981a
 commit: a3b11dafa9058bdecc235b9c02aaae2d6b39c24d [150/308] KVM: Update lpage info when private/shared memory are mixed
-:::::: branch date: 12 hours ago
-:::::: commit date: 12 hours ago
 config: x86_64-randconfig-m001-20220815 (https://download.01.org/0day-ci/archive/20220817/202208170542.XpJ3DGlU-lkp(a)intel.com/config)
 compiler: gcc-11 (Debian 11.3.0-5) 11.3.0
 
@@ -21,7 +13,6 @@ arch/x86/kvm/mmu/mmu.c:7276 __mem_attr_is_mixed() error: uninitialized symbol 'e
 
 vim +/entry +7276 arch/x86/kvm/mmu/mmu.c
 
-a3b11dafa9058b Chao Peng 2022-07-20  7264  
 a3b11dafa9058b Chao Peng 2022-07-20  7265  static bool __mem_attr_is_mixed(struct kvm *kvm, gfn_t start, gfn_t end)
 a3b11dafa9058b Chao Peng 2022-07-20  7266  {
 a3b11dafa9058b Chao Peng 2022-07-20  7267  	XA_STATE(xas, &kvm->mem_attr_array, start);
@@ -34,6 +25,9 @@ a3b11dafa9058b Chao Peng 2022-07-20  7273  	rcu_read_lock();
 a3b11dafa9058b Chao Peng 2022-07-20  7274  	s_entry = xas_load(&xas);
 a3b11dafa9058b Chao Peng 2022-07-20  7275  	while (gfn < end) {
 a3b11dafa9058b Chao Peng 2022-07-20 @7276  		if (xas_retry(&xas, entry))
+                                                                            ^^^^^
+Uninitialized
+
 a3b11dafa9058b Chao Peng 2022-07-20  7277  			continue;
 a3b11dafa9058b Chao Peng 2022-07-20  7278  
 a3b11dafa9058b Chao Peng 2022-07-20  7279  		KVM_BUG_ON(gfn != xas.xa_index, kvm);
@@ -48,7 +42,6 @@ a3b11dafa9058b Chao Peng 2022-07-20  7287  	}
 a3b11dafa9058b Chao Peng 2022-07-20  7288  	rcu_read_unlock();
 a3b11dafa9058b Chao Peng 2022-07-20  7289  	return mixed;
 a3b11dafa9058b Chao Peng 2022-07-20  7290  }
-a3b11dafa9058b Chao Peng 2022-07-20  7291  
 
 -- 
 0-DAY CI Kernel Test Service
diff --git a/a/content_digest b/N1/content_digest
index f5ecd63..7cc9e9c 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\0[intel-tdx:kvm-upstream-workaround 150/308] arch/x86/kvm/mmu/mmu.c:7276 __mem_attr_is_mixed() error: uninitialized symbol 'entry'.\0"
- "Date\0Wed, 17 Aug 2022 05:16:47 +0800\0"
- "To\0kbuild@lists.01.org\0"
+ "Date\0Thu, 18 Aug 2022 13:48:28 +0300\0"
+ "To\0kbuild-all@lists.01.org\0"
  "\01:1\0"
  "b\0"
- "BCC: lkp(a)intel.com\n"
- "CC: kbuild-all(a)lists.01.org\n"
- "CC: linux-kernel(a)vger.kernel.org\n"
- "TO: Chao Peng <chao.p.peng@linux.intel.com>\n"
- "CC: Isaku Yamahata <isaku.yamahata@intel.com>\n"
- "\n"
  "tree:   https://github.com/intel/tdx.git kvm-upstream-workaround\n"
  "head:   85c097fdd1667a842a9e75d8f658fc16bd72981a\n"
  "commit: a3b11dafa9058bdecc235b9c02aaae2d6b39c24d [150/308] KVM: Update lpage info when private/shared memory are mixed\n"
- ":::::: branch date: 12 hours ago\n"
- ":::::: commit date: 12 hours ago\n"
  "config: x86_64-randconfig-m001-20220815 (https://download.01.org/0day-ci/archive/20220817/202208170542.XpJ3DGlU-lkp(a)intel.com/config)\n"
  "compiler: gcc-11 (Debian 11.3.0-5) 11.3.0\n"
  "\n"
@@ -27,7 +19,6 @@
  "\n"
  "vim +/entry +7276 arch/x86/kvm/mmu/mmu.c\n"
  "\n"
- "a3b11dafa9058b Chao Peng 2022-07-20  7264  \n"
  "a3b11dafa9058b Chao Peng 2022-07-20  7265  static bool __mem_attr_is_mixed(struct kvm *kvm, gfn_t start, gfn_t end)\n"
  "a3b11dafa9058b Chao Peng 2022-07-20  7266  {\n"
  "a3b11dafa9058b Chao Peng 2022-07-20  7267  \tXA_STATE(xas, &kvm->mem_attr_array, start);\n"
@@ -40,6 +31,9 @@
  "a3b11dafa9058b Chao Peng 2022-07-20  7274  \ts_entry = xas_load(&xas);\n"
  "a3b11dafa9058b Chao Peng 2022-07-20  7275  \twhile (gfn < end) {\n"
  "a3b11dafa9058b Chao Peng 2022-07-20 @7276  \t\tif (xas_retry(&xas, entry))\n"
+ "                                                                            ^^^^^\n"
+ "Uninitialized\n"
+ "\n"
  "a3b11dafa9058b Chao Peng 2022-07-20  7277  \t\t\tcontinue;\n"
  "a3b11dafa9058b Chao Peng 2022-07-20  7278  \n"
  "a3b11dafa9058b Chao Peng 2022-07-20  7279  \t\tKVM_BUG_ON(gfn != xas.xa_index, kvm);\n"
@@ -54,10 +48,9 @@
  "a3b11dafa9058b Chao Peng 2022-07-20  7288  \trcu_read_unlock();\n"
  "a3b11dafa9058b Chao Peng 2022-07-20  7289  \treturn mixed;\n"
  "a3b11dafa9058b Chao Peng 2022-07-20  7290  }\n"
- "a3b11dafa9058b Chao Peng 2022-07-20  7291  \n"
  "\n"
  "-- \n"
  "0-DAY CI Kernel Test Service\n"
  https://01.org/lkp
 
-4a74858ea5cf6899287a821f5169dea67a83e16ab5d250cfb547447f6553fc28
+5c0b880de2eeea1fc4446340b134a6d2a7331ab0c358d607acd39c717739c2aa

diff --git a/a/1.txt b/N2/1.txt
index 73147f8..8c23ed3 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,15 +1,7 @@
-BCC: lkp(a)intel.com
-CC: kbuild-all(a)lists.01.org
-CC: linux-kernel(a)vger.kernel.org
-TO: Chao Peng <chao.p.peng@linux.intel.com>
-CC: Isaku Yamahata <isaku.yamahata@intel.com>
-
 tree:   https://github.com/intel/tdx.git kvm-upstream-workaround
 head:   85c097fdd1667a842a9e75d8f658fc16bd72981a
 commit: a3b11dafa9058bdecc235b9c02aaae2d6b39c24d [150/308] KVM: Update lpage info when private/shared memory are mixed
-:::::: branch date: 12 hours ago
-:::::: commit date: 12 hours ago
-config: x86_64-randconfig-m001-20220815 (https://download.01.org/0day-ci/archive/20220817/202208170542.XpJ3DGlU-lkp(a)intel.com/config)
+config: x86_64-randconfig-m001-20220815 (https://download.01.org/0day-ci/archive/20220817/202208170542.XpJ3DGlU-lkp@intel.com/config)
 compiler: gcc-11 (Debian 11.3.0-5) 11.3.0
 
 If you fix the issue, kindly add following tag where applicable
@@ -21,7 +13,6 @@ arch/x86/kvm/mmu/mmu.c:7276 __mem_attr_is_mixed() error: uninitialized symbol 'e
 
 vim +/entry +7276 arch/x86/kvm/mmu/mmu.c
 
-a3b11dafa9058b Chao Peng 2022-07-20  7264  
 a3b11dafa9058b Chao Peng 2022-07-20  7265  static bool __mem_attr_is_mixed(struct kvm *kvm, gfn_t start, gfn_t end)
 a3b11dafa9058b Chao Peng 2022-07-20  7266  {
 a3b11dafa9058b Chao Peng 2022-07-20  7267  	XA_STATE(xas, &kvm->mem_attr_array, start);
@@ -34,6 +25,9 @@ a3b11dafa9058b Chao Peng 2022-07-20  7273  	rcu_read_lock();
 a3b11dafa9058b Chao Peng 2022-07-20  7274  	s_entry = xas_load(&xas);
 a3b11dafa9058b Chao Peng 2022-07-20  7275  	while (gfn < end) {
 a3b11dafa9058b Chao Peng 2022-07-20 @7276  		if (xas_retry(&xas, entry))
+                                                                            ^^^^^
+Uninitialized
+
 a3b11dafa9058b Chao Peng 2022-07-20  7277  			continue;
 a3b11dafa9058b Chao Peng 2022-07-20  7278  
 a3b11dafa9058b Chao Peng 2022-07-20  7279  		KVM_BUG_ON(gfn != xas.xa_index, kvm);
@@ -48,7 +42,6 @@ a3b11dafa9058b Chao Peng 2022-07-20  7287  	}
 a3b11dafa9058b Chao Peng 2022-07-20  7288  	rcu_read_unlock();
 a3b11dafa9058b Chao Peng 2022-07-20  7289  	return mixed;
 a3b11dafa9058b Chao Peng 2022-07-20  7290  }
-a3b11dafa9058b Chao Peng 2022-07-20  7291  
 
 -- 
 0-DAY CI Kernel Test Service
diff --git a/a/content_digest b/N2/content_digest
index f5ecd63..64d807a 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\0[intel-tdx:kvm-upstream-workaround 150/308] arch/x86/kvm/mmu/mmu.c:7276 __mem_attr_is_mixed() error: uninitialized symbol 'entry'.\0"
- "Date\0Wed, 17 Aug 2022 05:16:47 +0800\0"
- "To\0kbuild@lists.01.org\0"
- "\01:1\0"
+ "Date\0Thu, 18 Aug 2022 13:48:28 +0300\0"
+ "To\0kbuild@lists.01.org"
+ " Chao Peng <chao.p.peng@linux.intel.com>\0"
+ "Cc\0lkp@intel.com"
+  kbuild-all@lists.01.org
+  linux-kernel@vger.kernel.org
+ " Isaku Yamahata <isaku.yamahata@intel.com>\0"
+ "\00:1\0"
  "b\0"
- "BCC: lkp(a)intel.com\n"
- "CC: kbuild-all(a)lists.01.org\n"
- "CC: linux-kernel(a)vger.kernel.org\n"
- "TO: Chao Peng <chao.p.peng@linux.intel.com>\n"
- "CC: Isaku Yamahata <isaku.yamahata@intel.com>\n"
- "\n"
  "tree:   https://github.com/intel/tdx.git kvm-upstream-workaround\n"
  "head:   85c097fdd1667a842a9e75d8f658fc16bd72981a\n"
  "commit: a3b11dafa9058bdecc235b9c02aaae2d6b39c24d [150/308] KVM: Update lpage info when private/shared memory are mixed\n"
- ":::::: branch date: 12 hours ago\n"
- ":::::: commit date: 12 hours ago\n"
- "config: x86_64-randconfig-m001-20220815 (https://download.01.org/0day-ci/archive/20220817/202208170542.XpJ3DGlU-lkp(a)intel.com/config)\n"
+ "config: x86_64-randconfig-m001-20220815 (https://download.01.org/0day-ci/archive/20220817/202208170542.XpJ3DGlU-lkp@intel.com/config)\n"
  "compiler: gcc-11 (Debian 11.3.0-5) 11.3.0\n"
  "\n"
  "If you fix the issue, kindly add following tag where applicable\n"
@@ -27,7 +24,6 @@
  "\n"
  "vim +/entry +7276 arch/x86/kvm/mmu/mmu.c\n"
  "\n"
- "a3b11dafa9058b Chao Peng 2022-07-20  7264  \n"
  "a3b11dafa9058b Chao Peng 2022-07-20  7265  static bool __mem_attr_is_mixed(struct kvm *kvm, gfn_t start, gfn_t end)\n"
  "a3b11dafa9058b Chao Peng 2022-07-20  7266  {\n"
  "a3b11dafa9058b Chao Peng 2022-07-20  7267  \tXA_STATE(xas, &kvm->mem_attr_array, start);\n"
@@ -40,6 +36,9 @@
  "a3b11dafa9058b Chao Peng 2022-07-20  7274  \ts_entry = xas_load(&xas);\n"
  "a3b11dafa9058b Chao Peng 2022-07-20  7275  \twhile (gfn < end) {\n"
  "a3b11dafa9058b Chao Peng 2022-07-20 @7276  \t\tif (xas_retry(&xas, entry))\n"
+ "                                                                            ^^^^^\n"
+ "Uninitialized\n"
+ "\n"
  "a3b11dafa9058b Chao Peng 2022-07-20  7277  \t\t\tcontinue;\n"
  "a3b11dafa9058b Chao Peng 2022-07-20  7278  \n"
  "a3b11dafa9058b Chao Peng 2022-07-20  7279  \t\tKVM_BUG_ON(gfn != xas.xa_index, kvm);\n"
@@ -54,10 +53,9 @@
  "a3b11dafa9058b Chao Peng 2022-07-20  7288  \trcu_read_unlock();\n"
  "a3b11dafa9058b Chao Peng 2022-07-20  7289  \treturn mixed;\n"
  "a3b11dafa9058b Chao Peng 2022-07-20  7290  }\n"
- "a3b11dafa9058b Chao Peng 2022-07-20  7291  \n"
  "\n"
  "-- \n"
  "0-DAY CI Kernel Test Service\n"
  https://01.org/lkp
 
-4a74858ea5cf6899287a821f5169dea67a83e16ab5d250cfb547447f6553fc28
+7a42605624892d80b0d5c8cad6acd2e7be9b9fd424bdbd4491fc159eb7609477

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.