All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150724100724.GA4348@leverpostej>

diff --git a/a/1.txt b/N1/1.txt
index e79af08..3a83da8 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -45,23 +45,23 @@ following regarding patch_map:
 ----
 In file included from ./arch/arm64/include/asm/fixmap.h:85:0,
                  from arch/arm64/kernel/insn.c:32:
-arch/arm64/kernel/insn.c: In function ?patch_map?:
-arch/arm64/kernel/insn.c:105:10: error: invalid operands to binary & (have ?void *? and ?long unsigned int?)
+arch/arm64/kernel/insn.c: In function ‘patch_map’:
+arch/arm64/kernel/insn.c:105:10: error: invalid operands to binary & (have ‘void *’ and ‘long unsigned int’)
     (addr & ~PAGE_MASK));
           ^
-include/asm-generic/fixmap.h:73:20: note: in definition of macro ?__set_fixmap_offset?
+include/asm-generic/fixmap.h:73:20: note: in definition of macro ‘__set_fixmap_offset’
   __set_fixmap(idx, phys, flags);         \
                     ^
-arch/arm64/kernel/insn.c:104:17: note: in expansion of macro ?set_fixmap_offset?
+arch/arm64/kernel/insn.c:104:17: note: in expansion of macro ‘set_fixmap_offset’
   return (void *)set_fixmap_offset(fixmap, page_to_phys(page) +
                  ^
-arch/arm64/kernel/insn.c:105:10: error: invalid operands to binary & (have ?void *? and ?long unsigned int?)
+arch/arm64/kernel/insn.c:105:10: error: invalid operands to binary & (have ‘void *’ and ‘long unsigned int’)
     (addr & ~PAGE_MASK));
           ^
-include/asm-generic/fixmap.h:74:32: note: in definition of macro ?__set_fixmap_offset?
+include/asm-generic/fixmap.h:74:32: note: in definition of macro ‘__set_fixmap_offset’
   __addr = fix_to_virt(idx) + ((phys) & (PAGE_SIZE - 1)); \
                                 ^
-arch/arm64/kernel/insn.c:104:17: note: in expansion of macro ?set_fixmap_offset?
+arch/arm64/kernel/insn.c:104:17: note: in expansion of macro ‘set_fixmap_offset’
   return (void *)set_fixmap_offset(fixmap, page_to_phys(page) +
                  ^
 make[1]: *** [arch/arm64/kernel/insn.o] Error 1
diff --git a/a/content_digest b/N1/content_digest
index 88a3d6b..2467e6c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,10 +2,19 @@
  "ref\020150723130344.GC27052@e104818-lin.cambridge.arm.com\0"
  "ref\09E910A45-D4AB-44F6-878F-3CB2372B3660@gmail.com\0"
  "ref\020150724095618.GB23074@leverpostej\0"
- "From\0mark.rutland@arm.com (Mark Rutland)\0"
- "Subject\0[RFC] arm64:use set_fixmap_offset to make it more clear\0"
+ "From\0Mark Rutland <mark.rutland@arm.com>\0"
+ "Subject\0Re: [RFC] arm64:use set_fixmap_offset to make it more clear\0"
  "Date\0Fri, 24 Jul 2015 11:07:24 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0yalin wang <yalin.wang2010@gmail.com>\0"
+ "Cc\0lauraa@codeaurora.org <lauraa@codeaurora.org>"
+  Marc Zyngier <Marc.Zyngier@arm.com>
+  Catalin Marinas <Catalin.Marinas@arm.com>
+  Punit Agrawal <Punit.Agrawal@arm.com>
+  Will Deacon <Will.Deacon@arm.com>
+  linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
+  zlim.lnx@gmail.com <zlim.lnx@gmail.com>
+  wcohen@redhat.com <wcohen@redhat.com>
+ " linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>\0"
  "\00:1\0"
  "b\0"
  "On Fri, Jul 24, 2015 at 10:56:18AM +0100, Mark Rutland wrote:\n"
@@ -55,23 +64,23 @@
  "----\n"
  "In file included from ./arch/arm64/include/asm/fixmap.h:85:0,\n"
  "                 from arch/arm64/kernel/insn.c:32:\n"
- "arch/arm64/kernel/insn.c: In function ?patch_map?:\n"
- "arch/arm64/kernel/insn.c:105:10: error: invalid operands to binary & (have ?void *? and ?long unsigned int?)\n"
+ "arch/arm64/kernel/insn.c: In function \342\200\230patch_map\342\200\231:\n"
+ "arch/arm64/kernel/insn.c:105:10: error: invalid operands to binary & (have \342\200\230void *\342\200\231 and \342\200\230long unsigned int\342\200\231)\n"
  "    (addr & ~PAGE_MASK));\n"
  "          ^\n"
- "include/asm-generic/fixmap.h:73:20: note: in definition of macro ?__set_fixmap_offset?\n"
+ "include/asm-generic/fixmap.h:73:20: note: in definition of macro \342\200\230__set_fixmap_offset\342\200\231\n"
  "  __set_fixmap(idx, phys, flags);         \\\n"
  "                    ^\n"
- "arch/arm64/kernel/insn.c:104:17: note: in expansion of macro ?set_fixmap_offset?\n"
+ "arch/arm64/kernel/insn.c:104:17: note: in expansion of macro \342\200\230set_fixmap_offset\342\200\231\n"
  "  return (void *)set_fixmap_offset(fixmap, page_to_phys(page) +\n"
  "                 ^\n"
- "arch/arm64/kernel/insn.c:105:10: error: invalid operands to binary & (have ?void *? and ?long unsigned int?)\n"
+ "arch/arm64/kernel/insn.c:105:10: error: invalid operands to binary & (have \342\200\230void *\342\200\231 and \342\200\230long unsigned int\342\200\231)\n"
  "    (addr & ~PAGE_MASK));\n"
  "          ^\n"
- "include/asm-generic/fixmap.h:74:32: note: in definition of macro ?__set_fixmap_offset?\n"
+ "include/asm-generic/fixmap.h:74:32: note: in definition of macro \342\200\230__set_fixmap_offset\342\200\231\n"
  "  __addr = fix_to_virt(idx) + ((phys) & (PAGE_SIZE - 1)); \\\n"
  "                                ^\n"
- "arch/arm64/kernel/insn.c:104:17: note: in expansion of macro ?set_fixmap_offset?\n"
+ "arch/arm64/kernel/insn.c:104:17: note: in expansion of macro \342\200\230set_fixmap_offset\342\200\231\n"
  "  return (void *)set_fixmap_offset(fixmap, page_to_phys(page) +\n"
  "                 ^\n"
  "make[1]: *** [arch/arm64/kernel/insn.o] Error 1\n"
@@ -84,4 +93,4 @@
  "Thanks,\n"
  Mark.
 
-d6be4f807b7503c3d014d1830fb1490c6dfba66ce4c9f3344e41988507614233
+70d886582719f12d102ccea8f3e3dfc6d0182b53a54cd482c9574799cf006883

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.