All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20200724131423.1362108-2-npiggin@gmail.com>

diff --git a/a/content_digest b/N1/content_digest
index 00a904a..ab7ef51 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -14,18 +14,17 @@
   "To\0linuxppc-dev\@lists.ozlabs.org\0"
 ]
 [
-  "Cc\0Nicholas Piggin <npiggin\@gmail.com>",
-  " Will Deacon <will\@kernel.org>",
+  "Cc\0linux-arch\@vger.kernel.org",
+  " Michal Such\303\241nek <msuchanek\@suse.de>",
   " Peter Zijlstra <peterz\@infradead.org>",
   " Boqun Feng <boqun.feng\@gmail.com>",
-  " Ingo Molnar <mingo\@redhat.com>",
-  " Waiman Long <longman\@redhat.com>",
-  " Anton Blanchard <anton\@ozlabs.org>",
-  " Michal Such\303\241nek <msuchanek\@suse.de>",
   " linux-kernel\@vger.kernel.org",
+  " Nicholas Piggin <npiggin\@gmail.com>",
   " virtualization\@lists.linux-foundation.org",
+  " Ingo Molnar <mingo\@redhat.com>",
   " kvm-ppc\@vger.kernel.org",
-  " linux-arch\@vger.kernel.org\0"
+  " Waiman Long <longman\@redhat.com>",
+  " Will Deacon <will\@kernel.org>\0"
 ]
 [
   "\0000:1\0"
@@ -205,4 +204,4 @@
   "2.23.0"
 ]
 
-c5c8482fe462251e80ec4ad0fefa4bf58991606ec1e71e1f220a0e2fb2ba570b
+b3157b2144c6568824f688cd2cdd92ccda229ebe1ada6750b8749784b2dc42ec

diff --git a/a/1.txt b/N2/1.txt
index 9b854ee..2eb2b78 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -109,7 +109,7 @@ index 2d620896cdae..79be9bb10bbb 100644
 -
  static __always_inline int arch_spin_value_unlocked(arch_spinlock_t lock)
  {
- 	return lock.slock == 0;
+ 	return lock.slock = 0;
 @@ -110,15 +97,6 @@ static inline void splpar_spin_yield(arch_spinlock_t *lock) {};
  static inline void splpar_rw_yield(arch_rwlock_t *lock) {};
  #endif
@@ -137,7 +137,7 @@ index 6440d5943c00..04165b7a163f 100644
 -	yield_count = be32_to_cpu(lppaca_of(holder_cpu).yield_count);
 +
 +	yield_count = yield_count_of(holder_cpu);
- 	if ((yield_count & 1) == 0)
+ 	if ((yield_count & 1) = 0)
  		return;		/* virtual cpu is currently running */
  	rmb();
  	if (lock->slock != lock_value)
@@ -155,7 +155,7 @@ index 6440d5943c00..04165b7a163f 100644
 -	yield_count = be32_to_cpu(lppaca_of(holder_cpu).yield_count);
 +
 +	yield_count = yield_count_of(holder_cpu);
- 	if ((yield_count & 1) == 0)
+ 	if ((yield_count & 1) = 0)
  		return;		/* virtual cpu is currently running */
  	rmb();
  	if (rw->lock != lock_value)
diff --git a/a/content_digest b/N2/content_digest
index 00a904a..e0f5168 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -8,7 +8,7 @@
   "Subject\0[PATCH v4 1/6] powerpc/pseries: move some PAPR paravirt functions to their own file\0"
 ]
 [
-  "Date\0Fri, 24 Jul 2020 23:14:18 +1000\0"
+  "Date\0Fri, 24 Jul 2020 13:14:18 +0000\0"
 ]
 [
   "To\0linuxppc-dev\@lists.ozlabs.org\0"
@@ -145,7 +145,7 @@
   "-\n",
   " static __always_inline int arch_spin_value_unlocked(arch_spinlock_t lock)\n",
   " {\n",
-  " \treturn lock.slock == 0;\n",
+  " \treturn lock.slock = 0;\n",
   "\@\@ -110,15 +97,6 \@\@ static inline void splpar_spin_yield(arch_spinlock_t *lock) {};\n",
   " static inline void splpar_rw_yield(arch_rwlock_t *lock) {};\n",
   " #endif\n",
@@ -173,7 +173,7 @@
   "-\tyield_count = be32_to_cpu(lppaca_of(holder_cpu).yield_count);\n",
   "+\n",
   "+\tyield_count = yield_count_of(holder_cpu);\n",
-  " \tif ((yield_count & 1) == 0)\n",
+  " \tif ((yield_count & 1) = 0)\n",
   " \t\treturn;\t\t/* virtual cpu is currently running */\n",
   " \trmb();\n",
   " \tif (lock->slock != lock_value)\n",
@@ -191,7 +191,7 @@
   "-\tyield_count = be32_to_cpu(lppaca_of(holder_cpu).yield_count);\n",
   "+\n",
   "+\tyield_count = yield_count_of(holder_cpu);\n",
-  " \tif ((yield_count & 1) == 0)\n",
+  " \tif ((yield_count & 1) = 0)\n",
   " \t\treturn;\t\t/* virtual cpu is currently running */\n",
   " \trmb();\n",
   " \tif (rw->lock != lock_value)\n",
@@ -205,4 +205,4 @@
   "2.23.0"
 ]
 
-c5c8482fe462251e80ec4ad0fefa4bf58991606ec1e71e1f220a0e2fb2ba570b
+c4707cebd38b495da8ded3aad08f8c381b0c1a9651384f795cf1fcc902d11909

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.