diff for duplicates of <20180420080313.18796-10-hch@lst.de> diff --git a/a/content_digest b/N1/content_digest index e860e6b..69b34e8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,6 @@ "From\0Christoph Hellwig <hch@lst.de>\0" "Subject\0[PATCH 09/22] hexagon: use generic dma_noncoherent_ops\0" "Date\0Fri, 20 Apr 2018 10:03:00 +0200\0" - "To\0\0" "Cc\0linux-arch@vger.kernel.org" Michal Simek <monstr@monstr.eu> Greentime Hu <green.hu@gmail.com> @@ -302,4 +301,4 @@ "-- \n" 2.17.0 -a340cef55e9c9b1d45cbebaeb6a001d65234bfb38ccde81de8a44c4070618ed9 +9e6ba4ece5d1c1865ddaa78f684d40e8629bf38c6c63320f6fb6182035e858de
diff --git a/a/content_digest b/N2/content_digest index e860e6b..11f9dbf 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,7 +2,7 @@ "From\0Christoph Hellwig <hch@lst.de>\0" "Subject\0[PATCH 09/22] hexagon: use generic dma_noncoherent_ops\0" "Date\0Fri, 20 Apr 2018 10:03:00 +0200\0" - "To\0\0" + "To\0unlisted-recipients:; (no To-header on input)\0" "Cc\0linux-arch@vger.kernel.org" Michal Simek <monstr@monstr.eu> Greentime Hu <green.hu@gmail.com> @@ -302,4 +302,4 @@ "-- \n" 2.17.0 -a340cef55e9c9b1d45cbebaeb6a001d65234bfb38ccde81de8a44c4070618ed9 +7548606d5b87a63fe656f0acd1b077d26260b497e8c94d93131df8ad5e242fb6
diff --git a/a/1.txt b/N3/1.txt index 1e4c287..01c7713 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -7,7 +7,7 @@ important unmap_single case. This adds the previously missing sync_sg_for_device implementation that matches the pre-existing sync_single_for_device implementation. -Signed-off-by: Christoph Hellwig <hch@lst.de> +Signed-off-by: Christoph Hellwig <hch at lst.de> --- arch/hexagon/Kconfig | 2 + arch/hexagon/include/asm/Kbuild | 1 + diff --git a/a/content_digest b/N3/content_digest index e860e6b..f888073 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,25 +1,8 @@ "ref\020180420080313.18796-1-hch@lst.de\0" - "From\0Christoph Hellwig <hch@lst.de>\0" + "From\0hch@lst.de (Christoph Hellwig)\0" "Subject\0[PATCH 09/22] hexagon: use generic dma_noncoherent_ops\0" "Date\0Fri, 20 Apr 2018 10:03:00 +0200\0" - "To\0\0" - "Cc\0linux-arch@vger.kernel.org" - Michal Simek <monstr@monstr.eu> - Greentime Hu <green.hu@gmail.com> - Vincent Chen <deanbo422@gmail.com> - linux-alpha@vger.kernel.org - linux-snps-arc@lists.infradead.org - linux-arm-kernel@lists.infradead.org - linux-c6x-dev@linux-c6x.org - linux-hexagon@vger.kernel.org - linux-m68k@lists.linux-m68k.org - nios2-dev@lists.rocketboards.org - openrisc@lists.librecores.org - linux-parisc@vger.kernel.org - linux-sh@vger.kernel.org - sparclinux@vger.kernel.org - linux-xtensa@linux-xtensa.org - " linux-kernel@vger.kernel.org\0" + "To\0linux-snps-arc@lists.infradead.org\0" "\00:1\0" "b\0" "Switch to the generic noncoherent direct mapping implementation.\n" @@ -31,7 +14,7 @@ "This adds the previously missing sync_sg_for_device implementation that\n" "matches the pre-existing sync_single_for_device implementation.\n" "\n" - "Signed-off-by: Christoph Hellwig <hch@lst.de>\n" + "Signed-off-by: Christoph Hellwig <hch at lst.de>\n" "---\n" " arch/hexagon/Kconfig | 2 +\n" " arch/hexagon/include/asm/Kbuild | 1 +\n" @@ -302,4 +285,4 @@ "-- \n" 2.17.0 -a340cef55e9c9b1d45cbebaeb6a001d65234bfb38ccde81de8a44c4070618ed9 +105b4cd36c326d7bd00ef2b3ea432e8ca16012336cbcbc17d31d43038a93d02a
diff --git a/a/1.txt b/N4/1.txt index 1e4c287..47c84ed 100644 --- a/a/1.txt +++ b/N4/1.txt @@ -169,7 +169,7 @@ index 77459df34e2e..ffc4ae8e126f 100644 - struct scatterlist *s; - int i; - -- WARN_ON(nents == 0 || sg[0].length == 0); +- WARN_ON(nents = 0 || sg[0].length = 0); - - for_each_sg(sg, s, nents, i) { - s->dma_address = sg_phys(s); @@ -228,7 +228,7 @@ index 77459df34e2e..ffc4ae8e126f 100644 - unsigned long attrs) -{ - dma_addr_t bus = page_to_phys(page) + offset; -- WARN_ON(size == 0); +- WARN_ON(size = 0); - - if (!check_addr("map_single", dev, bus, size)) - return HEXAGON_MAPPING_ERROR; @@ -255,7 +255,7 @@ index 77459df34e2e..ffc4ae8e126f 100644 - -static int hexagon_mapping_error(struct device *dev, dma_addr_t dma_addr) -{ -- return dma_addr == HEXAGON_MAPPING_ERROR; +- return dma_addr = HEXAGON_MAPPING_ERROR; -} - -const struct dma_map_ops hexagon_dma_ops = { diff --git a/a/content_digest b/N4/content_digest index e860e6b..be6440e 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -1,8 +1,7 @@ "ref\020180420080313.18796-1-hch@lst.de\0" "From\0Christoph Hellwig <hch@lst.de>\0" "Subject\0[PATCH 09/22] hexagon: use generic dma_noncoherent_ops\0" - "Date\0Fri, 20 Apr 2018 10:03:00 +0200\0" - "To\0\0" + "Date\0Fri, 20 Apr 2018 08:03:00 +0000\0" "Cc\0linux-arch@vger.kernel.org" Michal Simek <monstr@monstr.eu> Greentime Hu <green.hu@gmail.com> @@ -193,7 +192,7 @@ "-\tstruct scatterlist *s;\n" "-\tint i;\n" "-\n" - "-\tWARN_ON(nents == 0 || sg[0].length == 0);\n" + "-\tWARN_ON(nents = 0 || sg[0].length = 0);\n" "-\n" "-\tfor_each_sg(sg, s, nents, i) {\n" "-\t\ts->dma_address = sg_phys(s);\n" @@ -252,7 +251,7 @@ "-\t\t\t\t unsigned long attrs)\n" "-{\n" "-\tdma_addr_t bus = page_to_phys(page) + offset;\n" - "-\tWARN_ON(size == 0);\n" + "-\tWARN_ON(size = 0);\n" "-\n" "-\tif (!check_addr(\"map_single\", dev, bus, size))\n" "-\t\treturn HEXAGON_MAPPING_ERROR;\n" @@ -279,7 +278,7 @@ "-\n" "-static int hexagon_mapping_error(struct device *dev, dma_addr_t dma_addr)\n" "-{\n" - "-\treturn dma_addr == HEXAGON_MAPPING_ERROR;\n" + "-\treturn dma_addr = HEXAGON_MAPPING_ERROR;\n" "-}\n" "-\n" "-const struct dma_map_ops hexagon_dma_ops = {\n" @@ -302,4 +301,4 @@ "-- \n" 2.17.0 -a340cef55e9c9b1d45cbebaeb6a001d65234bfb38ccde81de8a44c4070618ed9 +50c695c0bb1329c640e07e25065a48c6023dc26cdc06074a14547b7aad4226d2
diff --git a/a/content_digest b/N5/content_digest index e860e6b..0c65671 100644 --- a/a/content_digest +++ b/N5/content_digest @@ -1,25 +1,8 @@ "ref\020180420080313.18796-1-hch@lst.de\0" "From\0Christoph Hellwig <hch@lst.de>\0" - "Subject\0[PATCH 09/22] hexagon: use generic dma_noncoherent_ops\0" + "Subject\0[OpenRISC] [PATCH 09/22] hexagon: use generic dma_noncoherent_ops\0" "Date\0Fri, 20 Apr 2018 10:03:00 +0200\0" - "To\0\0" - "Cc\0linux-arch@vger.kernel.org" - Michal Simek <monstr@monstr.eu> - Greentime Hu <green.hu@gmail.com> - Vincent Chen <deanbo422@gmail.com> - linux-alpha@vger.kernel.org - linux-snps-arc@lists.infradead.org - linux-arm-kernel@lists.infradead.org - linux-c6x-dev@linux-c6x.org - linux-hexagon@vger.kernel.org - linux-m68k@lists.linux-m68k.org - nios2-dev@lists.rocketboards.org - openrisc@lists.librecores.org - linux-parisc@vger.kernel.org - linux-sh@vger.kernel.org - sparclinux@vger.kernel.org - linux-xtensa@linux-xtensa.org - " linux-kernel@vger.kernel.org\0" + "To\0openrisc@lists.librecores.org\0" "\00:1\0" "b\0" "Switch to the generic noncoherent direct mapping implementation.\n" @@ -302,4 +285,4 @@ "-- \n" 2.17.0 -a340cef55e9c9b1d45cbebaeb6a001d65234bfb38ccde81de8a44c4070618ed9 +3041a99714e4c54fd1aa1c78b9131bbc59db8b4ca1654acd4faeadc6bc0dd546
diff --git a/a/content_digest b/N6/content_digest index e860e6b..5e91bbd 100644 --- a/a/content_digest +++ b/N6/content_digest @@ -1,25 +1,8 @@ "ref\020180420080313.18796-1-hch@lst.de\0" - "From\0Christoph Hellwig <hch@lst.de>\0" + "From\0hch@lst.de (Christoph Hellwig)\0" "Subject\0[PATCH 09/22] hexagon: use generic dma_noncoherent_ops\0" "Date\0Fri, 20 Apr 2018 10:03:00 +0200\0" - "To\0\0" - "Cc\0linux-arch@vger.kernel.org" - Michal Simek <monstr@monstr.eu> - Greentime Hu <green.hu@gmail.com> - Vincent Chen <deanbo422@gmail.com> - linux-alpha@vger.kernel.org - linux-snps-arc@lists.infradead.org - linux-arm-kernel@lists.infradead.org - linux-c6x-dev@linux-c6x.org - linux-hexagon@vger.kernel.org - linux-m68k@lists.linux-m68k.org - nios2-dev@lists.rocketboards.org - openrisc@lists.librecores.org - linux-parisc@vger.kernel.org - linux-sh@vger.kernel.org - sparclinux@vger.kernel.org - linux-xtensa@linux-xtensa.org - " linux-kernel@vger.kernel.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Switch to the generic noncoherent direct mapping implementation.\n" @@ -302,4 +285,4 @@ "-- \n" 2.17.0 -a340cef55e9c9b1d45cbebaeb6a001d65234bfb38ccde81de8a44c4070618ed9 +625e5bab9e7668e69439cf0603f875c84bdeabedb624ce0be3c1bcda91ac6295
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.