[bootlin/training-materials updates] master: Kernel slides: add documentation about GFP_ flags (1cf92f70)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Feb 8 10:00:28 CET 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/1cf92f70ff2bf2638ac4b2de416733460473406e

>---------------------------------------------------------------

commit 1cf92f70ff2bf2638ac4b2de416733460473406e
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Feb 8 10:00:28 2021 +0100

    Kernel slides: add documentation about GFP_ flags
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

1cf92f70ff2bf2638ac4b2de416733460473406e
 .../kernel-driver-development-memory.tex                               | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/slides/kernel-driver-development-memory/kernel-driver-development-memory.tex b/slides/kernel-driver-development-memory/kernel-driver-development-memory.tex
index 7b26639e..140128a4 100644
--- a/slides/kernel-driver-development-memory/kernel-driver-development-memory.tex
+++ b/slides/kernel-driver-development-memory/kernel-driver-development-memory.tex
@@ -183,7 +183,8 @@
     \item Allocates memory in an area of the physical memory usable
       for DMA transfers. See our DMA chapter.
     \end{itemize}
-  \item Others are defined in \kfile{include/linux/gfp.h}
+  \item Others are defined in \kfile{include/linux/gfp.h}.\\
+      See also the documentation in \kerneldochtml{core-api/memory-allocation}
   \end{itemize}
 \end{frame}
 




More information about the training-materials-updates mailing list