diff for duplicates of <20161206170222.GE24177@leverpostej> diff --git a/a/1.txt b/N1/1.txt index a34644f..6ba2b97 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -48,7 +48,7 @@ other parts. It looks like we need to make sure these (directly) include <linux/mm.h> for __pa_symbol() and lm_alias(), or there's some fragility, e.g. -[mark at leverpostej:~/src/linux]% uselinaro 15.08 make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -j10 -s +[mark@leverpostej:~/src/linux]% uselinaro 15.08 make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -j10 -s arch/arm64/kernel/psci.c: In function 'cpu_psci_cpu_boot': arch/arm64/kernel/psci.c:48:50: error: implicit declaration of function '__pa_symbol' [-Werror=implicit-function-declaration] int err = psci_ops.cpu_on(cpu_logical_map(cpu), __pa_symbol(secondary_entry)); @@ -115,3 +115,9 @@ I'm happy for this to go via the arm64 tree with the rest regardless Thanks, Mark. + +-- +To unsubscribe, send a message with 'unsubscribe linux-mm' in +the body to majordomo@kvack.org. For more info on Linux MM, +see: http://www.linux-mm.org/ . +Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N1/content_digest index d901a6d..a84286c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,25 @@ "ref\01480445729-27130-1-git-send-email-labbott@redhat.com\0" "ref\01480445729-27130-6-git-send-email-labbott@redhat.com\0" - "From\0mark.rutland@arm.com (Mark Rutland)\0" - "Subject\0[PATCHv4 05/10] arm64: Use __pa_symbol for kernel symbols\0" + "From\0Mark Rutland <mark.rutland@arm.com>\0" + "Subject\0Re: [PATCHv4 05/10] arm64: Use __pa_symbol for kernel symbols\0" "Date\0Tue, 6 Dec 2016 17:02:22 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Laura Abbott <labbott@redhat.com>\0" + "Cc\0Ard Biesheuvel <ard.biesheuvel@linaro.org>" + Will Deacon <will.deacon@arm.com> + Catalin Marinas <catalin.marinas@arm.com> + Christoffer Dall <christoffer.dall@linaro.org> + Marc Zyngier <marc.zyngier@arm.com> + Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> + Thomas Gleixner <tglx@linutronix.de> + Ingo Molnar <mingo@redhat.com> + H. Peter Anvin <hpa@zytor.com> + x86@kernel.org + linux-kernel@vger.kernel.org + linux-mm@kvack.org + Andrew Morton <akpm@linux-foundation.org> + Marek Szyprowski <m.szyprowski@samsung.com> + Joonsoo Kim <iamjoonsoo.kim@lge.com> + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi,\n" @@ -56,7 +72,7 @@ "It looks like we need to make sure these (directly) include <linux/mm.h>\n" "for __pa_symbol() and lm_alias(), or there's some fragility, e.g.\n" "\n" - "[mark at leverpostej:~/src/linux]% uselinaro 15.08 make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -j10 -s\n" + "[mark@leverpostej:~/src/linux]% uselinaro 15.08 make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -j10 -s\n" "arch/arm64/kernel/psci.c: In function 'cpu_psci_cpu_boot':\n" "arch/arm64/kernel/psci.c:48:50: error: implicit declaration of function '__pa_symbol' [-Werror=implicit-function-declaration]\n" " int err = psci_ops.cpu_on(cpu_logical_map(cpu), __pa_symbol(secondary_entry));\n" @@ -122,6 +138,12 @@ "(assuming Lorenzo has no objections).\n" "\n" "Thanks,\n" - Mark. + "Mark.\n" + "\n" + "--\n" + "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" + "the body to majordomo@kvack.org. For more info on Linux MM,\n" + "see: http://www.linux-mm.org/ .\n" + "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" -77b29d8fb06d91b31abed2fadfb9cd84c92f2827121c52a9144a15c094f6fda6 +be6e3e255939a26a4918ca3a20431b504cf01007d888bd88d8c06db72aabcff9
diff --git a/a/1.txt b/N2/1.txt index a34644f..7ef10d9 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -48,7 +48,7 @@ other parts. It looks like we need to make sure these (directly) include <linux/mm.h> for __pa_symbol() and lm_alias(), or there's some fragility, e.g. -[mark at leverpostej:~/src/linux]% uselinaro 15.08 make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -j10 -s +[mark@leverpostej:~/src/linux]% uselinaro 15.08 make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -j10 -s arch/arm64/kernel/psci.c: In function 'cpu_psci_cpu_boot': arch/arm64/kernel/psci.c:48:50: error: implicit declaration of function '__pa_symbol' [-Werror=implicit-function-declaration] int err = psci_ops.cpu_on(cpu_logical_map(cpu), __pa_symbol(secondary_entry)); diff --git a/a/content_digest b/N2/content_digest index d901a6d..bece6d1 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,25 @@ "ref\01480445729-27130-1-git-send-email-labbott@redhat.com\0" "ref\01480445729-27130-6-git-send-email-labbott@redhat.com\0" - "From\0mark.rutland@arm.com (Mark Rutland)\0" - "Subject\0[PATCHv4 05/10] arm64: Use __pa_symbol for kernel symbols\0" + "From\0Mark Rutland <mark.rutland@arm.com>\0" + "Subject\0Re: [PATCHv4 05/10] arm64: Use __pa_symbol for kernel symbols\0" "Date\0Tue, 6 Dec 2016 17:02:22 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Laura Abbott <labbott@redhat.com>\0" + "Cc\0Ard Biesheuvel <ard.biesheuvel@linaro.org>" + Will Deacon <will.deacon@arm.com> + Catalin Marinas <catalin.marinas@arm.com> + Christoffer Dall <christoffer.dall@linaro.org> + Marc Zyngier <marc.zyngier@arm.com> + Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> + Thomas Gleixner <tglx@linutronix.de> + Ingo Molnar <mingo@redhat.com> + H. Peter Anvin <hpa@zytor.com> + x86@kernel.org + linux-kernel@vger.kernel.org + linux-mm@kvack.org + Andrew Morton <akpm@linux-foundation.org> + Marek Szyprowski <m.szyprowski@samsung.com> + Joonsoo Kim <iamjoonsoo.kim@lge.com> + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi,\n" @@ -56,7 +72,7 @@ "It looks like we need to make sure these (directly) include <linux/mm.h>\n" "for __pa_symbol() and lm_alias(), or there's some fragility, e.g.\n" "\n" - "[mark at leverpostej:~/src/linux]% uselinaro 15.08 make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -j10 -s\n" + "[mark@leverpostej:~/src/linux]% uselinaro 15.08 make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -j10 -s\n" "arch/arm64/kernel/psci.c: In function 'cpu_psci_cpu_boot':\n" "arch/arm64/kernel/psci.c:48:50: error: implicit declaration of function '__pa_symbol' [-Werror=implicit-function-declaration]\n" " int err = psci_ops.cpu_on(cpu_logical_map(cpu), __pa_symbol(secondary_entry));\n" @@ -124,4 +140,4 @@ "Thanks,\n" Mark. -77b29d8fb06d91b31abed2fadfb9cd84c92f2827121c52a9144a15c094f6fda6 +590dd0f5f5c744f67eac7add54a8b887c6d73fe362d6c0d07af736c622594af1
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.