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

diff --git a/a/1.txt b/N1/1.txt
index 23269d8..0841d57 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -16,13 +16,13 @@ $ make ARCH=arm64 CROSS_COMPILE=aarch64-none-linux-gnu- Image
 [...]
 
 In file included from drivers/xen/acpi.c:33:0:
-include/xen/acpi.h: In function ‘xen_acpi_sleep_register’:
-include/xen/acpi.h:102:3: error: ‘acpi_suspend_lowlevel’ undeclared (first use in this function)
+include/xen/acpi.h: In function ?xen_acpi_sleep_register?:
+include/xen/acpi.h:102:3: error: ?acpi_suspend_lowlevel? undeclared (first use in this function)
    acpi_suspend_lowlevel = xen_acpi_suspend_lowlevel;
    ^
 include/xen/acpi.h:102:3: note: each undeclared identifier is reported only once for each function it appears in
-drivers/xen/acpi.c: In function ‘xen_acpi_notify_hypervisor_state’:
-drivers/xen/acpi.c:61:2: error: implicit declaration of function ‘HYPERVISOR_dom0_op’ [-Werror=implicit-function-declaration]
+drivers/xen/acpi.c: In function ?xen_acpi_notify_hypervisor_state?:
+drivers/xen/acpi.c:61:2: error: implicit declaration of function ?HYPERVISOR_dom0_op? [-Werror=implicit-function-declaration]
   HYPERVISOR_dom0_op(&op);
   ^
 cc1: some warnings being treated as errors
@@ -36,7 +36,3 @@ make: *** [drivers] Error 2
 Am I missing some other patches?
 
 Will
---
-To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 34c7a19..e57a46e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,30 +1,10 @@
  "ref\01426077587-1561-1-git-send-email-hanjun.guo@linaro.org\0"
  "ref\020150318190509.GM10863@arm.com\0"
  "ref\0550A4BFD.4070804@huawei.com\0"
- "From\0Will Deacon <will.deacon@arm.com>\0"
- "Subject\0Re: [PATCH v10 00/21] Introduce ACPI for ARM64 based on ACPI 5.1\0"
+ "From\0will.deacon@arm.com (Will Deacon)\0"
+ "Subject\0[PATCH v10 00/21] Introduce ACPI for ARM64 based on ACPI 5.1\0"
  "Date\0Fri, 20 Mar 2015 18:54:00 +0000\0"
- "To\0Hanjun Guo <guohanjun@huawei.com>\0"
- "Cc\0hanjun.guo@linaro.org <hanjun.guo@linaro.org>"
-  Catalin Marinas <Catalin.Marinas@arm.com>
-  Rafael J. Wysocki <rjw@rjwysocki.net>
-  Olof Johansson <olof@lixom.net>
-  grant.likely@linaro.org <grant.likely@linaro.org>
-  Lorenzo Pieralisi <Lorenzo.Pieralisi@arm.com>
-  Arnd Bergmann <arnd@arndb.de>
-  Mark Rutland <Mark.Rutland@arm.com>
-  graeme.gregory@linaro.org <graeme.gregory@linaro.org>
-  Sudeep Holla <Sudeep.Holla@arm.com>
-  jcm@redhat.com <jcm@redhat.com>
-  Marc Zyngier <Marc.Zyngier@arm.com>
-  Mark Brown <broonie@kernel.org>
-  Robert Richter <rric@kernel.org>
-  Timur Tabi <timur@codeaurora.org>
-  Ashwin Chaugule <ashwinc@codeaurora.org>
-  suravee.suthikulpanit@amd.com <suravee.suthikulpanit@amd.com>
-  linux-acpi@vger.kernel.org <linux-acpi@vger.kernel.org>
-  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
- " linux-kernel@vger.kernel.or\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Thu, Mar 19, 2015 at 04:09:33AM +0000, Hanjun Guo wrote:\n"
@@ -45,13 +25,13 @@
  "[...]\n"
  "\n"
  "In file included from drivers/xen/acpi.c:33:0:\n"
- "include/xen/acpi.h: In function \342\200\230xen_acpi_sleep_register\342\200\231:\n"
- "include/xen/acpi.h:102:3: error: \342\200\230acpi_suspend_lowlevel\342\200\231 undeclared (first use in this function)\n"
+ "include/xen/acpi.h: In function ?xen_acpi_sleep_register?:\n"
+ "include/xen/acpi.h:102:3: error: ?acpi_suspend_lowlevel? undeclared (first use in this function)\n"
  "   acpi_suspend_lowlevel = xen_acpi_suspend_lowlevel;\n"
  "   ^\n"
  "include/xen/acpi.h:102:3: note: each undeclared identifier is reported only once for each function it appears in\n"
- "drivers/xen/acpi.c: In function \342\200\230xen_acpi_notify_hypervisor_state\342\200\231:\n"
- "drivers/xen/acpi.c:61:2: error: implicit declaration of function \342\200\230HYPERVISOR_dom0_op\342\200\231 [-Werror=implicit-function-declaration]\n"
+ "drivers/xen/acpi.c: In function ?xen_acpi_notify_hypervisor_state?:\n"
+ "drivers/xen/acpi.c:61:2: error: implicit declaration of function ?HYPERVISOR_dom0_op? [-Werror=implicit-function-declaration]\n"
  "  HYPERVISOR_dom0_op(&op);\n"
  "  ^\n"
  "cc1: some warnings being treated as errors\n"
@@ -64,10 +44,6 @@
  "\n"
  "Am I missing some other patches?\n"
  "\n"
- "Will\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-acpi\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ Will
 
-53547fdf2c3f7ba4db2b6945f5e64802f2fa73aa9a8c363ab07801c6cbfaea4e
+219c16da26901aa177575b999b72f5cb3a8ad0d192a1d6e0ddb97678387caa8a

diff --git a/a/1.txt b/N2/1.txt
index 23269d8..0b094cf 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -36,7 +36,3 @@ make: *** [drivers] Error 2
 Am I missing some other patches?
 
 Will
---
-To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N2/content_digest
index 34c7a19..42c533b 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -24,7 +24,8 @@
   suravee.suthikulpanit@amd.com <suravee.suthikulpanit@amd.com>
   linux-acpi@vger.kernel.org <linux-acpi@vger.kernel.org>
   linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
- " linux-kernel@vger.kernel.or\0"
+  linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
+ " linaro-acpi@lists.linaro.org <linaro-acpi@lists.linaro.org>\0"
  "\00:1\0"
  "b\0"
  "On Thu, Mar 19, 2015 at 04:09:33AM +0000, Hanjun Guo wrote:\n"
@@ -64,10 +65,6 @@
  "\n"
  "Am I missing some other patches?\n"
  "\n"
- "Will\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-acpi\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ Will
 
-53547fdf2c3f7ba4db2b6945f5e64802f2fa73aa9a8c363ab07801c6cbfaea4e
+71e750300d7770b4659d56050f10d6fd6c9a5bad056efe86c0b254d134cc2666

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.