diff for duplicates of <20220624155226.2889613-4-arnd@kernel.org> diff --git a/a/1.txt b/N1/1.txt index f83de8a..ca017dc 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,4 +1,4 @@ -From: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> +From: Arnd Bergmann <arnd@arndb.de> All architecture-independent users of virt_to_bus() and bus_to_virt() have been fixed to use the dma mapping interfaces or have been @@ -20,10 +20,10 @@ driver interfaces. The bits about virt_to_bus() were declared obsolete backin 2000, and the rest is not all that relevant any more, so in the end I just decided to remove the file completely. -Reviewed-by: Geert Uytterhoeven <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org> -Acked-by: Geert Uytterhoeven <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org> -Acked-by: Michael Ellerman <mpe-Gsx/Oe8HsFggBc27wqDAHg@public.gmane.org> (powerpc) -Signed-off-by: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> +Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> +Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> +Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc) +Signed-off-by: Arnd Bergmann <arnd@arndb.de> --- .../core-api/bus-virt-phys-mapping.rst | 220 ------------------ Documentation/core-api/dma-api-howto.rst | 14 -- diff --git a/a/content_digest b/N1/content_digest index de9d70e..43efb25 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,30 +1,30 @@ "ref\020220624155226.2889613-1-arnd@kernel.org\0" - "ref\020220624155226.2889613-1-arnd-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org\0" - "From\0Arnd Bergmann <arnd-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "From\0Arnd Bergmann <arnd@kernel.org>\0" "Subject\0[PATCH v3 3/3] arch/*/: remove CONFIG_VIRT_TO_BUS\0" "Date\0Fri, 24 Jun 2022 17:52:26 +0200\0" - "To\0linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" - "Cc\0linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - Miquel van Smoorenburg <mikevs-qWit8jRvyhWsTnJN9+BGXg@public.gmane.org> - Geert Uytterhoeven <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org> - linux-parisc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> - linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org - Maciej W . Rozycki <macro-fOkVWZO6G+f10XsdtD+oqA@public.gmane.org> - linux-m68k-cunTk1MwBs8S/qaLPR03pWD2FQJk+8+b@public.gmane.org - Denis Efremov <efremov-vYTEC60ixJUAvxtiuMwx3w@public.gmane.org> - Mark Salyzyn <salyzyn-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org> - Christoph Hellwig <hch-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org> - iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org - Matt Wang <wwentao-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org> - Michael Ellerman <mpe-Gsx/Oe8HsFggBc27wqDAHg@public.gmane.org> - linux-alpha-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Jakub Kicinski <kuba-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - Khalid Aziz <khalid-21RPF02GE+GXwddmVfQv5g@public.gmane.org> - " Robin Murphy <robin.murphy-5wv7dgnIgG8@public.gmane.org>\0" + "To\0linux-scsi@vger.kernel.org\0" + "Cc\0Arnd Bergmann <arnd@arndb.de>" + Jakub Kicinski <kuba@kernel.org> + Christoph Hellwig <hch@infradead.org> + Marek Szyprowski <m.szyprowski@samsung.com> + Robin Murphy <robin.murphy@arm.com> + iommu@lists.linux-foundation.org + Khalid Aziz <khalid@gonehiking.org> + Maciej W . Rozycki <macro@orcam.me.uk> + Matt Wang <wwentao@vmware.com> + Miquel van Smoorenburg <mikevs@xs4all.net> + Mark Salyzyn <salyzyn@android.com> + linuxppc-dev@lists.ozlabs.org + linux-arch@vger.kernel.org + linux-alpha@vger.kernel.org + linux-m68k@lists.linux-m68k.org + linux-parisc@vger.kernel.org + Denis Efremov <efremov@linux.com> + Geert Uytterhoeven <geert@linux-m68k.org> + " Michael Ellerman <mpe@ellerman.id.au>\0" "\00:1\0" "b\0" - "From: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\n" + "From: Arnd Bergmann <arnd@arndb.de>\n" "\n" "All architecture-independent users of virt_to_bus() and bus_to_virt()\n" "have been fixed to use the dma mapping interfaces or have been\n" @@ -46,10 +46,10 @@ "backin 2000, and the rest is not all that relevant any more, so in the\n" "end I just decided to remove the file completely.\n" "\n" - "Reviewed-by: Geert Uytterhoeven <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>\n" - "Acked-by: Geert Uytterhoeven <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>\n" - "Acked-by: Michael Ellerman <mpe-Gsx/Oe8HsFggBc27wqDAHg@public.gmane.org> (powerpc)\n" - "Signed-off-by: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\n" + "Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>\n" + "Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>\n" + "Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc)\n" + "Signed-off-by: Arnd Bergmann <arnd@arndb.de>\n" "---\n" " .../core-api/bus-virt-phys-mapping.rst | 220 ------------------\n" " Documentation/core-api/dma-api-howto.rst | 14 --\n" @@ -719,4 +719,4 @@ "-- \n" 2.29.2 -8e4eff9d5b3563dc4644945dd9dbbc09df37fd805fee8c8f8388b1e904e127db +6acd2149e88712d016e60089afc75f288f9c8f2bc8516ff770b63f3dfdfc47cd
diff --git a/a/1.txt b/N2/1.txt index f83de8a..fc16b40 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,4 +1,4 @@ -From: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> +From: Arnd Bergmann <arnd@arndb.de> All architecture-independent users of virt_to_bus() and bus_to_virt() have been fixed to use the dma mapping interfaces or have been @@ -20,10 +20,10 @@ driver interfaces. The bits about virt_to_bus() were declared obsolete backin 2000, and the rest is not all that relevant any more, so in the end I just decided to remove the file completely. -Reviewed-by: Geert Uytterhoeven <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org> -Acked-by: Geert Uytterhoeven <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org> -Acked-by: Michael Ellerman <mpe-Gsx/Oe8HsFggBc27wqDAHg@public.gmane.org> (powerpc) -Signed-off-by: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> +Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> +Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> +Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc) +Signed-off-by: Arnd Bergmann <arnd@arndb.de> --- .../core-api/bus-virt-phys-mapping.rst | 220 ------------------ Documentation/core-api/dma-api-howto.rst | 14 -- @@ -692,3 +692,8 @@ index 034d87953600..b3a6c36a743d 100644 select SRCU -- 2.29.2 + +_______________________________________________ +iommu mailing list +iommu@lists.linux-foundation.org +https://lists.linuxfoundation.org/mailman/listinfo/iommu diff --git a/a/content_digest b/N2/content_digest index de9d70e..1f80fe2 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,30 +1,29 @@ "ref\020220624155226.2889613-1-arnd@kernel.org\0" - "ref\020220624155226.2889613-1-arnd-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org\0" - "From\0Arnd Bergmann <arnd-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "From\0Arnd Bergmann <arnd@kernel.org>\0" "Subject\0[PATCH v3 3/3] arch/*/: remove CONFIG_VIRT_TO_BUS\0" "Date\0Fri, 24 Jun 2022 17:52:26 +0200\0" - "To\0linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" - "Cc\0linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - Miquel van Smoorenburg <mikevs-qWit8jRvyhWsTnJN9+BGXg@public.gmane.org> - Geert Uytterhoeven <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org> - linux-parisc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> - linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org - Maciej W . Rozycki <macro-fOkVWZO6G+f10XsdtD+oqA@public.gmane.org> - linux-m68k-cunTk1MwBs8S/qaLPR03pWD2FQJk+8+b@public.gmane.org - Denis Efremov <efremov-vYTEC60ixJUAvxtiuMwx3w@public.gmane.org> - Mark Salyzyn <salyzyn-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org> - Christoph Hellwig <hch-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org> - iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org - Matt Wang <wwentao-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org> - Michael Ellerman <mpe-Gsx/Oe8HsFggBc27wqDAHg@public.gmane.org> - linux-alpha-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Jakub Kicinski <kuba-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - Khalid Aziz <khalid-21RPF02GE+GXwddmVfQv5g@public.gmane.org> - " Robin Murphy <robin.murphy-5wv7dgnIgG8@public.gmane.org>\0" + "To\0linux-scsi@vger.kernel.org\0" + "Cc\0linux-arch@vger.kernel.org" + Miquel van Smoorenburg <mikevs@xs4all.net> + Geert Uytterhoeven <geert@linux-m68k.org> + linux-parisc@vger.kernel.org + Arnd Bergmann <arnd@arndb.de> + linuxppc-dev@lists.ozlabs.org + Maciej W . Rozycki <macro@orcam.me.uk> + linux-m68k@lists.linux-m68k.org + Denis Efremov <efremov@linux.com> + Mark Salyzyn <salyzyn@android.com> + Christoph Hellwig <hch@infradead.org> + iommu@lists.linux-foundation.org + Matt Wang <wwentao@vmware.com> + Michael Ellerman <mpe@ellerman.id.au> + linux-alpha@vger.kernel.org + Jakub Kicinski <kuba@kernel.org> + Khalid Aziz <khalid@gonehiking.org> + " Robin Murphy <robin.murphy@arm.com>\0" "\00:1\0" "b\0" - "From: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\n" + "From: Arnd Bergmann <arnd@arndb.de>\n" "\n" "All architecture-independent users of virt_to_bus() and bus_to_virt()\n" "have been fixed to use the dma mapping interfaces or have been\n" @@ -46,10 +45,10 @@ "backin 2000, and the rest is not all that relevant any more, so in the\n" "end I just decided to remove the file completely.\n" "\n" - "Reviewed-by: Geert Uytterhoeven <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>\n" - "Acked-by: Geert Uytterhoeven <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>\n" - "Acked-by: Michael Ellerman <mpe-Gsx/Oe8HsFggBc27wqDAHg@public.gmane.org> (powerpc)\n" - "Signed-off-by: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\n" + "Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>\n" + "Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>\n" + "Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc)\n" + "Signed-off-by: Arnd Bergmann <arnd@arndb.de>\n" "---\n" " .../core-api/bus-virt-phys-mapping.rst | 220 ------------------\n" " Documentation/core-api/dma-api-howto.rst | 14 --\n" @@ -717,6 +716,11 @@ " \tbool\n" " \tselect SRCU\n" "-- \n" - 2.29.2 + "2.29.2\n" + "\n" + "_______________________________________________\n" + "iommu mailing list\n" + "iommu@lists.linux-foundation.org\n" + https://lists.linuxfoundation.org/mailman/listinfo/iommu -8e4eff9d5b3563dc4644945dd9dbbc09df37fd805fee8c8f8388b1e904e127db +9190f867c5793d00bb0551322a4ce544ae26f9263954feeb24894869cbfff9fb
diff --git a/a/1.txt b/N3/1.txt index f83de8a..ca017dc 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -1,4 +1,4 @@ -From: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> +From: Arnd Bergmann <arnd@arndb.de> All architecture-independent users of virt_to_bus() and bus_to_virt() have been fixed to use the dma mapping interfaces or have been @@ -20,10 +20,10 @@ driver interfaces. The bits about virt_to_bus() were declared obsolete backin 2000, and the rest is not all that relevant any more, so in the end I just decided to remove the file completely. -Reviewed-by: Geert Uytterhoeven <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org> -Acked-by: Geert Uytterhoeven <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org> -Acked-by: Michael Ellerman <mpe-Gsx/Oe8HsFggBc27wqDAHg@public.gmane.org> (powerpc) -Signed-off-by: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> +Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> +Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> +Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc) +Signed-off-by: Arnd Bergmann <arnd@arndb.de> --- .../core-api/bus-virt-phys-mapping.rst | 220 ------------------ Documentation/core-api/dma-api-howto.rst | 14 -- diff --git a/a/content_digest b/N3/content_digest index de9d70e..3e2c26d 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,30 +1,29 @@ "ref\020220624155226.2889613-1-arnd@kernel.org\0" - "ref\020220624155226.2889613-1-arnd-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org\0" - "From\0Arnd Bergmann <arnd-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "From\0Arnd Bergmann <arnd@kernel.org>\0" "Subject\0[PATCH v3 3/3] arch/*/: remove CONFIG_VIRT_TO_BUS\0" "Date\0Fri, 24 Jun 2022 17:52:26 +0200\0" - "To\0linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" - "Cc\0linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - Miquel van Smoorenburg <mikevs-qWit8jRvyhWsTnJN9+BGXg@public.gmane.org> - Geert Uytterhoeven <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org> - linux-parisc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> - linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org - Maciej W . Rozycki <macro-fOkVWZO6G+f10XsdtD+oqA@public.gmane.org> - linux-m68k-cunTk1MwBs8S/qaLPR03pWD2FQJk+8+b@public.gmane.org - Denis Efremov <efremov-vYTEC60ixJUAvxtiuMwx3w@public.gmane.org> - Mark Salyzyn <salyzyn-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org> - Christoph Hellwig <hch-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org> - iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org - Matt Wang <wwentao-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org> - Michael Ellerman <mpe-Gsx/Oe8HsFggBc27wqDAHg@public.gmane.org> - linux-alpha-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Jakub Kicinski <kuba-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - Khalid Aziz <khalid-21RPF02GE+GXwddmVfQv5g@public.gmane.org> - " Robin Murphy <robin.murphy-5wv7dgnIgG8@public.gmane.org>\0" + "To\0linux-scsi@vger.kernel.org\0" + "Cc\0linux-arch@vger.kernel.org" + Miquel van Smoorenburg <mikevs@xs4all.net> + Geert Uytterhoeven <geert@linux-m68k.org> + linux-parisc@vger.kernel.org + Arnd Bergmann <arnd@arndb.de> + linuxppc-dev@lists.ozlabs.org + Maciej W . Rozycki <macro@orcam.me.uk> + linux-m68k@lists.linux-m68k.org + Denis Efremov <efremov@linux.com> + Mark Salyzyn <salyzyn@android.com> + Christoph Hellwig <hch@infradead.org> + iommu@lists.linux-foundation.org + Matt Wang <wwentao@vmware.com> + linux-alpha@vger.kernel.org + Jakub Kicinski <kuba@kernel.org> + Khalid Aziz <khalid@gonehiking.org> + Robin Murphy <robin.murphy@arm.com> + " Marek Szyprowski <m.szyprowski@samsung.com>\0" "\00:1\0" "b\0" - "From: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\n" + "From: Arnd Bergmann <arnd@arndb.de>\n" "\n" "All architecture-independent users of virt_to_bus() and bus_to_virt()\n" "have been fixed to use the dma mapping interfaces or have been\n" @@ -46,10 +45,10 @@ "backin 2000, and the rest is not all that relevant any more, so in the\n" "end I just decided to remove the file completely.\n" "\n" - "Reviewed-by: Geert Uytterhoeven <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>\n" - "Acked-by: Geert Uytterhoeven <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>\n" - "Acked-by: Michael Ellerman <mpe-Gsx/Oe8HsFggBc27wqDAHg@public.gmane.org> (powerpc)\n" - "Signed-off-by: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\n" + "Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>\n" + "Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>\n" + "Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc)\n" + "Signed-off-by: Arnd Bergmann <arnd@arndb.de>\n" "---\n" " .../core-api/bus-virt-phys-mapping.rst | 220 ------------------\n" " Documentation/core-api/dma-api-howto.rst | 14 --\n" @@ -719,4 +718,4 @@ "-- \n" 2.29.2 -8e4eff9d5b3563dc4644945dd9dbbc09df37fd805fee8c8f8388b1e904e127db +a2849e1686e938e38fd64a2a89a5281c6e7448fad774aad98bc548324d715b7b
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.