All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <YaVW8ZNQMUnnoWEB@fedora>

diff --git a/a/1.txt b/N1/1.txt
index c39f08c..233ca40 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -289,7 +289,7 @@ cpu_distance()/cpu_to_node() grouping.
 >  				  pcpu_fc_free_fn_t free_fn)
 >  {
 > @@ -3066,7 +3068,7 @@ int __init pcpu_embed_first_chunk(size_t reserved_size, size_t dyn_size,
->  		BUG_ON(cpu = NR_CPUS);
+>  		BUG_ON(cpu == NR_CPUS);
 >  
 >  		/* allocate space for the whole group */
 > -		ptr = alloc_fn(cpu, gi->nr_units * ai->unit_size, atom_size);
diff --git a/a/content_digest b/N1/content_digest
index 67a8c6f..5428f27 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\020211121093557.139034-3-wangkefeng.wang@huawei.com\0"
  "From\0Dennis Zhou <dennis@kernel.org>\0"
  "Subject\0Re: [PATCH RFC 2/4] mm: percpu: Add pcpu_fc_cpu_to_node_fn_t typedef\0"
- "Date\0Mon, 29 Nov 2021 22:40:49 +0000\0"
+ "Date\0Mon, 29 Nov 2021 17:40:49 -0500\0"
  "To\0Kefeng Wang <wangkefeng.wang@huawei.com>\0"
  "Cc\0akpm@linux-foundation.org"
   linux-kernel@vger.kernel.org
@@ -325,7 +325,7 @@
  ">  \t\t\t\t  pcpu_fc_free_fn_t free_fn)\n"
  ">  {\n"
  "> @@ -3066,7 +3068,7 @@ int __init pcpu_embed_first_chunk(size_t reserved_size, size_t dyn_size,\n"
- ">  \t\tBUG_ON(cpu = NR_CPUS);\n"
+ ">  \t\tBUG_ON(cpu == NR_CPUS);\n"
  ">  \n"
  ">  \t\t/* allocate space for the whole group */\n"
  "> -\t\tptr = alloc_fn(cpu, gi->nr_units * ai->unit_size, atom_size);\n"
@@ -385,4 +385,4 @@
  "Thanks,\n"
  Dennis
 
-4da6f38c0eb951b9e060e2e4f5a59ba54d49eba6963df0484c010414acac121c
+d6d2713b2d43de3d6016bf8ff28ef1d979602a83eb51ec2d786473e292e37475

diff --git a/a/1.txt b/N2/1.txt
index c39f08c..2084af1 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -289,7 +289,7 @@ cpu_distance()/cpu_to_node() grouping.
 >  				  pcpu_fc_free_fn_t free_fn)
 >  {
 > @@ -3066,7 +3068,7 @@ int __init pcpu_embed_first_chunk(size_t reserved_size, size_t dyn_size,
->  		BUG_ON(cpu = NR_CPUS);
+>  		BUG_ON(cpu == NR_CPUS);
 >  
 >  		/* allocate space for the whole group */
 > -		ptr = alloc_fn(cpu, gi->nr_units * ai->unit_size, atom_size);
@@ -348,3 +348,8 @@ cpu_distance()/cpu_to_node() grouping.
 
 Thanks,
 Dennis
+
+_______________________________________________
+linux-riscv mailing list
+linux-riscv@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-riscv
diff --git a/a/content_digest b/N2/content_digest
index 67a8c6f..33519b8 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,7 +2,7 @@
  "ref\020211121093557.139034-3-wangkefeng.wang@huawei.com\0"
  "From\0Dennis Zhou <dennis@kernel.org>\0"
  "Subject\0Re: [PATCH RFC 2/4] mm: percpu: Add pcpu_fc_cpu_to_node_fn_t typedef\0"
- "Date\0Mon, 29 Nov 2021 22:40:49 +0000\0"
+ "Date\0Mon, 29 Nov 2021 17:40:49 -0500\0"
  "To\0Kefeng Wang <wangkefeng.wang@huawei.com>\0"
  "Cc\0akpm@linux-foundation.org"
   linux-kernel@vger.kernel.org
@@ -325,7 +325,7 @@
  ">  \t\t\t\t  pcpu_fc_free_fn_t free_fn)\n"
  ">  {\n"
  "> @@ -3066,7 +3068,7 @@ int __init pcpu_embed_first_chunk(size_t reserved_size, size_t dyn_size,\n"
- ">  \t\tBUG_ON(cpu = NR_CPUS);\n"
+ ">  \t\tBUG_ON(cpu == NR_CPUS);\n"
  ">  \n"
  ">  \t\t/* allocate space for the whole group */\n"
  "> -\t\tptr = alloc_fn(cpu, gi->nr_units * ai->unit_size, atom_size);\n"
@@ -383,6 +383,11 @@
  "> \n"
  "\n"
  "Thanks,\n"
- Dennis
+ "Dennis\n"
+ "\n"
+ "_______________________________________________\n"
+ "linux-riscv mailing list\n"
+ "linux-riscv@lists.infradead.org\n"
+ http://lists.infradead.org/mailman/listinfo/linux-riscv
 
-4da6f38c0eb951b9e060e2e4f5a59ba54d49eba6963df0484c010414acac121c
+42ffec127d19d47d4b3ea9c04a2fe6007da9dfbb8ef511bc0788cb093f6efc0b

diff --git a/a/1.txt b/N3/1.txt
index c39f08c..233ca40 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -289,7 +289,7 @@ cpu_distance()/cpu_to_node() grouping.
 >  				  pcpu_fc_free_fn_t free_fn)
 >  {
 > @@ -3066,7 +3068,7 @@ int __init pcpu_embed_first_chunk(size_t reserved_size, size_t dyn_size,
->  		BUG_ON(cpu = NR_CPUS);
+>  		BUG_ON(cpu == NR_CPUS);
 >  
 >  		/* allocate space for the whole group */
 > -		ptr = alloc_fn(cpu, gi->nr_units * ai->unit_size, atom_size);
diff --git a/a/content_digest b/N3/content_digest
index 67a8c6f..1eed8ae 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -2,36 +2,34 @@
  "ref\020211121093557.139034-3-wangkefeng.wang@huawei.com\0"
  "From\0Dennis Zhou <dennis@kernel.org>\0"
  "Subject\0Re: [PATCH RFC 2/4] mm: percpu: Add pcpu_fc_cpu_to_node_fn_t typedef\0"
- "Date\0Mon, 29 Nov 2021 22:40:49 +0000\0"
+ "Date\0Mon, 29 Nov 2021 17:40:49 -0500\0"
  "To\0Kefeng Wang <wangkefeng.wang@huawei.com>\0"
- "Cc\0akpm@linux-foundation.org"
-  linux-kernel@vger.kernel.org
+ "Cc\0linux-ia64@vger.kernel.org"
+  dave.hansen@linux.intel.com
+  linux-mips@vger.kernel.org
   linux-mm@kvack.org
-  tj@kernel.org
-  gregkh@linuxfoundation.org
+  paulus@samba.org
+  hpa@zytor.com
+  sparclinux@vger.kernel.org
   cl@linux.com
-  catalin.marinas@arm.com
   will@kernel.org
-  tsbogend@alpha.franken.de
-  mpe@ellerman.id.au
-  benh@kernel.crashing.org
-  paulus@samba.org
-  paul.walmsley@sifive.com
-  palmer@dabbelt.com
-  aou@eecs.berkeley.edu
-  davem@davemloft.net
-  tglx@linutronix.de
+  linux-riscv@lists.infradead.org
+  x86@kernel.org
   mingo@redhat.com
+  catalin.marinas@arm.com
+  aou@eecs.berkeley.edu
   bp@alien8.de
-  dave.hansen@linux.intel.com
-  hpa@zytor.com
+  paul.walmsley@sifive.com
+  tglx@linutronix.de
   linux-arm-kernel@lists.infradead.org
-  linux-ia64@vger.kernel.org
-  linux-mips@vger.kernel.org
+  tsbogend@alpha.franken.de
+  gregkh@linuxfoundation.org
+  linux-kernel@vger.kernel.org
+  palmer@dabbelt.com
+  tj@kernel.org
+  akpm@linux-foundation.org
   linuxppc-dev@lists.ozlabs.org
-  linux-riscv@lists.infradead.org
-  sparclinux@vger.kernel.org
- " x86@kernel.org\0"
+ " davem@davemloft.net\0"
  "\00:1\0"
  "b\0"
  "On Sun, Nov 21, 2021 at 05:35:55PM +0800, Kefeng Wang wrote:\n"
@@ -325,7 +323,7 @@
  ">  \t\t\t\t  pcpu_fc_free_fn_t free_fn)\n"
  ">  {\n"
  "> @@ -3066,7 +3068,7 @@ int __init pcpu_embed_first_chunk(size_t reserved_size, size_t dyn_size,\n"
- ">  \t\tBUG_ON(cpu = NR_CPUS);\n"
+ ">  \t\tBUG_ON(cpu == NR_CPUS);\n"
  ">  \n"
  ">  \t\t/* allocate space for the whole group */\n"
  "> -\t\tptr = alloc_fn(cpu, gi->nr_units * ai->unit_size, atom_size);\n"
@@ -385,4 +383,4 @@
  "Thanks,\n"
  Dennis
 
-4da6f38c0eb951b9e060e2e4f5a59ba54d49eba6963df0484c010414acac121c
+884eb8b02c111381fea4f9e5b57bcf3acfe773b1744ae49db4490586fe05614f

diff --git a/a/1.txt b/N4/1.txt
index c39f08c..390fba2 100644
--- a/a/1.txt
+++ b/N4/1.txt
@@ -289,7 +289,7 @@ cpu_distance()/cpu_to_node() grouping.
 >  				  pcpu_fc_free_fn_t free_fn)
 >  {
 > @@ -3066,7 +3068,7 @@ int __init pcpu_embed_first_chunk(size_t reserved_size, size_t dyn_size,
->  		BUG_ON(cpu = NR_CPUS);
+>  		BUG_ON(cpu == NR_CPUS);
 >  
 >  		/* allocate space for the whole group */
 > -		ptr = alloc_fn(cpu, gi->nr_units * ai->unit_size, atom_size);
@@ -348,3 +348,8 @@ cpu_distance()/cpu_to_node() grouping.
 
 Thanks,
 Dennis
+
+_______________________________________________
+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/N4/content_digest
index 67a8c6f..a2c4fd3 100644
--- a/a/content_digest
+++ b/N4/content_digest
@@ -2,7 +2,7 @@
  "ref\020211121093557.139034-3-wangkefeng.wang@huawei.com\0"
  "From\0Dennis Zhou <dennis@kernel.org>\0"
  "Subject\0Re: [PATCH RFC 2/4] mm: percpu: Add pcpu_fc_cpu_to_node_fn_t typedef\0"
- "Date\0Mon, 29 Nov 2021 22:40:49 +0000\0"
+ "Date\0Mon, 29 Nov 2021 17:40:49 -0500\0"
  "To\0Kefeng Wang <wangkefeng.wang@huawei.com>\0"
  "Cc\0akpm@linux-foundation.org"
   linux-kernel@vger.kernel.org
@@ -325,7 +325,7 @@
  ">  \t\t\t\t  pcpu_fc_free_fn_t free_fn)\n"
  ">  {\n"
  "> @@ -3066,7 +3068,7 @@ int __init pcpu_embed_first_chunk(size_t reserved_size, size_t dyn_size,\n"
- ">  \t\tBUG_ON(cpu = NR_CPUS);\n"
+ ">  \t\tBUG_ON(cpu == NR_CPUS);\n"
  ">  \n"
  ">  \t\t/* allocate space for the whole group */\n"
  "> -\t\tptr = alloc_fn(cpu, gi->nr_units * ai->unit_size, atom_size);\n"
@@ -383,6 +383,11 @@
  "> \n"
  "\n"
  "Thanks,\n"
- Dennis
+ "Dennis\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
 
-4da6f38c0eb951b9e060e2e4f5a59ba54d49eba6963df0484c010414acac121c
+ebd306335db71d8bebf7a46beae40508adf61bf0dd3394a67b04455ae655512c

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.