[PATCH] kernel-docs: Add book to process/kernel-docs.rst

Lorenzo Stoakes posted 1 patch 10 months ago
Documentation/process/kernel-docs.rst | 11 +++++++++++
1 file changed, 11 insertions(+)
[PATCH] kernel-docs: Add book to process/kernel-docs.rst
Posted by Lorenzo Stoakes 10 months ago
Add a reference to my new book, The Linux Memory Manager, an in-depth
exploration of the memory management subsystem, to
process/kernel-docs.rst.

This is not yet published, but the full draft is available on pre-order, so
it seems worthwhile adding it here. The situation is made clear in the
'notes' section.

The 'pre-release' was made available in February 2025, and full release is
scheduled for Fall 2025. The book's ISBN-13 is 978-1718504462.

The document will be updated upon release to reflect this.

Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
---
 Documentation/process/kernel-docs.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/Documentation/process/kernel-docs.rst b/Documentation/process/kernel-docs.rst
index 3b5b5983fea8..c67ac12cf789 100644
--- a/Documentation/process/kernel-docs.rst
+++ b/Documentation/process/kernel-docs.rst
@@ -75,6 +75,17 @@ On-line docs
 Published books
 ---------------
 
+    * Title: **The Linux Memory Manager**
+
+      :Author: Lorenzo Stoakes
+      :Publisher: No Starch Press
+      :Date: February 2025
+      :Pages: 1300
+      :ISBN: 978-1718504462
+      :Notes: Memory management. Full draft available as early access for
+              pre-order, full release scheduled for Fall 2025. See
+              https://nostarch.com/linux-memory-manager for further info.
+
     * Title: **Practical Linux System Administration: A Guide to Installation, Configuration, and Management, 1st Edition**
 
       :Author: Kenneth Hess
-- 
2.48.1
Re: [PATCH] kernel-docs: Add book to process/kernel-docs.rst
Posted by Jonathan Corbet 10 months ago
Lorenzo Stoakes <lorenzo.stoakes@oracle.com> writes:

> Add a reference to my new book, The Linux Memory Manager, an in-depth
> exploration of the memory management subsystem, to
> process/kernel-docs.rst.
>
> This is not yet published, but the full draft is available on pre-order, so
> it seems worthwhile adding it here. The situation is made clear in the
> 'notes' section.
>
> The 'pre-release' was made available in February 2025, and full release is
> scheduled for Fall 2025. The book's ISBN-13 is 978-1718504462.
>
> The document will be updated upon release to reflect this.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
>  Documentation/process/kernel-docs.rst | 11 +++++++++++
>  1 file changed, 11 insertions(+)

Applied, thanks.

jon
Re: [PATCH] kernel-docs: Add book to process/kernel-docs.rst
Posted by Carlos Bilbao 10 months ago
Hello,

On 2/18/25 09:43, Lorenzo Stoakes wrote:
> Add a reference to my new book, The Linux Memory Manager, an in-depth
> exploration of the memory management subsystem, to
> process/kernel-docs.rst.
>
> This is not yet published, but the full draft is available on pre-order, so
> it seems worthwhile adding it here. The situation is made clear in the
> 'notes' section.
>
> The 'pre-release' was made available in February 2025, and full release is
> scheduled for Fall 2025. The book's ISBN-13 is 978-1718504462.
>
> The document will be updated upon release to reflect this.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
>  Documentation/process/kernel-docs.rst | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>
> diff --git a/Documentation/process/kernel-docs.rst b/Documentation/process/kernel-docs.rst
> index 3b5b5983fea8..c67ac12cf789 100644
> --- a/Documentation/process/kernel-docs.rst
> +++ b/Documentation/process/kernel-docs.rst
> @@ -75,6 +75,17 @@ On-line docs
>  Published books
>  ---------------
>  
> +    * Title: **The Linux Memory Manager**
> +
> +      :Author: Lorenzo Stoakes
> +      :Publisher: No Starch Press
> +      :Date: February 2025
> +      :Pages: 1300
> +      :ISBN: 978-1718504462
> +      :Notes: Memory management. Full draft available as early access for
> +              pre-order, full release scheduled for Fall 2025. See
> +              https://nostarch.com/linux-memory-manager for further info.
> +
>      * Title: **Practical Linux System Administration: A Guide to Installation, Configuration, and Management, 1st Edition**
>  
>        :Author: Kenneth Hess
Congrats on your new book!
Reviewed-by: Carlos Bilbao <carlos.bilbao@kernel.org>


Thanks, Carlos