All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <Yqztn/1skXZSNgW1@monkey>

diff --git a/a/1.txt b/N1/1.txt
index 728974a..feb5f15 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -57,7 +57,7 @@ So, the 'case P4D_SIZE:' should not exist and can be removed.
 >    #define PMD_SIZE        (1UL << PMD_SHIFT)
 >                            ^
 
-On i386 with CONFIG_PGTABLE_LEVELS=2, PUD_SIZE = PMD_SIZE.
+On i386 with CONFIG_PGTABLE_LEVELS=2, PUD_SIZE == PMD_SIZE.
 Originally, I coded this as a if .. else if ... statement instead of a
 switch.  If coded this way, the compiler does not complain about the
 duplicate values.  The only other alternative I can think of is
diff --git a/a/content_digest b/N1/content_digest
index 13191d1..a48f6e6 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\0202206171929.ZIUrNg6p-lkp@intel.com\0"
  "From\0Mike Kravetz <mike.kravetz@oracle.com>\0"
  "Subject\0Re: [PATCH 1/4] hugetlb: skip to end of PT page mapping when pte not present\0"
- "Date\0Fri, 17 Jun 2022 21:09:51 +0000\0"
+ "Date\0Fri, 17 Jun 2022 14:09:51 -0700\0"
  "To\0kernel test robot <lkp@intel.com>\0"
  "Cc\0linux-kernel@vger.kernel.org"
   linux-mm@kvack.org
@@ -91,7 +91,7 @@
  ">    #define PMD_SIZE        (1UL << PMD_SHIFT)\n"
  ">                            ^\n"
  "\n"
- "On i386 with CONFIG_PGTABLE_LEVELS=2, PUD_SIZE = PMD_SIZE.\n"
+ "On i386 with CONFIG_PGTABLE_LEVELS=2, PUD_SIZE == PMD_SIZE.\n"
  "Originally, I coded this as a if .. else if ... statement instead of a\n"
  "switch.  If coded this way, the compiler does not complain about the\n"
  "duplicate values.  The only other alternative I can think of is\n"
@@ -101,4 +101,4 @@
  "-- \n"
  Mike Kravetz
 
-6fbc8d02e03c1d6260c59a2fd59b339f33c1b26e3340557e69beeabb3f42ed98
+76923c53dfda98a5c56854fb3e9b4337bcd92fff298377dd13bbde33f38ab2d6

diff --git a/a/1.txt b/N2/1.txt
index 728974a..feb5f15 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -57,7 +57,7 @@ So, the 'case P4D_SIZE:' should not exist and can be removed.
 >    #define PMD_SIZE        (1UL << PMD_SHIFT)
 >                            ^
 
-On i386 with CONFIG_PGTABLE_LEVELS=2, PUD_SIZE = PMD_SIZE.
+On i386 with CONFIG_PGTABLE_LEVELS=2, PUD_SIZE == PMD_SIZE.
 Originally, I coded this as a if .. else if ... statement instead of a
 switch.  If coded this way, the compiler does not complain about the
 duplicate values.  The only other alternative I can think of is
diff --git a/a/content_digest b/N2/content_digest
index 13191d1..9f035e6 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,34 +2,34 @@
  "ref\0202206171929.ZIUrNg6p-lkp@intel.com\0"
  "From\0Mike Kravetz <mike.kravetz@oracle.com>\0"
  "Subject\0Re: [PATCH 1/4] hugetlb: skip to end of PT page mapping when pte not present\0"
- "Date\0Fri, 17 Jun 2022 21:09:51 +0000\0"
+ "Date\0Fri, 17 Jun 2022 14:09:51 -0700\0"
  "To\0kernel test robot <lkp@intel.com>\0"
- "Cc\0linux-kernel@vger.kernel.org"
-  linux-mm@kvack.org
-  linux-arm-kernel@lists.infradead.org
-  linux-s390@vger.kernel.org
-  linux-sh@vger.kernel.org
-  sparclinux@vger.kernel.org
+ "Cc\0Michal Hocko <mhocko@suse.com>"
   linux-ia64@vger.kernel.org
-  linux-mips@vger.kernel.org
-  linux-parisc@vger.kernel.org
-  linuxppc-dev@lists.ozlabs.org
+  linux-sh@vger.kernel.org
+  catalin.marinas@arm.com
   llvm@lists.linux.dev
-  kbuild-all@lists.01.org
-  Muchun Song <songmuchun@bytedance.com>
-  Baolin Wang <baolin.wang@linux.alibaba.com>
-  Michal Hocko <mhocko@suse.com>
   Peter Xu <peterx@redhat.com>
-  Naoya Horiguchi <naoya.horiguchi@linux.dev>
+  linux-mips@vger.kernel.org
+  linux-mm@kvack.org
   James Houghton <jthoughton@google.com>
+  sparclinux@vger.kernel.org
+  will@kernel.org
   Mina Almasry <almasrymina@google.com>
-  Aneesh Kumar K . V <aneesh.kumar@linux.vnet.ibm.com>
+  linux-s390@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+  Christian Borntraeger <borntraeger@linux.ibm.com>
   Anshuman Khandual <anshuman.khandual@arm.com>
+  Baolin Wang <baolin.wang@linux.alibaba.com>
   Paul Walmsley <paul.walmsley@sifive.com>
-  Christian Borntraeger <borntraeger@linux.ibm.com>
-  catalin.marinas@arm.com
-  will@kernel.org
- " Andrew Morton <akpm@linux-foundation.org>\0"
+  Naoya Horiguchi <naoya.horiguchi@linux.dev>
+  Muchun Song <songmuchun@bytedance.com>
+  kbuild-all@lists.01.org
+  linux-parisc@vger.kernel.org
+  linux-kernel@vger.kernel.org
+  Aneesh Kumar K . V <aneesh.kumar@linux.vnet.ibm.com>
+  Andrew Morton <akpm@linux-foundation.org>
+ " linuxppc-dev@lists.ozlabs.org\0"
  "\00:1\0"
  "b\0"
  "On 06/17/22 19:26, kernel test robot wrote:\n"
@@ -91,7 +91,7 @@
  ">    #define PMD_SIZE        (1UL << PMD_SHIFT)\n"
  ">                            ^\n"
  "\n"
- "On i386 with CONFIG_PGTABLE_LEVELS=2, PUD_SIZE = PMD_SIZE.\n"
+ "On i386 with CONFIG_PGTABLE_LEVELS=2, PUD_SIZE == PMD_SIZE.\n"
  "Originally, I coded this as a if .. else if ... statement instead of a\n"
  "switch.  If coded this way, the compiler does not complain about the\n"
  "duplicate values.  The only other alternative I can think of is\n"
@@ -101,4 +101,4 @@
  "-- \n"
  Mike Kravetz
 
-6fbc8d02e03c1d6260c59a2fd59b339f33c1b26e3340557e69beeabb3f42ed98
+524c8d4f635ba09e3fb997e1bec0c96bde0d52fff3ad7687cdd1263b01ff1b4e

diff --git a/a/1.txt b/N3/1.txt
index 728974a..bde8c8c 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -57,7 +57,7 @@ So, the 'case P4D_SIZE:' should not exist and can be removed.
 >    #define PMD_SIZE        (1UL << PMD_SHIFT)
 >                            ^
 
-On i386 with CONFIG_PGTABLE_LEVELS=2, PUD_SIZE = PMD_SIZE.
+On i386 with CONFIG_PGTABLE_LEVELS=2, PUD_SIZE == PMD_SIZE.
 Originally, I coded this as a if .. else if ... statement instead of a
 switch.  If coded this way, the compiler does not complain about the
 duplicate values.  The only other alternative I can think of is
@@ -66,3 +66,8 @@ something like '#if CONFIG_PGTABLE_LEVELS > 2' around the PUD_SIZE case.
 I would prefer the if else if, unless someone can suggest something else?
 -- 
 Mike Kravetz
+
+_______________________________________________
+linux-arm-kernel mailing list
+linux-arm-kernel@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff --git a/a/content_digest b/N3/content_digest
index 13191d1..7698592 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -2,7 +2,7 @@
  "ref\0202206171929.ZIUrNg6p-lkp@intel.com\0"
  "From\0Mike Kravetz <mike.kravetz@oracle.com>\0"
  "Subject\0Re: [PATCH 1/4] hugetlb: skip to end of PT page mapping when pte not present\0"
- "Date\0Fri, 17 Jun 2022 21:09:51 +0000\0"
+ "Date\0Fri, 17 Jun 2022 14:09:51 -0700\0"
  "To\0kernel test robot <lkp@intel.com>\0"
  "Cc\0linux-kernel@vger.kernel.org"
   linux-mm@kvack.org
@@ -91,7 +91,7 @@
  ">    #define PMD_SIZE        (1UL << PMD_SHIFT)\n"
  ">                            ^\n"
  "\n"
- "On i386 with CONFIG_PGTABLE_LEVELS=2, PUD_SIZE = PMD_SIZE.\n"
+ "On i386 with CONFIG_PGTABLE_LEVELS=2, PUD_SIZE == PMD_SIZE.\n"
  "Originally, I coded this as a if .. else if ... statement instead of a\n"
  "switch.  If coded this way, the compiler does not complain about the\n"
  "duplicate values.  The only other alternative I can think of is\n"
@@ -99,6 +99,11 @@
  "\n"
  "I would prefer the if else if, unless someone can suggest something else?\n"
  "-- \n"
- Mike Kravetz
+ "Mike Kravetz\n"
+ "\n"
+ "_______________________________________________\n"
+ "linux-arm-kernel mailing list\n"
+ "linux-arm-kernel@lists.infradead.org\n"
+ http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
 
-6fbc8d02e03c1d6260c59a2fd59b339f33c1b26e3340557e69beeabb3f42ed98
+7ac3e79872afc06614f0a0d3741bd0da809ba2d62a5e1c27b03642c7d4f4eed8

diff --git a/a/1.txt b/N4/1.txt
index 728974a..e29d046 100644
--- a/a/1.txt
+++ b/N4/1.txt
@@ -12,7 +12,7 @@ On 06/17/22 19:26, kernel test robot wrote:
 > 
 > url:    https://github.com/intel-lab-lkp/linux/commits/Mike-Kravetz/hugetlb-speed-up-linear-address-scanning/20220617-050726
 > base:   https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git for-next
-> config: i386-randconfig-a002 (https://download.01.org/0day-ci/archive/20220617/202206171929.ZIUrNg6p-lkp@intel.com/config)
+> config: i386-randconfig-a002 (https://download.01.org/0day-ci/archive/20220617/202206171929.ZIUrNg6p-lkp(a)intel.com/config)
 > compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project f0e608de27b3d568000046eebf3712ab542979d6)
 > reproduce (this is a W=1 build):
 >         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
@@ -57,7 +57,7 @@ So, the 'case P4D_SIZE:' should not exist and can be removed.
 >    #define PMD_SIZE        (1UL << PMD_SHIFT)
 >                            ^
 
-On i386 with CONFIG_PGTABLE_LEVELS=2, PUD_SIZE = PMD_SIZE.
+On i386 with CONFIG_PGTABLE_LEVELS=2, PUD_SIZE == PMD_SIZE.
 Originally, I coded this as a if .. else if ... statement instead of a
 switch.  If coded this way, the compiler does not complain about the
 duplicate values.  The only other alternative I can think of is
diff --git a/a/content_digest b/N4/content_digest
index 13191d1..b0d34cb 100644
--- a/a/content_digest
+++ b/N4/content_digest
@@ -1,36 +1,9 @@
- "ref\020220616210518.125287-2-mike.kravetz@oracle.com\0"
  "ref\0202206171929.ZIUrNg6p-lkp@intel.com\0"
  "From\0Mike Kravetz <mike.kravetz@oracle.com>\0"
  "Subject\0Re: [PATCH 1/4] hugetlb: skip to end of PT page mapping when pte not present\0"
- "Date\0Fri, 17 Jun 2022 21:09:51 +0000\0"
- "To\0kernel test robot <lkp@intel.com>\0"
- "Cc\0linux-kernel@vger.kernel.org"
-  linux-mm@kvack.org
-  linux-arm-kernel@lists.infradead.org
-  linux-s390@vger.kernel.org
-  linux-sh@vger.kernel.org
-  sparclinux@vger.kernel.org
-  linux-ia64@vger.kernel.org
-  linux-mips@vger.kernel.org
-  linux-parisc@vger.kernel.org
-  linuxppc-dev@lists.ozlabs.org
-  llvm@lists.linux.dev
-  kbuild-all@lists.01.org
-  Muchun Song <songmuchun@bytedance.com>
-  Baolin Wang <baolin.wang@linux.alibaba.com>
-  Michal Hocko <mhocko@suse.com>
-  Peter Xu <peterx@redhat.com>
-  Naoya Horiguchi <naoya.horiguchi@linux.dev>
-  James Houghton <jthoughton@google.com>
-  Mina Almasry <almasrymina@google.com>
-  Aneesh Kumar K . V <aneesh.kumar@linux.vnet.ibm.com>
-  Anshuman Khandual <anshuman.khandual@arm.com>
-  Paul Walmsley <paul.walmsley@sifive.com>
-  Christian Borntraeger <borntraeger@linux.ibm.com>
-  catalin.marinas@arm.com
-  will@kernel.org
- " Andrew Morton <akpm@linux-foundation.org>\0"
- "\00:1\0"
+ "Date\0Fri, 17 Jun 2022 14:09:51 -0700\0"
+ "To\0kbuild-all@lists.01.org\0"
+ "\01:1\0"
  "b\0"
  "On 06/17/22 19:26, kernel test robot wrote:\n"
  "> Hi Mike,\n"
@@ -46,7 +19,7 @@
  "> \n"
  "> url:    https://github.com/intel-lab-lkp/linux/commits/Mike-Kravetz/hugetlb-speed-up-linear-address-scanning/20220617-050726\n"
  "> base:   https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git for-next\n"
- "> config: i386-randconfig-a002 (https://download.01.org/0day-ci/archive/20220617/202206171929.ZIUrNg6p-lkp@intel.com/config)\n"
+ "> config: i386-randconfig-a002 (https://download.01.org/0day-ci/archive/20220617/202206171929.ZIUrNg6p-lkp(a)intel.com/config)\n"
  "> compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project f0e608de27b3d568000046eebf3712ab542979d6)\n"
  "> reproduce (this is a W=1 build):\n"
  ">         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross\n"
@@ -91,7 +64,7 @@
  ">    #define PMD_SIZE        (1UL << PMD_SHIFT)\n"
  ">                            ^\n"
  "\n"
- "On i386 with CONFIG_PGTABLE_LEVELS=2, PUD_SIZE = PMD_SIZE.\n"
+ "On i386 with CONFIG_PGTABLE_LEVELS=2, PUD_SIZE == PMD_SIZE.\n"
  "Originally, I coded this as a if .. else if ... statement instead of a\n"
  "switch.  If coded this way, the compiler does not complain about the\n"
  "duplicate values.  The only other alternative I can think of is\n"
@@ -101,4 +74,4 @@
  "-- \n"
  Mike Kravetz
 
-6fbc8d02e03c1d6260c59a2fd59b339f33c1b26e3340557e69beeabb3f42ed98
+b4404bd7c44b78c594b4979f5da8f0226e5125bad46c65a4cb384e0d4bdb6a90

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.