All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180328115804.GD30850@arm.com>

diff --git a/a/1.txt b/N1/1.txt
index d60ce4b..fe9fbe8 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -2,12 +2,12 @@ On Tue, Mar 27, 2018 at 08:03:07PM -0500, Shanker Donthineni wrote:
 > On 03/27/2018 12:36 PM, Will Deacon wrote:
 > > On Tue, Mar 27, 2018 at 09:53:16AM -0500, Shanker Donthineni wrote:
 > >>>> @@ -154,8 +163,8 @@ static inline void __flush_tlb_range(struct vm_area_struct *vma,
-> >>>> ????????? return;
-> >>>> ????? }
-> >>>> ? -??? start = asid | (start >> 12);
-> >>>> -??? end = asid | (end >> 12);
-> >>>> +??? start = __TLBI_VADDR(start, asid);
-> >>>> +??? end = __TLBI_VADDR(end, asid);
+> >>>>           return;
+> >>>>       }
+> >>>>   -    start = asid | (start >> 12);
+> >>>> -    end = asid | (end >> 12);
+> >>>> +    start = __TLBI_VADDR(start, asid);
+> >>>> +    end = __TLBI_VADDR(end, asid);
 > > 
 > > Can you test this bit too, please? ;)
 > > 
diff --git a/a/content_digest b/N1/content_digest
index 58dc532..150bc43 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,22 +3,29 @@
  "ref\056b560a5-6e57-8e01-32ca-9d3c95ccd2e5@codeaurora.org\0"
  "ref\020180327173613.GI18435@arm.com\0"
  "ref\096f894bb-4855-a77f-3fd1-c8a2878faabb@codeaurora.org\0"
- "From\0will.deacon@arm.com (Will Deacon)\0"
- "Subject\0[PATCH V2] arm64: tlbflush: avoid writing RES0 bits\0"
+ "From\0Will Deacon <will.deacon@arm.com>\0"
+ "Subject\0Re: [PATCH V2] arm64: tlbflush: avoid writing RES0 bits\0"
  "Date\0Wed, 28 Mar 2018 12:58:04 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Shanker Donthineni <shankerd@codeaurora.org>\0"
+ "Cc\0Mark Rutland <mark.rutland@arm.com>"
+  Philip Elcan <pelcan@codeaurora.org>
+  Catalin Marinas <catalin.marinas@arm.com>
+  linux-kernel@vger.kernel.org
+  Thomas Speier <tspeier@codeaurora.org>
+  Robin Murphy <robin.murphy@arm.com>
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Tue, Mar 27, 2018 at 08:03:07PM -0500, Shanker Donthineni wrote:\n"
  "> On 03/27/2018 12:36 PM, Will Deacon wrote:\n"
  "> > On Tue, Mar 27, 2018 at 09:53:16AM -0500, Shanker Donthineni wrote:\n"
  "> >>>> @@ -154,8 +163,8 @@ static inline void __flush_tlb_range(struct vm_area_struct *vma,\n"
- "> >>>> ????????? return;\n"
- "> >>>> ????? }\n"
- "> >>>> ? -??? start = asid | (start >> 12);\n"
- "> >>>> -??? end = asid | (end >> 12);\n"
- "> >>>> +??? start = __TLBI_VADDR(start, asid);\n"
- "> >>>> +??? end = __TLBI_VADDR(end, asid);\n"
+ "> >>>> \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240 return;\n"
+ "> >>>> \302\240\302\240\302\240\302\240\302\240 }\n"
+ "> >>>> \302\240 -\302\240\302\240\302\240 start = asid | (start >> 12);\n"
+ "> >>>> -\302\240\302\240\302\240 end = asid | (end >> 12);\n"
+ "> >>>> +\302\240\302\240\302\240 start = __TLBI_VADDR(start, asid);\n"
+ "> >>>> +\302\240\302\240\302\240 end = __TLBI_VADDR(end, asid);\n"
  "> > \n"
  "> > Can you test this bit too, please? ;)\n"
  "> > \n"
@@ -38,4 +45,4 @@
  "\n"
  Will
 
-49e53025b082ecc869ee21610763f20db4392ca42d0c887a7bc2b2d89d5667f3
+4d36ebea0c16f4b716729a2f87956da200487ddbcd42877f358be22648f75705

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.