* [PATCH 4/5] mm: Fix a dangling Documentation/arm64 reference [not found] <20230613094606.334687-1-corbet@lwn.net> @ 2023-06-13 9:46 ` Jonathan Corbet 2023-06-13 13:41 ` Mike Rapoport 2023-06-14 7:13 ` Catalin Marinas 0 siblings, 2 replies; 3+ messages in thread From: Jonathan Corbet @ 2023-06-13 9:46 UTC (permalink / raw) To: linux-doc Cc: linux-arch, linux-arm-kernel, linux-kernel, Jonathan Corbet, Andrew Morton, linux-mm 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> --- 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 ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 4/5] mm: Fix a dangling Documentation/arm64 reference 2023-06-13 9:46 ` [PATCH 4/5] mm: Fix a dangling Documentation/arm64 reference Jonathan Corbet @ 2023-06-13 13:41 ` Mike Rapoport 2023-06-14 7:13 ` Catalin Marinas 1 sibling, 0 replies; 3+ messages in thread From: Mike Rapoport @ 2023-06-13 13:41 UTC (permalink / raw) To: Jonathan Corbet Cc: linux-doc, linux-arch, linux-arm-kernel, linux-kernel, Andrew Morton, linux-mm 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. ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 4/5] mm: Fix a dangling Documentation/arm64 reference 2023-06-13 9:46 ` [PATCH 4/5] mm: Fix a dangling Documentation/arm64 reference Jonathan Corbet 2023-06-13 13:41 ` Mike Rapoport @ 2023-06-14 7:13 ` Catalin Marinas 1 sibling, 0 replies; 3+ messages in thread From: Catalin Marinas @ 2023-06-14 7:13 UTC (permalink / raw) To: Jonathan Corbet Cc: linux-doc, linux-arch, linux-arm-kernel, linux-kernel, Andrew Morton, linux-mm 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: Catalin Marinas <catalin.marinas@arm.com> ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-06-14 7:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20230613094606.334687-1-corbet@lwn.net>
2023-06-13 9:46 ` [PATCH 4/5] mm: Fix a dangling Documentation/arm64 reference Jonathan Corbet
2023-06-13 13:41 ` Mike Rapoport
2023-06-14 7:13 ` Catalin Marinas
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox