All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Link the memory allocation guide from the MM docs
@ 2018-11-19 16:00 Matthew Wilcox
  2018-11-19 16:34 ` Mike Rapoport
  2018-11-20 16:18 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Matthew Wilcox @ 2018-11-19 16:00 UTC (permalink / raw)
  To: Jonathan Corbet, Mike Rapoport, linux-doc

I just went looking for the memory allocation guide in the MM docs instead
of in the core API.  For the benefit of the next person who makes that
mistake, link to it from the MM docs.

Signed-off-by: Matthew Wilcox <willy@infradead.org>

diff --git a/Documentation/core-api/memory-allocation.rst b/Documentation/core-api/memory-allocation.rst
index f8bb9aa120c4..8954a88ff5b7 100644
--- a/Documentation/core-api/memory-allocation.rst
+++ b/Documentation/core-api/memory-allocation.rst
@@ -1,3 +1,5 @@
+.. _memory-allocation:
+
 =======================
 Memory Allocation Guide
 =======================
diff --git a/Documentation/vm/index.rst b/Documentation/vm/index.rst
index c4ded22197ca..2b3ab3a1ccf3 100644
--- a/Documentation/vm/index.rst
+++ b/Documentation/vm/index.rst
@@ -2,7 +2,9 @@
 Linux Memory Management Documentation
 =====================================
 
-This is a collection of documents about Linux memory management (mm) subsystem.
+This is a collection of documents about the Linux memory management (mm)
+subsystem.  If you are looking for advice on simply allocating memory,
+see the :ref:`memory-allocation`.
 
 User guides for MM features
 ===========================

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Link the memory allocation guide from the MM docs
  2018-11-19 16:00 [PATCH] Link the memory allocation guide from the MM docs Matthew Wilcox
@ 2018-11-19 16:34 ` Mike Rapoport
  2018-11-20 16:18 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Mike Rapoport @ 2018-11-19 16:34 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: Jonathan Corbet, linux-doc

On Mon, Nov 19, 2018 at 08:00:49AM -0800, Matthew Wilcox wrote:
> I just went looking for the memory allocation guide in the MM docs instead
> of in the core API.  For the benefit of the next person who makes that
> mistake, link to it from the MM docs.
> 
> Signed-off-by: Matthew Wilcox <willy@infradead.org>

Acked-by: Mike Rapoport <rppt@linux.ibm.com>

> 
> diff --git a/Documentation/core-api/memory-allocation.rst b/Documentation/core-api/memory-allocation.rst
> index f8bb9aa120c4..8954a88ff5b7 100644
> --- a/Documentation/core-api/memory-allocation.rst
> +++ b/Documentation/core-api/memory-allocation.rst
> @@ -1,3 +1,5 @@
> +.. _memory-allocation:
> +
>  =======================
>  Memory Allocation Guide
>  =======================
> diff --git a/Documentation/vm/index.rst b/Documentation/vm/index.rst
> index c4ded22197ca..2b3ab3a1ccf3 100644
> --- a/Documentation/vm/index.rst
> +++ b/Documentation/vm/index.rst
> @@ -2,7 +2,9 @@
>  Linux Memory Management Documentation
>  =====================================
>  
> -This is a collection of documents about Linux memory management (mm) subsystem.
> +This is a collection of documents about the Linux memory management (mm)
> +subsystem.  If you are looking for advice on simply allocating memory,
> +see the :ref:`memory-allocation`.
>  
>  User guides for MM features
>  ===========================
> 

-- 
Sincerely yours,
Mike.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Link the memory allocation guide from the MM docs
  2018-11-19 16:00 [PATCH] Link the memory allocation guide from the MM docs Matthew Wilcox
  2018-11-19 16:34 ` Mike Rapoport
@ 2018-11-20 16:18 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2018-11-20 16:18 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: Mike Rapoport, linux-doc

On Mon, 19 Nov 2018 08:00:49 -0800
Matthew Wilcox <willy@infradead.org> wrote:

> I just went looking for the memory allocation guide in the MM docs instead
> of in the core API.  For the benefit of the next person who makes that
> mistake, link to it from the MM docs.
> 
> Signed-off-by: Matthew Wilcox <willy@infradead.org>

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-11-20 16:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-19 16:00 [PATCH] Link the memory allocation guide from the MM docs Matthew Wilcox
2018-11-19 16:34 ` Mike Rapoport
2018-11-20 16:18 ` Jonathan Corbet

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.