[bootlin/training-materials updates] master: sysdev: oldconfig does not warn when config parameters no longer exist (442c75a2)

Miquel Raynal miquel.raynal at bootlin.com
Wed May 15 12:42:14 CEST 2019


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

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

commit 442c75a270b8674fa5118573e4fd1da231c6ce55
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Wed May 15 12:41:42 2019 +0200

    sysdev: oldconfig does not warn when config parameters no longer exist
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


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

442c75a270b8674fa5118573e4fd1da231c6ce55
 slides/sysdev-kernel-building/sysdev-kernel-building.tex | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/slides/sysdev-kernel-building/sysdev-kernel-building.tex b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
index 2ff1c697..a91e28eb 100644
--- a/slides/sysdev-kernel-building/sysdev-kernel-building.tex
+++ b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
@@ -308,11 +308,8 @@ CONFIG_NTFS_RW=y
   \begin{itemize}
   \item Needed very often!
   \item Useful to upgrade a \code{.config} file from an earlier kernel release
-  \item Issues warnings for configuration parameters that no longer
-    exist in the new kernel.
-  \item Asks for values for new parameters (while \code{xconfig}
-    and \code{menuconfig} silently set default values for new
-    parameters).
+  \item silently set default values for new parameters.
+  \item Asks for values for new parameters.
   \end{itemize}
   If you edit a \code{.config} file by hand, it's useful
   to run \code{make oldconfig} afterwards, to set values to new




More information about the training-materials-updates mailing list