[bootlin/training-materials updates] master: Boot time: remove prelinking (ba4fe092)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Oct 29 10:46:41 CEST 2021


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

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

commit ba4fe0921502e20dec0b7686d2f18abf2e3f815d
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Oct 18 23:10:57 2021 +0200

    Boot time: remove prelinking
    
    - No longer supported by Yocto Project in 3.4
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

ba4fe0921502e20dec0b7686d2f18abf2e3f815d
 slides/boot-time-application/boot-time-application.tex | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/slides/boot-time-application/boot-time-application.tex b/slides/boot-time-application/boot-time-application.tex
index 41495d36..0370783e 100644
--- a/slides/boot-time-application/boot-time-application.tex
+++ b/slides/boot-time-application/boot-time-application.tex
@@ -207,24 +207,6 @@ Details:
 \end{itemize}
 \end{frame}
 
-
-\begin{frame}
-\frametitle{Prelink}
-\begin{itemize}
-\item Prelinking reduces the time needed to start an executable,
-      pre-computing the load addresses and link tables generated
-      by the dynamic linker, instead of doing this at run time.
-\item Be careful of security implications, as executable code is
-      always loaded at the same address.
-\item Code and paper at
-      \url{http://people.redhat.com/jakub/prelink/}
-\item No release since 2013 and not supported in Buildroot
-      either. However, the Yocto Project maintains a variant supporting
-      cross-environments, called {\em prelink-cross}:
-      \url{http://git.yoctoproject.org/cgit.cgi/prelink-cross}
-\end{itemize}
-\end{frame}
-
 \setuplabframe
 {Optimizing the application}
 {




More information about the training-materials-updates mailing list