From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AB039C433E6 for ; Mon, 31 Aug 2020 18:20:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7736520678 for ; Mon, 31 Aug 2020 18:20:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598898041; bh=KTPkncW8zb6koUc0JEX9NBbqnPetDY1epb9U8s2iJJM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=i/lU63UiFyoMDuxYZhIEsf3PNrtH6rvZlD0ef1choxOCCeHSb9FYbtxojFCpccfmw advnkoVjFrYXUzvLPB4GYVWzDZFCXL+4P5GT5t7CcQUZm+5zSY3A+EN9NYz99zx7Gt mWhGuA7o6RWbVJtOjOH37cZKx/jAuWgvL+UnXqvo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729818AbgHaSUk (ORCPT ); Mon, 31 Aug 2020 14:20:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:56418 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729604AbgHaSUk (ORCPT ); Mon, 31 Aug 2020 14:20:40 -0400 Received: from paulmck-ThinkPad-P72.home (unknown [50.45.173.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B14FC2065F; Mon, 31 Aug 2020 18:20:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598898039; bh=KTPkncW8zb6koUc0JEX9NBbqnPetDY1epb9U8s2iJJM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=glvRwh1uOgP+ajrKwGh+7jTI9YD4KAxmOW97GR2rE6AarWXqyH5GGW8pxqGh/0G01 288YMZfcsJPD67qwr8M1NRqq9K9kzjarV1EaWlydrGaVGCZ/hjqPabygVDUqSVeqJ9 WXOtwgXo7CA6IZnPnQfzEn/44kMgNwY+pJDYIGEE= From: paulmck@kernel.org To: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, kernel-team@fb.com, mingo@kernel.org Cc: stern@rowland.harvard.edu, parri.andrea@gmail.com, will@kernel.org, peterz@infradead.org, boqun.feng@gmail.com, npiggin@gmail.com, dhowells@redhat.com, j.alglave@ucl.ac.uk, luc.maranget@inria.fr, akiyks@gmail.com, Mauro Carvalho Chehab , "Paul E . McKenney" Subject: [PATCH kcsan 1/9] docs: fix references for DMA*.txt files Date: Mon, 31 Aug 2020 11:20:29 -0700 Message-Id: <20200831182037.2034-1-paulmck@kernel.org> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20200831182012.GA1965@paulmck-ThinkPad-P72> References: <20200831182012.GA1965@paulmck-ThinkPad-P72> Sender: linux-arch-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arch@vger.kernel.org From: Mauro Carvalho Chehab As we moved those files to core-api, fix references to point to their newer locations. Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Paul E. McKenney --- Documentation/memory-barriers.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/memory-barriers.txt b/Documentation/memory-barriers.txt index 9618633..39a5115 100644 --- a/Documentation/memory-barriers.txt +++ b/Documentation/memory-barriers.txt @@ -546,8 +546,8 @@ There are certain things that the Linux kernel memory barriers do not guarantee: [*] For information on bus mastering DMA and coherency please read: Documentation/driver-api/pci/pci.rst - Documentation/DMA-API-HOWTO.txt - Documentation/DMA-API.txt + Documentation/core-api/dma-api-howto.rst + Documentation/core-api/dma-api.rst DATA DEPENDENCY BARRIERS (HISTORICAL) @@ -1932,7 +1932,7 @@ There are some more advanced barrier functions: here. See the subsection "Kernel I/O barrier effects" for more information on - relaxed I/O accessors and the Documentation/DMA-API.txt file for more + relaxed I/O accessors and the Documentation/core-api/dma-api.rst file for more information on consistent memory. (*) pmem_wmb(); -- 2.9.5