diff for duplicates of <56BB1548.5050402@arm.com> diff --git a/a/1.txt b/N1/1.txt index 2d3465b..91f6183 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -29,7 +29,7 @@ On 19/01/16 13:11, Tomasz Nowicki wrote: > order = MAX_ORDER - 1; > - pr_warn("%s: Device Table too large, reduce its page order to %u\n", > - node_name, order); -> + pr_warn("ITS@0x%lx: Device Table too large, reduce its page order to %u\n", +> + pr_warn("ITS at 0x%lx: Device Table too large, reduce its page order to %u\n", > + its->phys_base, order); > } > } @@ -40,7 +40,7 @@ On 19/01/16 13:11, Tomasz Nowicki wrote: > order = get_order(GITS_BASER_PAGES_MAX * psz); > - pr_warn("%s: Device Table too large, reduce its page order to %u (%u pages)\n", > - node_name, order, alloc_pages); -> + pr_warn("ITS@0x%lx: Device Table too large, reduce its page order to %u (%u pages)\n", +> + pr_warn("ITS at 0x%lx: Device Table too large, reduce its page order to %u (%u pages)\n", > + its->phys_base, order, alloc_pages); > } > @@ -51,7 +51,7 @@ On 19/01/16 13:11, Tomasz Nowicki wrote: > if (val != tmp) { > - pr_err("ITS: %s: GITS_BASER%d doesn't stick: %lx %lx\n", > - node_name, i, -> + pr_err("ITS@0x%lx: GITS_BASER%d doesn't stick: %lx %lx\n", +> + pr_err("ITS at 0x%lx: GITS_BASER%d doesn't stick: %lx %lx\n", > + its->phys_base, i, > (unsigned long) val, (unsigned long) tmp); > err = -ENXIO; @@ -119,7 +119,7 @@ debugging information which is often useful on a system with multiple ITS. > } > > - pr_info("ITS: %s\n", node->full_name); -> + pr_info("ITS@0x%lx\n", (long)phys_base); +> + pr_info("ITS at 0x%lx\n", (long)phys_base); > > its = kzalloc(sizeof(*its), GFP_KERNEL); > if (!its) { @@ -165,7 +165,7 @@ debugging information which is often useful on a system with multiple ITS. > out_unmap: > iounmap(its_base); > - pr_err("ITS: failed probing %s (%d)\n", node->full_name, err); -> + pr_err("ITS@0x%lx: failed probing (%d)\n", (long)phys_base, err); +> + pr_err("ITS at 0x%lx: failed probing (%d)\n", (long)phys_base, err); > return err; > } > diff --git a/a/content_digest b/N1/content_digest index e1c2202..d446cbd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,26 +1,9 @@ "ref\01453209083-3358-1-git-send-email-tn@semihalf.com\0" "ref\01453209083-3358-7-git-send-email-tn@semihalf.com\0" - "From\0Marc Zyngier <marc.zyngier@arm.com>\0" - "Subject\0Re: [PATCH V3 06/10] irqchip, GICv3, ITS: Refator ITS dt init code to prepare for ACPI.\0" + "From\0marc.zyngier@arm.com (Marc Zyngier)\0" + "Subject\0[PATCH V3 06/10] irqchip, GICv3, ITS: Refator ITS dt init code to prepare for ACPI.\0" "Date\0Wed, 10 Feb 2016 10:47:36 +0000\0" - "To\0Tomasz Nowicki <tn@semihalf.com>" - tglx@linutronix.de - jason@lakedaemon.net - rjw@rjwysocki.net - lorenzo.pieralisi@arm.com - robert.richter@caviumnetworks.com - shijie.huang@arm.com - guohanjun@huawei.com - " Suravee.Suthikulpanit@amd.com\0" - "Cc\0mw@semihalf.com" - graeme.gregory@linaro.org - Catalin.Marinas@arm.com - will.deacon@arm.com - linux-kernel@vger.kernel.org - linux-acpi@vger.kernel.org - hanjun.guo@linaro.org - linux-arm-kernel@lists.infradead.org - " ddaney.cavm@gmail.com\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 19/01/16 13:11, Tomasz Nowicki wrote:\n" @@ -54,7 +37,7 @@ "> \t\t\t\torder = MAX_ORDER - 1;\n" "> -\t\t\t\tpr_warn(\"%s: Device Table too large, reduce its page order to %u\\n\",\n" "> -\t\t\t\t\tnode_name, order);\n" - "> +\t\t\t\tpr_warn(\"ITS@0x%lx: Device Table too large, reduce its page order to %u\\n\",\n" + "> +\t\t\t\tpr_warn(\"ITS at 0x%lx: Device Table too large, reduce its page order to %u\\n\",\n" "> +\t\t\t\t\tits->phys_base, order);\n" "> \t\t\t}\n" "> \t\t}\n" @@ -65,7 +48,7 @@ "> \t\t\torder = get_order(GITS_BASER_PAGES_MAX * psz);\n" "> -\t\t\tpr_warn(\"%s: Device Table too large, reduce its page order to %u (%u pages)\\n\",\n" "> -\t\t\t\tnode_name, order, alloc_pages);\n" - "> +\t\t\tpr_warn(\"ITS@0x%lx: Device Table too large, reduce its page order to %u (%u pages)\\n\",\n" + "> +\t\t\tpr_warn(\"ITS at 0x%lx: Device Table too large, reduce its page order to %u (%u pages)\\n\",\n" "> +\t\t\t\tits->phys_base, order, alloc_pages);\n" "> \t\t}\n" "> \n" @@ -76,7 +59,7 @@ "> \t\tif (val != tmp) {\n" "> -\t\t\tpr_err(\"ITS: %s: GITS_BASER%d doesn't stick: %lx %lx\\n\",\n" "> -\t\t\t node_name, i,\n" - "> +\t\t\tpr_err(\"ITS@0x%lx: GITS_BASER%d doesn't stick: %lx %lx\\n\",\n" + "> +\t\t\tpr_err(\"ITS at 0x%lx: GITS_BASER%d doesn't stick: %lx %lx\\n\",\n" "> +\t\t\t its->phys_base, i,\n" "> \t\t\t (unsigned long) val, (unsigned long) tmp);\n" "> \t\t\terr = -ENXIO;\n" @@ -144,7 +127,7 @@ "> \t}\n" "> \n" "> -\tpr_info(\"ITS: %s\\n\", node->full_name);\n" - "> +\tpr_info(\"ITS@0x%lx\\n\", (long)phys_base);\n" + "> +\tpr_info(\"ITS at 0x%lx\\n\", (long)phys_base);\n" "> \n" "> \tits = kzalloc(sizeof(*its), GFP_KERNEL);\n" "> \tif (!its) {\n" @@ -190,7 +173,7 @@ "> out_unmap:\n" "> \tiounmap(its_base);\n" "> -\tpr_err(\"ITS: failed probing %s (%d)\\n\", node->full_name, err);\n" - "> +\tpr_err(\"ITS@0x%lx: failed probing (%d)\\n\", (long)phys_base, err);\n" + "> +\tpr_err(\"ITS at 0x%lx: failed probing (%d)\\n\", (long)phys_base, err);\n" "> \treturn err;\n" "> }\n" "> \n" @@ -289,4 +272,4 @@ "-- \n" Jazz is not dead. It just smells funny... -b63ec089c7b122a260a7decac56047bdeec99c58a3f41d20f088442f003bcf11 +d50a8f1de13a2d91714724fb6af1f3148eb832cdeab424b6ba8eddb18838f704
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.