diff for duplicates of <20180420080313.18796-20-hch@lst.de> diff --git a/a/content_digest b/N1/content_digest index a5b45c6..7ecd1e2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,6 @@ "From\0Christoph Hellwig <hch@lst.de>\0" "Subject\0[PATCH 19/22] sh: use generic dma_noncoherent_ops\0" "Date\0Fri, 20 Apr 2018 10:03:10 +0200\0" - "To\0\0" "Cc\0linux-arch@vger.kernel.org" Michal Simek <monstr@monstr.eu> Greentime Hu <green.hu@gmail.com> @@ -268,4 +267,4 @@ "-- \n" 2.17.0 -e3a895f6ca302a678d50063b5e0d6a8c6ac9fc7bf35912669cb3fc2107af5459 +0b2257410108ec5974f0c863b34882290725096a8a24da6678b5808fdfd3c702
diff --git a/a/content_digest b/N2/content_digest index a5b45c6..8b51952 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,7 +2,7 @@ "From\0Christoph Hellwig <hch@lst.de>\0" "Subject\0[PATCH 19/22] sh: use generic dma_noncoherent_ops\0" "Date\0Fri, 20 Apr 2018 10:03:10 +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> @@ -268,4 +268,4 @@ "-- \n" 2.17.0 -e3a895f6ca302a678d50063b5e0d6a8c6ac9fc7bf35912669cb3fc2107af5459 +3b4a7c5eab0a2cef5ab51d6fd31dcdae0ff11e7a782539b6fa2eda36b891120c
diff --git a/a/1.txt b/N3/1.txt index 79b2f53..e335f7b 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -1,6 +1,6 @@ Switch to the generic noncoherent direct mapping implementation. -Signed-off-by: Christoph Hellwig <hch@lst.de> +Signed-off-by: Christoph Hellwig <hch at lst.de> --- arch/sh/Kconfig | 3 +- arch/sh/include/asm/Kbuild | 1 + diff --git a/a/content_digest b/N3/content_digest index a5b45c6..560606d 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,30 +1,13 @@ "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 19/22] sh: use generic dma_noncoherent_ops\0" "Date\0Fri, 20 Apr 2018 10:03:10 +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" "\n" - "Signed-off-by: Christoph Hellwig <hch@lst.de>\n" + "Signed-off-by: Christoph Hellwig <hch at lst.de>\n" "---\n" " arch/sh/Kconfig | 3 +-\n" " arch/sh/include/asm/Kbuild | 1 +\n" @@ -268,4 +251,4 @@ "-- \n" 2.17.0 -e3a895f6ca302a678d50063b5e0d6a8c6ac9fc7bf35912669cb3fc2107af5459 +d17c53e83fc4da01461436634ad7f63677bb73510892cbc86a15b15d2a403fa6
diff --git a/a/1.txt b/N4/1.txt index 79b2f53..1bd4035 100644 --- a/a/1.txt +++ b/N4/1.txt @@ -115,7 +115,7 @@ index 442922a9f8c0..000000000000 -{ - dma_addr_t addr = page_to_phys(page) + offset; - -- WARN_ON(size == 0); +- WARN_ON(size = 0); - - if (!(attrs & DMA_ATTR_SKIP_CPU_SYNC)) - sh_sync_dma_for_device(page_address(page) + offset, size, dir); @@ -130,7 +130,7 @@ index 442922a9f8c0..000000000000 - 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) { - BUG_ON(!sg_page(s)); diff --git a/a/content_digest b/N4/content_digest index a5b45c6..1f51495 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 19/22] sh: use generic dma_noncoherent_ops\0" - "Date\0Fri, 20 Apr 2018 10:03:10 +0200\0" - "To\0\0" + "Date\0Fri, 20 Apr 2018 08:03:10 +0000\0" "Cc\0linux-arch@vger.kernel.org" Michal Simek <monstr@monstr.eu> Greentime Hu <green.hu@gmail.com> @@ -139,7 +138,7 @@ "-{\n" "-\tdma_addr_t addr = page_to_phys(page) + offset;\n" "-\n" - "-\tWARN_ON(size == 0);\n" + "-\tWARN_ON(size = 0);\n" "-\n" "-\tif (!(attrs & DMA_ATTR_SKIP_CPU_SYNC))\n" "-\t\tsh_sync_dma_for_device(page_address(page) + offset, size, dir);\n" @@ -154,7 +153,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\tBUG_ON(!sg_page(s));\n" @@ -268,4 +267,4 @@ "-- \n" 2.17.0 -e3a895f6ca302a678d50063b5e0d6a8c6ac9fc7bf35912669cb3fc2107af5459 +17b5dfc45a1e07b7f700bd636171beef0a185375889bdbbf1615de2744782f33
diff --git a/a/content_digest b/N5/content_digest index a5b45c6..5380fac 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 19/22] sh: use generic dma_noncoherent_ops\0" + "Subject\0[OpenRISC] [PATCH 19/22] sh: use generic dma_noncoherent_ops\0" "Date\0Fri, 20 Apr 2018 10:03:10 +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" @@ -268,4 +251,4 @@ "-- \n" 2.17.0 -e3a895f6ca302a678d50063b5e0d6a8c6ac9fc7bf35912669cb3fc2107af5459 +0bead5d228e27e67288230585c3212345c09fee5374a4841be8d860456082eba
diff --git a/a/content_digest b/N6/content_digest index a5b45c6..4af2388 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 19/22] sh: use generic dma_noncoherent_ops\0" "Date\0Fri, 20 Apr 2018 10:03:10 +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" @@ -268,4 +251,4 @@ "-- \n" 2.17.0 -e3a895f6ca302a678d50063b5e0d6a8c6ac9fc7bf35912669cb3fc2107af5459 +fd4742c0c5344fd2d5688e0c283f9d27b13a2204d84adc655eb3c629b4c6c279
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.