From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Corbet Subject: Re: [PATCH 03/14] docs: fix references for DMA*.txt files Date: Fri, 15 May 2020 11:54:38 -0600 Message-ID: <20200515115438.52c119d7@lwn.net> References: <0539f4b4b442dba92358b6c8d9e8fb5eafcec693.1588345503.git.mchehab+huawei@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <0539f4b4b442dba92358b6c8d9e8fb5eafcec693.1588345503.git.mchehab+huawei-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Sender: "iommu" To: Mauro Carvalho Chehab Cc: Kefeng Wang , linux-ia64-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Linux Doc Mailing List , Peter Zijlstra , linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Akira Yokosawa , Dmitry Safonov <0x7f454c46-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>, David Howells , "H. Peter Anvin" , Joel Fernandes , Will Deacon , Christoph Hellwig , linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Stephen Rothwell , Logan Gunthorpe , Helge Deller , x86-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, Mike Rapoport , Ingo Molnar , Alan Stern , Allison Randal , Jade Alglave , Daniel Lustig , Andrea Parri , Fenghua Yu List-Id: linux-arch.vger.kernel.org On Fri, 1 May 2020 17:37:47 +0200 Mauro Carvalho Chehab wrote: > As we moved those files to core-api, fix references to point > to their newer locations. > > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/PCI/pci.rst | 6 +++--- > Documentation/block/biodoc.rst | 2 +- > Documentation/core-api/bus-virt-phys-mapping.rst | 2 +- > Documentation/core-api/dma-api.rst | 6 +++--- > Documentation/core-api/dma-isa-lpc.rst | 2 +- > Documentation/driver-api/usb/dma.rst | 6 +++--- > Documentation/memory-barriers.txt | 6 +++--- > .../translations/ko_KR/memory-barriers.txt | 6 +++--- > arch/ia64/hp/common/sba_iommu.c | 12 ++++++------ > arch/parisc/kernel/pci-dma.c | 2 +- > arch/x86/include/asm/dma-mapping.h | 4 ++-- > arch/x86/kernel/amd_gart_64.c | 2 +- > drivers/parisc/sba_iommu.c | 14 +++++++------- > include/linux/dma-mapping.h | 2 +- > include/media/videobuf-dma-sg.h | 2 +- > kernel/dma/debug.c | 2 +- > 16 files changed, 38 insertions(+), 38 deletions(-) ...of course, not applying patch 2 causes this one to not apply, so holding off for now... jon