From: Mike Rapoport <rppt@kernel.org>
To: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org, linux-arch@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
linux-mm@kvack.org
Subject: Re: [PATCH 4/5] mm: Fix a dangling Documentation/arm64 reference
Date: Tue, 13 Jun 2023 16:41:07 +0300 [thread overview]
Message-ID: <20230613134107.GU52412@kernel.org> (raw)
In-Reply-To: <20230613094606.334687-5-corbet@lwn.net>
On Tue, Jun 13, 2023 at 03:46:05AM -0600, Jonathan Corbet wrote:
> The arm64 documentation has moved under Documentation/arch/. Fix up a
> reference in mm/mremap.c to match.
>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Cc: linux-mm@kvack.org
> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Acked-by: Mike Rapoport (IBM) <rppt@kernel.org>
> ---
> mm/mremap.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/mm/mremap.c b/mm/mremap.c
> index b11ce6c92099..3185724d8b13 100644
> --- a/mm/mremap.c
> +++ b/mm/mremap.c
> @@ -914,7 +914,8 @@ SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len,
> * mapping address intact. A non-zero tag will cause the subsequent
> * range checks to reject the address as invalid.
> *
> - * See Documentation/arm64/tagged-address-abi.rst for more information.
> + * See Documentation/arch/arm64/tagged-address-abi.rst for more
> + * information.
> */
> addr = untagged_addr(addr);
>
> --
> 2.40.1
>
>
--
Sincerely yours,
Mike.
WARNING: multiple messages have this Message-ID (diff)
From: Mike Rapoport <rppt@kernel.org>
To: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org, linux-arch@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
linux-mm@kvack.org
Subject: Re: [PATCH 4/5] mm: Fix a dangling Documentation/arm64 reference
Date: Tue, 13 Jun 2023 16:41:07 +0300 [thread overview]
Message-ID: <20230613134107.GU52412@kernel.org> (raw)
In-Reply-To: <20230613094606.334687-5-corbet@lwn.net>
On Tue, Jun 13, 2023 at 03:46:05AM -0600, Jonathan Corbet wrote:
> The arm64 documentation has moved under Documentation/arch/. Fix up a
> reference in mm/mremap.c to match.
>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Cc: linux-mm@kvack.org
> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Acked-by: Mike Rapoport (IBM) <rppt@kernel.org>
> ---
> mm/mremap.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/mm/mremap.c b/mm/mremap.c
> index b11ce6c92099..3185724d8b13 100644
> --- a/mm/mremap.c
> +++ b/mm/mremap.c
> @@ -914,7 +914,8 @@ SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len,
> * mapping address intact. A non-zero tag will cause the subsequent
> * range checks to reject the address as invalid.
> *
> - * See Documentation/arm64/tagged-address-abi.rst for more information.
> + * See Documentation/arch/arm64/tagged-address-abi.rst for more
> + * information.
> */
> addr = untagged_addr(addr);
>
> --
> 2.40.1
>
>
--
Sincerely yours,
Mike.
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2023-06-13 13:41 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-13 9:46 [PATCH 0/5] arm64: docs: Move the arm64 docs under Documentation/arch/ Jonathan Corbet
2023-06-13 9:46 ` Jonathan Corbet
2023-06-13 9:46 ` [PATCH 1/5] docs: arm64: Move arm64 documentation " Jonathan Corbet
2023-06-13 9:46 ` Jonathan Corbet
2023-06-14 1:29 ` Yanteng Si
2023-06-14 1:29 ` Yanteng Si
2023-06-14 7:12 ` Catalin Marinas
2023-06-14 7:12 ` Catalin Marinas
2023-06-13 9:46 ` [PATCH 2/5] dt-bindings: fix dangling Documentation/arm64 reference Jonathan Corbet
2023-06-13 9:46 ` Jonathan Corbet
2023-06-13 10:19 ` Rob Herring
2023-06-13 10:19 ` Rob Herring
2023-06-13 13:41 ` Rob Herring
2023-06-13 13:41 ` Rob Herring
2023-06-14 7:14 ` Catalin Marinas
2023-06-14 7:14 ` Catalin Marinas
2023-06-13 9:46 ` [PATCH 3/5] arm64: Fix dangling references to Documentation/arm64 Jonathan Corbet
2023-06-13 9:46 ` Jonathan Corbet
2023-06-14 7:14 ` Catalin Marinas
2023-06-14 7:14 ` Catalin Marinas
2023-06-13 9:46 ` [PATCH 4/5] mm: Fix a dangling Documentation/arm64 reference Jonathan Corbet
2023-06-13 9:46 ` Jonathan Corbet
2023-06-13 13:41 ` Mike Rapoport [this message]
2023-06-13 13:41 ` Mike Rapoport
2023-06-14 7:13 ` Catalin Marinas
2023-06-14 7:13 ` Catalin Marinas
2023-06-13 9:46 ` [PATCH 5/5] perf arm-spe: " Jonathan Corbet
2023-06-13 9:46 ` Jonathan Corbet
2023-06-13 15:23 ` Arnaldo Carvalho de Melo
2023-06-13 15:23 ` Arnaldo Carvalho de Melo
2023-06-14 7:15 ` Catalin Marinas
2023-06-14 7:15 ` Catalin Marinas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230613134107.GU52412@kernel.org \
--to=rppt@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=corbet@lwn.net \
--cc=linux-arch@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.