All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <YmYLO58lH0rf1c8B@MiWiFi-R3L-srv>

diff --git a/a/1.txt b/N1/1.txt
index 63d55cf..2833400 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -44,7 +44,7 @@ arm64 related changes.
 > > 
 > > Patch 3-4 to allow block mappings for memory above 4G.
 > > Patch 6-7 to support only crash high memory or fixed memory range specified by
-> > crashkernel=X at offset use page-level mapping, to allow other areas use block mapping.
+> > crashkernel=X@offset use page-level mapping, to allow other areas use block mapping.
 > > These four patches are for performance optimization purposes. For details about the
 > > technical feasibility analysis, please see the commit messages.
 > > 
@@ -67,10 +67,10 @@ arm64 related changes.
 > > 2) crashkernel=4G crashkernel=512M,high crashkernel=512M,low	//high=4G, low=256M, high and low are ignored
 > > 3) crashkernel=4G crashkernel=512M,high				//high=4G, low=256M, high is ignored
 > > 4) crashkernel=4G crashkernel=512M,low				//high=4G, low=256M, low is ignored
-> > 5) crashkernel=4G at 0xe0000000					//high=0G, low=0M, cannot allocate, failed
+> > 5) crashkernel=4G@0xe0000000					//high=0G, low=0M, cannot allocate, failed
 > > 6) crashkernel=512M						//high=0G, low=512M
 > > 7) crashkernel=128M						//high=0G, low=128M
-> > 8) crashkernel=512M at 0xde000000		//512M at 3552M		//high=0G, low=512M
+> > 8) crashkernel=512M@0xde000000		//512M@3552M		//high=0G, low=512M
 > > 9) crashkernel=4G,high						//high=4G, low=256M
 > > a) crashkernel=4G,high crashkernel=512M,low			//high=4G, low=512M
 > > b) crashkernel=512M,high crashkernel=128M,low			//high=512M, low=128M
diff --git a/a/content_digest b/N1/content_digest
index faecbfd..36c444c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,33 @@
  "ref\020220414115720.1887-1-thunder.leizhen@huawei.com\0"
  "ref\09e3f69fb-ac2b-6de5-459c-5d104247a0ac@huawei.com\0"
  "From\0Baoquan He <bhe@redhat.com>\0"
- "Subject\0[PATCH v22 0/9] support reserving crashkernel above 4G on arm64 kdump\0"
+ "Subject\0Re: [PATCH v22 0/9] support reserving crashkernel above 4G on arm64 kdump\0"
  "Date\0Mon, 25 Apr 2022 10:45:15 +0800\0"
- "To\0kexec@lists.infradead.org\0"
+ "To\0Leizhen (ThunderTown) <thunder.leizhen@huawei.com>\0"
+ "Cc\0Thomas Gleixner <tglx@linutronix.de>"
+  Ingo Molnar <mingo@redhat.com>
+  Borislav Petkov <bp@alien8.de>
+  x86@kernel.org
+  H . Peter Anvin <hpa@zytor.com>
+  linux-kernel@vger.kernel.org
+  Dave Young <dyoung@redhat.com>
+  Vivek Goyal <vgoyal@redhat.com>
+  Eric Biederman <ebiederm@xmission.com>
+  kexec@lists.infradead.org
+  Catalin Marinas <catalin.marinas@arm.com>
+  Will Deacon <will@kernel.org>
+  linux-arm-kernel@lists.infradead.org
+  Rob Herring <robh+dt@kernel.org>
+  Frank Rowand <frowand.list@gmail.com>
+  devicetree@vger.kernel.org
+  Jonathan Corbet <corbet@lwn.net>
+  linux-doc@vger.kernel.org
+  Randy Dunlap <rdunlap@infradead.org>
+  Feng Zhou <zhoufeng.zf@bytedance.com>
+  Kefeng Wang <wangkefeng.wang@huawei.com>
+  Chen Zhou <dingguo.cz@antgroup.com>
+  John Donnelly <John.p.donnelly@oracle.com>
+ " Dave Kleikamp <dave.kleikamp@oracle.com>\0"
  "\00:1\0"
  "b\0"
  "On 04/25/22 at 10:19am, Leizhen (ThunderTown) wrote:\n"
@@ -52,7 +76,7 @@
  "> > \n"
  "> > Patch 3-4 to allow block mappings for memory above 4G.\n"
  "> > Patch 6-7 to support only crash high memory or fixed memory range specified by\n"
- "> > crashkernel=X at offset use page-level mapping, to allow other areas use block mapping.\n"
+ "> > crashkernel=X@offset use page-level mapping, to allow other areas use block mapping.\n"
  "> > These four patches are for performance optimization purposes. For details about the\n"
  "> > technical feasibility analysis, please see the commit messages.\n"
  "> > \n"
@@ -75,10 +99,10 @@
  "> > 2) crashkernel=4G crashkernel=512M,high crashkernel=512M,low\t//high=4G, low=256M, high and low are ignored\n"
  "> > 3) crashkernel=4G crashkernel=512M,high\t\t\t\t//high=4G, low=256M, high is ignored\n"
  "> > 4) crashkernel=4G crashkernel=512M,low\t\t\t\t//high=4G, low=256M, low is ignored\n"
- "> > 5) crashkernel=4G at 0xe0000000\t\t\t\t\t//high=0G, low=0M, cannot allocate, failed\n"
+ "> > 5) crashkernel=4G@0xe0000000\t\t\t\t\t//high=0G, low=0M, cannot allocate, failed\n"
  "> > 6) crashkernel=512M\t\t\t\t\t\t//high=0G, low=512M\n"
  "> > 7) crashkernel=128M\t\t\t\t\t\t//high=0G, low=128M\n"
- "> > 8) crashkernel=512M at 0xde000000\t\t//512M at 3552M\t\t//high=0G, low=512M\n"
+ "> > 8) crashkernel=512M@0xde000000\t\t//512M@3552M\t\t//high=0G, low=512M\n"
  "> > 9) crashkernel=4G,high\t\t\t\t\t\t//high=4G, low=256M\n"
  "> > a) crashkernel=4G,high crashkernel=512M,low\t\t\t//high=4G, low=512M\n"
  "> > b) crashkernel=512M,high crashkernel=128M,low\t\t\t//high=512M, low=128M\n"
@@ -341,4 +365,4 @@
  ">   Zhen Lei\n"
  >
 
-5aac9ff01301a28f25afa52dbf146b8887e775f85f47eb0e4ae2ed6452c548d7
+98f526fc9e7cbfd6fce3d0ee3283659c328c80acd99ae22f4acf434ed07e381b

diff --git a/a/1.txt b/N2/1.txt
index 63d55cf..05b8e23 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -44,7 +44,7 @@ arm64 related changes.
 > > 
 > > Patch 3-4 to allow block mappings for memory above 4G.
 > > Patch 6-7 to support only crash high memory or fixed memory range specified by
-> > crashkernel=X at offset use page-level mapping, to allow other areas use block mapping.
+> > crashkernel=X@offset use page-level mapping, to allow other areas use block mapping.
 > > These four patches are for performance optimization purposes. For details about the
 > > technical feasibility analysis, please see the commit messages.
 > > 
@@ -67,10 +67,10 @@ arm64 related changes.
 > > 2) crashkernel=4G crashkernel=512M,high crashkernel=512M,low	//high=4G, low=256M, high and low are ignored
 > > 3) crashkernel=4G crashkernel=512M,high				//high=4G, low=256M, high is ignored
 > > 4) crashkernel=4G crashkernel=512M,low				//high=4G, low=256M, low is ignored
-> > 5) crashkernel=4G at 0xe0000000					//high=0G, low=0M, cannot allocate, failed
+> > 5) crashkernel=4G@0xe0000000					//high=0G, low=0M, cannot allocate, failed
 > > 6) crashkernel=512M						//high=0G, low=512M
 > > 7) crashkernel=128M						//high=0G, low=128M
-> > 8) crashkernel=512M at 0xde000000		//512M at 3552M		//high=0G, low=512M
+> > 8) crashkernel=512M@0xde000000		//512M@3552M		//high=0G, low=512M
 > > 9) crashkernel=4G,high						//high=4G, low=256M
 > > a) crashkernel=4G,high crashkernel=512M,low			//high=4G, low=512M
 > > b) crashkernel=512M,high crashkernel=128M,low			//high=512M, low=128M
@@ -331,4 +331,10 @@ arm64 related changes.
 > -- 
 > Regards,
 >   Zhen Lei
->
+> 
+
+
+_______________________________________________
+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/N2/content_digest
index faecbfd..59694e2 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,9 +1,33 @@
  "ref\020220414115720.1887-1-thunder.leizhen@huawei.com\0"
  "ref\09e3f69fb-ac2b-6de5-459c-5d104247a0ac@huawei.com\0"
  "From\0Baoquan He <bhe@redhat.com>\0"
- "Subject\0[PATCH v22 0/9] support reserving crashkernel above 4G on arm64 kdump\0"
+ "Subject\0Re: [PATCH v22 0/9] support reserving crashkernel above 4G on arm64 kdump\0"
  "Date\0Mon, 25 Apr 2022 10:45:15 +0800\0"
- "To\0kexec@lists.infradead.org\0"
+ "To\0Leizhen (ThunderTown) <thunder.leizhen@huawei.com>\0"
+ "Cc\0Thomas Gleixner <tglx@linutronix.de>"
+  Ingo Molnar <mingo@redhat.com>
+  Borislav Petkov <bp@alien8.de>
+  x86@kernel.org
+  H . Peter Anvin <hpa@zytor.com>
+  linux-kernel@vger.kernel.org
+  Dave Young <dyoung@redhat.com>
+  Vivek Goyal <vgoyal@redhat.com>
+  Eric Biederman <ebiederm@xmission.com>
+  kexec@lists.infradead.org
+  Catalin Marinas <catalin.marinas@arm.com>
+  Will Deacon <will@kernel.org>
+  linux-arm-kernel@lists.infradead.org
+  Rob Herring <robh+dt@kernel.org>
+  Frank Rowand <frowand.list@gmail.com>
+  devicetree@vger.kernel.org
+  Jonathan Corbet <corbet@lwn.net>
+  linux-doc@vger.kernel.org
+  Randy Dunlap <rdunlap@infradead.org>
+  Feng Zhou <zhoufeng.zf@bytedance.com>
+  Kefeng Wang <wangkefeng.wang@huawei.com>
+  Chen Zhou <dingguo.cz@antgroup.com>
+  John Donnelly <John.p.donnelly@oracle.com>
+ " Dave Kleikamp <dave.kleikamp@oracle.com>\0"
  "\00:1\0"
  "b\0"
  "On 04/25/22 at 10:19am, Leizhen (ThunderTown) wrote:\n"
@@ -52,7 +76,7 @@
  "> > \n"
  "> > Patch 3-4 to allow block mappings for memory above 4G.\n"
  "> > Patch 6-7 to support only crash high memory or fixed memory range specified by\n"
- "> > crashkernel=X at offset use page-level mapping, to allow other areas use block mapping.\n"
+ "> > crashkernel=X@offset use page-level mapping, to allow other areas use block mapping.\n"
  "> > These four patches are for performance optimization purposes. For details about the\n"
  "> > technical feasibility analysis, please see the commit messages.\n"
  "> > \n"
@@ -75,10 +99,10 @@
  "> > 2) crashkernel=4G crashkernel=512M,high crashkernel=512M,low\t//high=4G, low=256M, high and low are ignored\n"
  "> > 3) crashkernel=4G crashkernel=512M,high\t\t\t\t//high=4G, low=256M, high is ignored\n"
  "> > 4) crashkernel=4G crashkernel=512M,low\t\t\t\t//high=4G, low=256M, low is ignored\n"
- "> > 5) crashkernel=4G at 0xe0000000\t\t\t\t\t//high=0G, low=0M, cannot allocate, failed\n"
+ "> > 5) crashkernel=4G@0xe0000000\t\t\t\t\t//high=0G, low=0M, cannot allocate, failed\n"
  "> > 6) crashkernel=512M\t\t\t\t\t\t//high=0G, low=512M\n"
  "> > 7) crashkernel=128M\t\t\t\t\t\t//high=0G, low=128M\n"
- "> > 8) crashkernel=512M at 0xde000000\t\t//512M at 3552M\t\t//high=0G, low=512M\n"
+ "> > 8) crashkernel=512M@0xde000000\t\t//512M@3552M\t\t//high=0G, low=512M\n"
  "> > 9) crashkernel=4G,high\t\t\t\t\t\t//high=4G, low=256M\n"
  "> > a) crashkernel=4G,high crashkernel=512M,low\t\t\t//high=4G, low=512M\n"
  "> > b) crashkernel=512M,high crashkernel=128M,low\t\t\t//high=512M, low=128M\n"
@@ -339,6 +363,12 @@
  "> -- \n"
  "> Regards,\n"
  ">   Zhen Lei\n"
- >
+ "> \n"
+ "\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
 
-5aac9ff01301a28f25afa52dbf146b8887e775f85f47eb0e4ae2ed6452c548d7
+fc7d1c6163f481dd435ee1b6a663b0bbba13959982794e0d6dfc34eb6c81cb61

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.