diff for duplicates of <5756F264.6060405@semihalf.com> diff --git a/a/1.txt b/N1/1.txt index 5979c6d..63903bd 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -41,7 +41,7 @@ On 04.06.2016 14:07, Marc Zyngier wrote: >> + struct fwnode_handle *dom_handle; >> + char node_name[6 + 16 + 1]; // ITS identification name > -> Jeezus... Where is that coming from? Is that the size of "ITS@0x"+16 +> Jeezus... Where is that coming from? Is that the size of "ITS at 0x"+16 > hex digits and a final NUL? For the sake of keeping things > maintainable/readable, please use kasprintf/kfree. @@ -50,7 +50,7 @@ kasprintf/kfree will be used here. > >> + >> + its_entry = (struct acpi_madt_generic_translator *)header; ->> + snprintf(node_name, 23, "ITS@0x%lx", (long)its_entry->base_address); +>> + snprintf(node_name, 23, "ITS at 0x%lx", (long)its_entry->base_address); >> + dom_handle = iort_its_find_domain_token(its_entry->translation_id); >> + if (!dom_handle) { >> + pr_err("%s: Unable to locate ITS domain handle\n", node_name); diff --git a/a/content_digest b/N1/content_digest index c353607..3586fe7 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,29 +1,10 @@ "ref\01464693584-22343-1-git-send-email-tn@semihalf.com\0" "ref\01464693584-22343-8-git-send-email-tn@semihalf.com\0" "ref\020160604130715.2297c87d@arm.com\0" - "From\0Tomasz Nowicki <tn@semihalf.com>\0" - "Subject\0Re: [PATCH V5 7/7] acpi, gicv3, its: Use MADT ITS subtable to do PCI/MSI domain initialization.\0" + "From\0tn@semihalf.com (Tomasz Nowicki)\0" + "Subject\0[PATCH V5 7/7] acpi, gicv3, its: Use MADT ITS subtable to do PCI/MSI domain initialization.\0" "Date\0Tue, 7 Jun 2016 18:12:20 +0200\0" - "To\0Marc Zyngier <marc.zyngier@arm.com>\0" - "Cc\0lorenzo.pieralisi@arm.com" - ddaney.cavm@gmail.com - jason@lakedaemon.net - al.stone@linaro.org - Catalin.Marinas@arm.com - rjw@rjwysocki.net - linux-kernel@vger.kernel.org - will.deacon@arm.com - okaya@codeaurora.org - linux-acpi@vger.kernel.org - robert.richter@caviumnetworks.com - hanjun.guo@linaro.org - Suravee.Suthikulpanit@amd.com - shijie.huang@arm.com - graeme.gregory@linaro.org - tglx@linutronix.de - mw@semihalf.com - andrea.gallo@linaro.org - " linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 04.06.2016 14:07, Marc Zyngier wrote:\n" @@ -69,7 +50,7 @@ ">> +\tstruct fwnode_handle *dom_handle;\n" ">> +\tchar node_name[6 + 16 + 1]; // ITS identification name\n" ">\n" - "> Jeezus... Where is that coming from? Is that the size of \"ITS@0x\"+16\n" + "> Jeezus... Where is that coming from? Is that the size of \"ITS at 0x\"+16\n" "> hex digits and a final NUL? For the sake of keeping things\n" "> maintainable/readable, please use kasprintf/kfree.\n" "\n" @@ -78,7 +59,7 @@ ">\n" ">> +\n" ">> +\tits_entry = (struct acpi_madt_generic_translator *)header;\n" - ">> +\tsnprintf(node_name, 23, \"ITS@0x%lx\", (long)its_entry->base_address);\n" + ">> +\tsnprintf(node_name, 23, \"ITS at 0x%lx\", (long)its_entry->base_address);\n" ">> +\tdom_handle = iort_its_find_domain_token(its_entry->translation_id);\n" ">> +\tif (!dom_handle) {\n" ">> +\t\tpr_err(\"%s: Unable to locate ITS domain handle\\n\", node_name);\n" @@ -149,4 +130,4 @@ "\n" Tomasz -d0b28709a6d1a306070d49c78bd714c7ff25bd69ad6f260baf994431222bf24e +f5026f139247223c817a3939023e4d566c8bc57a0ce925d0c6fef7a1c18c0834
diff --git a/a/content_digest b/N2/content_digest index c353607..1b91f5a 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -5,25 +5,25 @@ "Subject\0Re: [PATCH V5 7/7] acpi, gicv3, its: Use MADT ITS subtable to do PCI/MSI domain initialization.\0" "Date\0Tue, 7 Jun 2016 18:12:20 +0200\0" "To\0Marc Zyngier <marc.zyngier@arm.com>\0" - "Cc\0lorenzo.pieralisi@arm.com" - ddaney.cavm@gmail.com + "Cc\0tglx@linutronix.de" jason@lakedaemon.net - al.stone@linaro.org - Catalin.Marinas@arm.com rjw@rjwysocki.net - linux-kernel@vger.kernel.org - will.deacon@arm.com - okaya@codeaurora.org - linux-acpi@vger.kernel.org + lorenzo.pieralisi@arm.com robert.richter@caviumnetworks.com - hanjun.guo@linaro.org - Suravee.Suthikulpanit@amd.com shijie.huang@arm.com - graeme.gregory@linaro.org - tglx@linutronix.de + Suravee.Suthikulpanit@amd.com + hanjun.guo@linaro.org + al.stone@linaro.org mw@semihalf.com - andrea.gallo@linaro.org - " linux-arm-kernel@lists.infradead.org\0" + graeme.gregory@linaro.org + Catalin.Marinas@arm.com + will.deacon@arm.com + linux-kernel@vger.kernel.org + linux-acpi@vger.kernel.org + linux-arm-kernel@lists.infradead.org + ddaney.cavm@gmail.com + okaya@codeaurora.org + " andrea.gallo@linaro.org\0" "\00:1\0" "b\0" "On 04.06.2016 14:07, Marc Zyngier wrote:\n" @@ -149,4 +149,4 @@ "\n" Tomasz -d0b28709a6d1a306070d49c78bd714c7ff25bd69ad6f260baf994431222bf24e +1842a76cbaa19ba3aaa2cf2c959165af167970602ecc88ab18ea420644f123b6
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.